Hello,
Then page is loading (Page_Init sub), I fill my combo-box with MySQL database data.
Then I select item and press command button. Problem is that after postback function is called, Page_init sub is called again and combo box is refilled, so my selected item is canged. How to run code only once, when page is loading?
Ps. Sorry for my poor english.
