angle

Add the RiderDesign Articles Feed to your blog reader.

 

Passing values between a parent window and the popup window
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.

3.5 stars 16 people have rated this article.

Opening popup windows in ASP.NET
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.

4.25 stars 275 people have rated this article.

Formatting dates with VB.NET and ASP.NET
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.

4.5 stars 75 people have rated this article.

Custom Error Pages in ASP.NET
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.

3.75 stars 38 people have rated this article.

1 2 3 4