Submit Content

Sponsor



Results


ASP.NET: How To: Easily take your ASP.NET 2.0 web application offline for maintenance updates

This article describe how to easily take your ASP.NET 2.0 web application offline.

0 Comments   Posted by LazyAssCoder on Dec 06, 2007   318 Views  


ASP.NET: How To: Configure Simple Mail Transport Protocol (SMTP) settings in web.config

Does your ASP.NET 2.0 application sends email, here is a shortcut to configure the SMTP settings in the web.config.

0 Comments   Posted by LazyAssCoder on Nov 19, 2007   165 Views  


.NET: How To: Convert an Array of Objects to a Generics List

This article will show you how to convert an array of object to a generic list.

0 Comments   Posted by LazyAssCoder on Aug 15, 2007   10825 Views  


ASP.NET: How To: Maintain the position of the scrollbar on postbacks

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.

0 Comments   Posted by LazyAssCoder on Aug 01, 2007   138 Views  


ASP.NET: How To: Execute an Oracle Package and retrieve an output cursor using Enterprise Library DAAB 2.0

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.

0 Comments   Posted by LazyAssCoder on Jul 26, 2007   118 Views  


ASP.NET: Shortcut: Set a default button on your ASP.NET 2.0 web forms

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.

0 Comments   Posted by LazyAssCoder on Jul 23, 2007   163 Views  


ASP.NET: Shortcut: Parsing dates (ASP.NET 2.0)

Parsing text strings into dates is even more easier in ASP.NET 2.0.

0 Comments   Posted by LazyAssCoder on May 28, 2007   104 Views  


ASP.NET: How To: Execute JavaScript during one of the AJAX request events

The following article will demonstrate how to execute a JavaScript function at the end of an Ajax request.

0 Comments   Posted by LazyAssCoder on May 23, 2007   105 Views  


ASP.NET: How To: Register a httpHandler in a web project that does not compile to a single output assembly (ASP.NET 2.0)

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.

0 Comments   Posted by LazyAssCoder on May 23, 2007   57 Views  


ASP.NET: How To: Register JavaScript in a page (ASP.NET 2.0)

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.

0 Comments   Posted by LazyAssCoder on May 17, 2007   2869 Views  


ASP.NET: How To: Access Master Page's properties and methods in the ASPX and ASCX codebehind (ASP.NET 2.0)

This article describes how to access Master Page's properties and methods in your webform and usercontrol's codebehind (ASP.NET 2.0)

0 Comments   Posted by LazyAssCoder on Apr 25, 2007   86 Views  


ASP.NET: Shortcut: Explicitly set a control property to read a value from a local or global resource file (ASP.NET 2.0)

Here is a quick way in the ASPX file to set a control property to read from the resource file.

0 Comments   Posted by LazyAssCoder on Apr 24, 2007   83 Views  


ASP.NET: Error: Code blocks are not supported in this context.

This error occurs when you are trying to dynamically bind a label to a ListItem of a DropDownList in the ASPX page.

0 Comments   Posted by LazyAssCoder on Apr 23, 2007   2032 Views  


C#: How To: Return X number of rows from a DataView (ASP.NET 2.0)

One way to return X number of rows from a DataView

0 Comments   Posted by LazyAssCoder on Apr 17, 2007   114 Views  


ASP.NET: Shortcut: Register a Master Page in the Web.config (ASP.NET 2.0)

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.

0 Comments   Posted by LazyAssCoder on Apr 17, 2007   124 Views  


ASP.NET: How To: Retrieve AppSetting value from the web.config (ASP.NET 2.0)

0 Comments   Posted by LazyAssCoder on Apr 14, 2007   82 Views  


ASP.NET: How To: Make asynchronous ASP.NET 2.0 webpages

0 Comments   Posted by LazyAssCoder on Apr 13, 2007   98 Views  


ASP.NET: How To: Register UserControls and Server Controls in Web.Config (ASP.NET 2.0)

In ASP.NET 2.0 you can now register all your UserControls in the Web.config.

0 Comments   Posted by LazyAssCoder on Apr 13, 2007   79 Views  


ASP.NET: Shortcut: Test for null or empty string (ASP.NET 2.0)

Shortcut to test for null or empty string in ASP.NET 2.0

0 Comments   Posted by LazyAssCoder on Apr 11, 2007   99 Views  


ASP.NET: How To: Programmatically add a link tag in between the HTML head tag (ASP.NET 2.0)

This code demostrates how to programmatically add a link tags in between the tag

0 Comments   Posted by LazyAssCoder on Mar 17, 2007   836 Views  


<< Previous 1 2 Next >>