Hi,
Im creating a dynamic table control. I have an Add Row button tha
lets me add a new row to the existing table.
However, each time I click the button, my table is recreated.
Basically - if I click any button and a round trip is performed, m
table dissapears. How do I prevent that ?
Thanks for the help in advance,
A
ajaymehr
----------------------
Posted via http://www.mcse.m
----------------------
View this thread: http://www.mcse.ms/message364554.htmWhen you create a control dynamically, you will need to recreate the
control on each postback.
Tommy,
ajaymehra <ajaymehra.115vmt@.mail.mcse.ms> wrote in message news:<ajaymehra.115vmt@.mail.mcse.ms>...
> Hi,
> Im creating a dynamic table control. I have an Add Row button that
> lets me add a new row to the existing table.
> However, each time I click the button, my table is recreated.
> Basically - if I click any button and a round trip is performed, my
> table dissapears. How do I prevent that ?
> Thanks for the help in advance,
> AJ
>
> ajaymehra
> ----------------------
> Posted via http://www.mcse.ms
> ----------------------
> View this thread: http://www.mcse.ms/message364554.html
Your post went unanswered. Have you resolved this issue?
--
Regards,
Alvin Bruney [ASP.NET MVP]
Got tidbits? Get it here...
http://tinyurl.com/3he3b
"ajaymehra" <ajaymehra.115vmt@.mail.mcse.ms> wrote in message
news:ajaymehra.115vmt@.mail.mcse.ms...
> Hi,
> Im creating a dynamic table control. I have an Add Row button that
> lets me add a new row to the existing table.
> However, each time I click the button, my table is recreated.
> Basically - if I click any button and a round trip is performed, my
> table dissapears. How do I prevent that ?
> Thanks for the help in advance,
> AJ
>
> ajaymehra
> ----------------------
> Posted via http://www.mcse.ms
> ----------------------
> View this thread: http://www.mcse.ms/message364554.html
0 comments:
Post a Comment