ASP.NET

List of Tips/Tricks in ASP.NET

Custom Controls


Numeric textbox with regular expression validator control in asp.net 3.5

Numeric textbox with regular expression validator control in asp.net.Read more..
By: RRaveen   |    On:  6/2/2010 10:52:33 PM

ASP.NET Controls


ASP.NET- Using span tag instead of label for performance

In ASP.NET controls used in to the user controls are generate Client Id which unique for the control and If you have so many user controls hierarchy then you will have very long client id like ctl00_CPH_ctl02_BM_userLogin_UserNameRead more..
By: jalpesh   |    On:  5/10/2010 9:05:11 AM

HttpHandlers


Programmatically creating ASP.NET Request and handling Response

Recently one of the my friends asked about how to create a web request in asp.net to a url outside of project. So I decided to write a small tip regarding this. This web request can be easily created with httpwebrequest class and you can easily consume the response we are getting from thisRead more..
By: jalpesh   |    On:  1/24/2011 8:45:03 AM

HTML and CSS


How to use "nav" tag in HTML5

In this tip, i will show how to use the
By: jalpesh   |    On:  5/15/2011 3:38:31 AM

HTML5 Intellisense support by Visual Studio 2010/2008

Recently I was playing with HTML5 and I was in need of the HTML5 intellisense in Visual Studio 2010. I found a great extension which will provide me a great intellisense for HTML5. I thought its great to share with you all. You can download that tool from following link.Read more..
By: jalpesh   |    On:  5/15/2011 3:43:18 AM

State Management


The type XXX in Assembly , Version=XXX, Culture=neutral, PublicKeyToken=null is not marked as serializable.

Access viewstate with custom object in ASP.NETRead more..
By: RRaveen   |    On:  5/4/2010 3:51:19 AM

Page Life Cycle


Handling Cookies with Redirects and HttpWebRequest in ASP.NET

The HttpWebRequest handles redirects automatically. That's usually a nice feature but it can actually get in the way when the web server is setting cookies in the same response in which it is sending a redirect.Read more..
By: j2inet   |    On:  7/11/2010 2:27:56 AM

General


Parser Error Message Section or group name system.web.extensions is already defined.

Parser Error Message: Section or group name 'system.web.extensions' is already defined.Read more..
By: dotnetfish   |    On:  9/13/2010 8:14:37 AM

The remote host closed the connection. The error code is 0x80070057

Sometimes you may get this error when you are do long time processing in asp.net page error message will be "The remote host closed the connection. The error code is 0x80070057.Read more..
By: jalpesh   |    On:  12/22/2010 10:18:24 PM

List of Request Server Variables in ASP.NET

The ServerVariables collection is used to retrieve the server variable values.Read more..
By: RRaveen   |    On:  4/28/2010 11:40:14 AM

Unable to Validate Data Error in ASP.NET website

A weird error that comes when a page is opened for a long time and then posted backRead more..
By: abhi2434   |    On:  5/26/2010 11:52:31 PM

ASP.NET Security Vulnerability: Take Action Immediately

This is very important for those who have asp.net application running out there. Attacker can get data encrypted data in view state or web.config data if you ignore this.Read more..
By: dotnetfish   |    On:  9/23/2010 9:07:26 AM

How to verify Page is secure or Not using in ASP.NET and JavaScript

In this tip, i will show how to verify Page is secure or Not using in ASP.NET and JavaScript.Read more..
By: jalpesh   |    On:  4/11/2011 9:48:29 AM

How to


ASP.NET redirect a web page with AJAX loading indicator image

Redirect web request to another web page with AJAX loading indicator imageRead more..
By: bryiantan   |    On:  4/11/2010 1:16:54 PM

ASP.NET - Limit number of characters in TextBox control

ASP.NET - Limit/count number of characters in TextBox controlRead more..
By: bryiantan   |    On:  5/19/2010 11:54:35 PM

Multiline TextBox and Default Button in ASP.NET

Multiline TextBox and Default Button in ASP.NETRead more..
By: amalhashim   |    On:  4/22/2010 11:12:57 AM

Miscellaneous


How to open Crystal Report as PDF in asp.net

How to open Crystal Report as PDF in asp.netRead more..
By: RRaveen   |    On:  6/30/2010 3:56:21 AM

CompressionEnabled Property in session state in asp.net 4.0

As a web developer we all know about session. Without the use of session any database driven web application is incompleteRead more..
By: jalpesh   |    On:  6/16/2010 8:47:41 AM

Grid Controls


How to Pass Muliple Fields with Gridview HyperLink Column

In this tip, I will explore that how to Pass Muliple Fields with Gridview HyperLink ColumnRead more..
By: RRaveen   |    On:  9/13/2011 1:41:58 AM

Miscellaneous Controls


Hide button outside update panel in asp.net

In this tip, i will show you how to hide the button outside the update panelRead more..
By: RaviChandra   |    On:  9/16/2010 8:00:03 AM

Server Management


Why and When ASP.NET Application restart?

When we are work IIS and ASP.NET, we may face the asp.net application has restart for some reasons.Read more..
By: RRaveen   |    On:  11/2/2010 9:56:42 AM

Login Controls


LoggedOut Event is not firing in the Login Control in ASP.NET

In this tip i'm showing an issue i faced when i was working with the login control in ASP.NET.Read more..
By: Mostafa Elzoghbi   |    On:  1/11/2011 10:01:01 AM

ASP.NET 4.0 Forms


ASP.NET 4.0 New Feature- RepeatLayout property for CheckBoxList and RadioButtonList Controls.

ASP.NET 4.0 having many many new features. One of them is the RepeatLayout property for the CheckBoxList and RadioButtonList controlsRead more..
By: jalpesh   |    On:  5/17/2010 8:31:51 AM

AjaxFrameworkMode Property with ScriptManager in ASP.NET 4.0-Part 2

This is second part of the ScriptManager in ASP.NET 4.0.In this tip I am going to explain about AjaxFrameworkMode Property for ScriptManager in ASP.NET 4.0Read more..
By: jalpesh   |    On:  12/20/2010 7:58:43 AM

Permanent Redirect is new feature ASP.NET 4.0

In this tip, I will show you permanent redirection new feature in asp.net 4.0.first we consider why we need permanent redirection of page.Read more..
By: Kirti.M.Darji   |    On:  12/29/2010 9:15:49 AM
^ Scroll to Top