3
Answers

page load event is not firing

it_farooq

it_farooq

20y
3.9k
1
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.
Answers (3)