Use Page.isPostback for that.
in Pageload event
if(!isPostback){
bindDDL();
bindCBList();
}
it will resolve your Problem
http://ajaypatelfromsanthal.blogspot.in
Hareeshkumar.Kr@Gmail.Com, if this helps please login to Mark As Answer. |
Reply | Alert Moderator