I am trying to implement this example
http://blog.evonet.com.au/post/Gridview-with-highlighted-search-results.aspx
but the only problem I am facing is the AddressOf keyword of VB.net which I am unable to convert in C#.net
can anybody help me out with this, what alternative I should use to make it work.
Thanks.
Edit: I found some searches on stackoverflow regarding similar problems but I am unable to understand them.