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
bhavana_21
NA
2
0
asp server controls in the form of string
Oct 24 2003 3:40 PM
Hi, I need to dynamically load all the controls on to a page. Most of the controls are either radio buttons or checkboxes and the web page basically is a questionaire. I am concatenating all the radio button items in a function in my class. The function returns the concatenated text(in the form of string) to the UI page . I am using asp controls like
while concatenating. The text is being displayed but not the radio buttons. Can't I concatenate the asp server controls and return them as a string ? Why is it the radio buttons are not being displayed. Please help! Thanks..
Reply
Answers (
2
)
Working with C Functions
Questionaire project