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
it_farooq
NA
19
0
page load event is not firing
Apr 19 2004 10:04 AM
i have the following code:
In the Load event I write: void page_load() { this.cboLanguage.items.add("Pakistan"); } on the click event of button: void btnSubmit_click() { Label1.text=cboLanguage.selectedText; } My problem is neither load event nor click event of form is firing. Any Help would be appreciated. Thanx.
Reply
Answers (
3
)
importing dll and using
binding dropdownlist to reader