
Apr
12
2005
This article is a follow-up to our article entitled "Opening popup windows in ASP.NET". We have received some questions regarding passing values between a parent window and the child popup window. Passing strings or values is a relatively straightforward matter using the querystring.

16 people have rated this article.
Feb
22
2005
One of the most asked question on the asp.net newsgroups is, "How can i open a popup window with ASP.NET?". The short answer is, "You can't.". Opening popups is a client side task that requires
Javascript. But you can have ASP.NET emit Javascript to the client.

275 people have rated this article.
Sep
15
2004
The .NET Framework includes many format specifiers for displaying dates and times. The framework also includes a variety of custom formatting characters that can be used to display dates and times in even more formats.

75 people have rated this article.
Apr
08
2004
Using the web.config file it is very easy to create custom error pages in asp.net. By specifying a custom error page, you present users with a more friendly error message to users of your site.

38 people have rated this article.