Hello,
I followed the tutorial on this link Search and Filter GridView as you type in TextBox using jQuery AJAX in ASP.Net and everything works great
Except i can't figure out how to add a link to one of the columns.
I am trying to a column to "View Item" but cannot figure this out.
I tried using asp:HyperLinkField and RowDataBound but i am not able to get it working with these two methods.
What would be the best way to be able to add this link?
Thank you!