Posted on: 9/20/2014 8:30:40 AM | Views : 376

Hi
   please have a look at following code
        protected void msgmthd_change(object sender, DirectEventArgs e)         {             if (ViewState["clear"] == "1")             {                 return;             }             UserServiceClient USR = new UserServiceClient();             try             {                 Map[] gkca = ne ...

Go to the complete details ...