M
Mel
When the GridView link button is clicked I want to first set a textbox
to a value and then call a Javascript function. How do I do this?
I have a GridView with one column that contains a link button (called
lbutFabNum) in the ItemTemplate. When the user clicks lbutFabNum I
want to set a text box value to the lbutFabNum text and then call the
Done() javascript function.
to a value and then call a Javascript function. How do I do this?
I have a GridView with one column that contains a link button (called
lbutFabNum) in the ItemTemplate. When the user clicks lbutFabNum I
want to set a text box value to the lbutFabNum text and then call the
Done() javascript function.