Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

gridview with textbox header and itemtemplate

Status
Not open for further replies.

Sammy145

Programmer
Oct 4, 2002
173
GB
Hi I have 1 question
Question1 : I have a gridview with textbox in the header and item template. What I need help with is how do I populate the items but placing numeric values in the header.
so if I put 10 in the header i want all the item textboxes to have 10.

Thanks for any help in advance
 
You will have to save that value to your underlying datasource and then rebind the grid to it.
 
or, use client side js to dynamically populate the textboxes. this is the same principle as the checkall checkbox header.

Jason Meckley
Programmer
Specialty Bakers, Inc.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top