|
|
Browse by Tags
All Tags » ASP.NET 2.0 - G... » DotNetNuke
-
When you developer an ASP.NET web application or a DotNetNuke application, you will be having all types of file extensions:
.csproj
.cs
.vb
.su
.sln
etc ...
So, imagine you are developing a huge web application or even a DotNetNuke website and now it is time to deploy your application. Are you going to go through each single folder in ...
-
Sometimes in an ASP.NET (1.x/2.x) webform, we might have a Password TextBox, and one of the DropDownLists or RadiobuttonLists or any control present inside the web form might do a postback before you need to submit the form.
Every time this happens, I loose the Password TextBox value. A solution that might help you preserve the Password ...
|
|
|