@Mudassar
I have a Gridview with 4 columns:
1) User ID (saved in DB table)
2) Website (saved in DB table)
3) Type (saved in DB table)
4) 'View' Button
Websites are in form: http://www.ggoogle.com,
Type are: 1) external, 2) Fixed
when I click the 'View' button in gridview, then for Type=external, page should redirect to websites (http://www.google.com) on button click.
how to achieve this through C#.
please reply.