Click here to Skip to main content
15,898,771 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi all i have a text box in which user enterc number like 5.
now i have a gried view in same page.i want that when user enters value in text bo the gried view get populated with that much no of rows.
how can i do it
plz guide...
Posted

After entering the data in textbox, intiate a postback, get the value from texbox and create the number of rows in your gridview
 
Share this answer
 
You just need to load a page again on TextBox AutoPostBack.

See HERE[^] on how to load page on the same.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900