Add IsPostBack in Page Load Event |
|
Answered By
Moderator1
on
8/17/2010 12:04:45 AM |
|
|
|
|
Hi,
Add all the codes inside the Page_Load event inside an IsPostBack condition. Then I hope you will get the SelectedIndexChanged event to fire.
Btw, what does MsgBox do here? |
|
|
|
It works! |
|
Answered By
Sara
on
8/17/2010 11:02:32 AM |
|
|
|
|
Thanx, it works perfectly! MsgBox is for debug purposes only, I know is a server-side function.
I come for desktop development, this is my first web project :P |
|
|
|