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
yusuf
NA
57
0
About Dynamic Controls Event
Sep 8 2009 10:15 PM
Hi everyone, I create dynamic controls to the page in Page_Load like this. RadioButton rd = new RadioButton(); rd.ID = i.ToString(); rd.Text = a.secenekListesi[i].ToString(); rd.CheckedChanged += new EventHandler(rd_CheckedChanged); PlaceHolder1.Controls.Add(rd); LiteralControl literalBreak = new LiteralControl("
"); PlaceHolder1.Controls.Add(literalBreak); and the event which i want to fire void rd_CheckedChanged(object sender, EventArgs e) { // smt.. } i cannot fire that event. Whats wrong wtih that code? Thank you!
Reply
Answers (
2
)
session variable
Checking Existing Records