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 ...