I have created a grid and it has group header controls that I create in the prerender event so that it will not be reset during postback. I originally did it in the itemdatabound but it disappears during postback and since I need to access a dataitem value this was my only option but my problem now is that I cannot add the onclick handler. Anyone have any iteas how I can do this?
My group header current looks like ( Field_Value_Label_control Add_New_Link_Button ) or as an example it would be (Computers Add New Category) both of which have text from an sql database.
Any help would be appreciated.
My group header current looks like ( Field_Value_Label_control Add_New_Link_Button ) or as an example it would be (Computers Add New Category) both of which have text from an sql database.
Any help would be appreciated.