R
Ravikanth[MVP]
Hi
There is no message box class available in ASP.NET to
show error messages on the client side.
Alternativey, You can do like this.
Take a hidden variable and load with error message. In
the page load just show error message using javascript.
Ravikanth
There is no message box class available in ASP.NET to
show error messages on the client side.
Alternativey, You can do like this.
Take a hidden variable and load with error message. In
the page load just show error message using javascript.
Ravikanth