Rank: Member Groups: Member
Joined: 12/5/2008 Posts: 27
|
I have four callbackpanels on a page that have asp.net controls inside each. The panels are grouped together as they all feed and display information from the same dataset. One panel has a multiline textbox that allows the user to edit the text, cancel or save the change in which I postback the changes. However when cancel is selected the text vanishes ? Is there something special that should be set in grouping your callback panels?
Thanks,
William E. Birt Sr. Sr. Software Engineer Med Express Information Systems
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
No. There is nothing special to be set when using grouping. The only property you set is GroupName property.
Thanks
|