hi shashikant
i'm not able to send the selected value consider my table has three columns, i need to send the first column value in javascript function call when button is clicked .can u please help me
<asp:Button ID="Button1" runat="server" CommandName="Edit" OnClientClick="myfun()" Text="Edit" />
here in functionI need to pass the first column value of selected row ..please help me ..it's urget i don't have column name as it comes from JSon directly ..i need to access with index of column ,..how to do it