I am new to .net platform and I want to create a data grid view that takes the data from database table and create Hyperlink field in the grid which displays the text as the text in the column of the table and url basing on the id.
Like url can be http://localhost:9000/admin.aspx?id=10 and text displayed should "Admin".
I referred this link but http://www.java2s.com/Tutorial/ASP.NET/0380__Data-Binding/AddingaHyperlinkFieldcontroltotheGridView.htm this contains the code as per the Sql Server but I am using Mysql database .
Please tell me how I can achieve this.