Sitemap and roles

D4P 2009-05-01 03:08:56

Retrieve password using membership provider

D4P 2009-05-01 02:50:40

Asp.net gridview features

D4P 2009-05-01 02:08:16

Configure sqlserver session state on asp.net

In asp.net sessions can be enabled on three modes. In-Process is the default mode in which sessions values are managed on the asp.net process itself. Sqlserver mode enables to store session variables on the server server database itself so they are persistent even after the full server restart.

D4P 2009-04-24 15:16:19

DotNetNuke 5 skin features

D4P 2009-04-16 08:38:13

Restore host account on dnn in any condition.

Loosing host account password can be very annoying. Use this simple data manipulation technique to restore your host account.

D4P 2009-04-14 11:03:53

Advantages of Asp.net 3.5

D4P 2009-04-14 10:49:25

Enable languages on DNN 5

D4P 2009-04-10 10:55:40

How to move viewstate data on bottom

Viewstates are the data injected by the asp.net to track the page status between posts. Here is the way how to force those data to the rendered at the bottom of the rendered html page.

D4P 2009-04-06 12:08:36

Find identity columns on sqlserver

Sql script to list the columns for a given database that are acting as identity(auto-increment ) columns

D4P 2009-04-05 14:35:42

Verbatim string literals

D4P 2009-04-03 15:32:23

Difference between URL and URI

D4P 2009-04-03 15:29:30

Different uses of UriBuilder

D4P 2009-04-03 15:24:50

Validate an integer, double, date, and currency values entered into a textbox on ASP.NET page

D4P 2009-04-03 14:58:37

Strongly-typed access to Master Pages

D4P 2009-04-02 15:34:34

 < 1 2 3 4 5 6 7 8 9 >