Urgent!!!!!!!! read the values in text boxes without rendering during postback

  • Thread starter Thread starter Ravindra
  • Start date Start date
R

Ravindra

hi

when i load a page, i am creating some text boxes
dynamically. after that if i enter some values in to
those text boxes and click on some button on page it
will postback. on this postback without rendering the
text box controls, can i read the values in those text
box.

thanks
ravi
 
Sure. Why not.
You can set visible to false. then they will nto show up.

George.
 
Back
Top