Label display problem,after clearing the controls.
I have registration from and after I posted the data into db,my controls are clearing,But I am trying to give some message to user that "Record Registerd".
But its not happening,eventhough I gave vivible true property.
My code is Response.Write("");
Label12.Text = "Record Registered!";
Label12.Visible = true;
I think its the problem with this code!
Response.Write("");
I dont know how to proceed?Should i change this one line code or how to do?
Thanks