Put value from textbox to grid without using database

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • lisles
    New Member
    • Jan 2010
    • 40

    Put value from textbox to grid without using database

    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.
  • Frinavale
    Recognized Expert Expert
    • Oct 2006
    • 9749

    #2
    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

    Working...