TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Tulasi
791
1.1k
211.8k
How to Persist Dynamic user control data
Feb 11 2013 2:00 AM
How to persist dynamically created user control data , here user control is changing in the selected index changed event . how to store the data of controls in user control like textbox dropdown etc.. ,
Actually what i have done is i wrote the below logic in user control page_load event like this
txtNumber.Text = Request.Form[txtNumber.UniqueID]
from this line i can get the previous values .
is this a better approach ?
Is there any other approach to persist user control data which contains more controls in it ?
Thanks in advance .
Reply
Answers (
0
)
Two Db Table in One Crystal Report..
Remove default control in auto genrated column for gridview