Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
3
Answers
page load event is not firing
it_farooq
20y
3.9k
1
Reply
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.
Post
Reset
Cancel
Answers (
3
)
Next Recommended Forum
importing dll and using
binding dropdownlist to reader