|
-
Jun 3rd, 2004, 12:45 AM
#1
Thread Starter
New Member
Dynamically add web control
some Check boxes are created dynamically at run time on web page
and rest are created on button click
check box are cretaed successfully but
when i click to any button ,the check boxs which are created by button click dosen't appear
please suggest me and if possibel than give code also
thankx in advance
-
Jun 3rd, 2004, 10:23 AM
#2
PowerPoster
The dynamically created checkbox's have to be re-created and loaded on each page request, so you should keep a flag in viewstate and check this guy to see if you need to re-created them. Or, you could check out the checkbox list control and see if you can use him.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|