Can somebody tell me how to put values from a hidden field into a grid without using a database on click of add button.basicall y im entering some values into textboxes and i've to put these values into a gridview first.so i was taking all the values in a hidden field and trying to put them in a grid.but i have no idea how to do it.
Put value from textbox to grid without using database
Collapse
X
-
Why wouldn't you just take the value out of the TextBox?
Why even use a HiddenField for this?
I think it would be best if you posted the code that you have attempted so far so that I can see what you're trying to do to help you further (remember to post code in [code] ... [/code] tags.)
-Frinny
Comment