Hits Today: 1 Total: 3623 | Updated: 11/22/2005 | |
 | Msgbox function for ASP.Net
Call this function from the server side, and a msgbox will appear on the client browser. As a bonus, the msgbox javascript is added after the rest of the form, so the browser displays the html for the page and then the msgbox. Code: ASP.NET v1.1 & VB |
Hits Today: 1 Total: 23 | Updated: 10/29/2009 | |
 | In ASP.NET environment,Literal Web server can be served as a container for other content on the page. The Literal control is used most frequently when adding content dynamically to the page. Author: Mohideen Code: ASP.NET v2.0 & C# | |  | |