I have a method eg: Shared Sub Demo(byval rowvalue as String).
How do i call this method using <telerik:GridButtonColumn Text="Select" CommandName="Select"> </telerik:GridButtonColumn> so that when i click the select button it also passes in the value of the selected row?