Strongly-typed access to previous page during cross-page postback

D4P 2009-04-02 15:30:55

Always check Page.IsValid in your button's EventHandler

D4P 2009-04-02 15:26:50

How to maintain the position of the scrollbar on postbacks (across the entire site)

D4P 2009-04-02 15:23:35

How to resolve relative url's without ResolveUrl

D4P 2009-04-02 15:21:38

Disable Submit button after it was clicked.

Simple one line code to disable and change the text of the button that goes triggered after submit behavior.

D4P 2009-04-02 15:19:45

How to check email works without using SMTP

If you don't have smtp server or you are offline, you can still check you email seeing codes using this easy technique. Also yo can avoid accidentally sending mails to real email ids.

D4P 2009-04-02 15:15:33

Drop identity property from an existing column

If you are planning to change your db columns from identity property to non-identity property by script these codes will help you.

D4P 2009-04-02 15:02:57

How to correctly configure project on tfs

D4P 2009-04-01 02:08:35

How to remove icon on Navmenu using css

D4P 2009-03-30 14:45:28

Using Parameterized query to avoid datatime problem

One benefit of using parameterized query is to work date time on servers with different regional settings. This article will help you insert date time on sqlserver for asp.net site that can be hosted on any region regardless of UI-culutre settings.

D4P 2009-03-29 16:31:51

How to use ajax on asp.net websites to refresh only portion of your site.

D4P 2009-03-29 06:38:53

How to implement Tagging in Web 2.0

D4P 2009-03-27 05:58:42

Typed datasource controls

D4P 2009-03-27 05:55:44

Website administration tool for remote database

D4P 2009-03-27 05:52:31

Asp.net panel scrollbar properties

D4P 2009-03-27 05:30:21

 < 1 2 3 4 5 6 7 8 9 >