TheWizardofInt
Well-known member
I have a site that uses a Master page
On that site, I have a page that uses a datagrid to take data entries
Part of the footer on the datagrid is a button that pops up a calendar. Clicking on the calendar causes a postback of the date selected to the page with the datagrid
All of that works
Now, I have the post back, and I have the date and I want to put it back into a text field, in the footer of the datgrid.
Using datagrid.item.findcontrol doesnt work because, of course, the footer isnt an item
I tried to do a javascript statement using clientside register script block, and it cant find the field by id. Yes, I am aware that the master page concatonates the id, and it is looking for the right id. I can do a ViewSource and find the altered textfield id
Anyone been down this rocky road before?
On that site, I have a page that uses a datagrid to take data entries
Part of the footer on the datagrid is a button that pops up a calendar. Clicking on the calendar causes a postback of the date selected to the page with the datagrid
All of that works
Now, I have the post back, and I have the date and I want to put it back into a text field, in the footer of the datgrid.
Using datagrid.item.findcontrol doesnt work because, of course, the footer isnt an item
I tried to do a javascript statement using clientside register script block, and it cant find the field by id. Yes, I am aware that the master page concatonates the id, and it is looking for the right id. I can do a ViewSource and find the altered textfield id
Anyone been down this rocky road before?