|
|
|
|
|
|
|
|
Results
This article describe how to easily take your ASP.NET 2.0 web application offline.
Posted by LazyAssCoder on Dec 06, 2007
318 Views
Does your ASP.NET 2.0 application sends email, here is a shortcut to configure the SMTP settings in the web.config.
Posted by LazyAssCoder on Nov 19, 2007
165 Views
This article will show you how to convert an array of object to a generic list.
Posted by LazyAssCoder on Aug 15, 2007
10825 Views
Don't you hate when you PostBack on a long form you have to scroll back to the location where you were previously? In this article, it will show you how to maintain the scroll position on a PostBack.
Posted by LazyAssCoder on Aug 01, 2007
138 Views
This article will show you how to execute an Oracle Package and retrieve an output cursor's data using Microsoft Enterprise Library Data Access Application Block(DAAB) 2.0.
Posted by LazyAssCoder on Jul 26, 2007
118 Views
In the pass, we used to write Javascript to allow hitting the Enter key to submit a form. Now in ASP.NET 2.0, Microsoft have introduced a simple way to set the default button.
Posted by LazyAssCoder on Jul 23, 2007
163 Views
Parsing text strings into dates is even more easier in ASP.NET 2.0.
Posted by LazyAssCoder on May 28, 2007
104 Views
The following article will demonstrate how to execute a JavaScript function at the end of an Ajax request.
Posted by LazyAssCoder on May 23, 2007
105 Views
When you compile in ASP.NET 2.0, the code is no longer compiled into one assembly. This could be a problem when trying to configure a httpHandler in the web.config. This article will show you how to register a httpHandler correctly in the web.config.
Posted by LazyAssCoder on May 23, 2007
57 Views
This article describe how to register JavaScript in an ASP.NET 2.0 page. It will also describe the difference between RegisterClientScriptBlock and RegisterStartupScript methods.
Posted by LazyAssCoder on May 17, 2007
2869 Views
This article describes how to access Master Page's properties and methods in your webform and usercontrol's codebehind (ASP.NET 2.0)
Posted by LazyAssCoder on Apr 25, 2007
86 Views
Here is a quick way in the ASPX file to set a control property to read from the resource file.
Posted by LazyAssCoder on Apr 24, 2007
83 Views
This error occurs when you are trying to dynamically bind a label to a ListItem of a DropDownList in the ASPX page.
Posted by LazyAssCoder on Apr 23, 2007
2032 Views
One way to return X number of rows from a DataView
Posted by LazyAssCoder on Apr 17, 2007
114 Views
An easy and clean way to apply one master page to an entire site is by adding the master page reference in the Web.config.
Posted by LazyAssCoder on Apr 17, 2007
124 Views
Posted by LazyAssCoder on Apr 14, 2007
82 Views
Posted by LazyAssCoder on Apr 13, 2007
98 Views
In ASP.NET 2.0 you can now register all your UserControls in the Web.config.
Posted by LazyAssCoder on Apr 13, 2007
79 Views
Shortcut to test for null or empty string in ASP.NET 2.0
Posted by LazyAssCoder on Apr 11, 2007
99 Views
This code demostrates how to programmatically add a link tags in between the tag
Posted by LazyAssCoder on Mar 17, 2007
836 Views
|
|
|
|
|
|
|