|
| Numeric textbox with regular expression validator control in asp.net.Read more.. |
| Views: 3016
| Bookmarked: 0 times | By: RRaveen |
On:
6/2/2010 10:52:33 PM |
|
|
|
| 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.. |
| Views: 715
| Bookmarked: 0 times | By: jalpesh |
On:
5/10/2010 9:05:11 AM |
|
|
|
| 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.. |
| Views: 723
| Bookmarked: 0 times | By: jalpesh |
On:
1/24/2011 8:45:03 AM |
|
|
|
| In this tip, i will show how to use the |
| Views: 1475
| Bookmarked: 0 times | By: jalpesh |
On:
5/15/2011 3:38:31 AM |
|
|
|
| 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.. |
| Views: 943
| Bookmarked: 0 times | By: jalpesh |
On:
5/15/2011 3:43:18 AM |
|
|
|
| Access viewstate with custom object in ASP.NETRead more.. |
| Views: 873
| Bookmarked: 0 times | By: RRaveen |
On:
5/4/2010 3:51:19 AM |
|
|
|
| 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.. |
| Views: 1229
| Bookmarked: 0 times | By: j2inet |
On:
7/11/2010 2:27:56 AM |
|
|
|
| Parser Error Message: Section or group name 'system.web.extensions' is already defined.Read more.. |
| Views: 1925
| Bookmarked: 0 times | By: dotnetfish |
On:
9/13/2010 8:14:37 AM |
|
|
|
| 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.. |
| Views: 1555
| Bookmarked: 0 times | By: jalpesh |
On:
12/22/2010 10:18:24 PM |
|
|
|
| The ServerVariables collection is used to retrieve the server variable values.Read more.. |
| Views: 1191
| Bookmarked: 0 times | By: RRaveen |
On:
4/28/2010 11:40:14 AM |
|
|
|
| A weird error that comes when a page is opened for a long time and then posted backRead more.. |
| Views: 1101
| Bookmarked: 0 times | By: abhi2434 |
On:
5/26/2010 11:52:31 PM |
|
|
|
| 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.. |
| Views: 829
| Bookmarked: 0 times | By: dotnetfish |
On:
9/23/2010 9:07:26 AM |
|
|
|
| In this tip, i will show how to verify Page is secure or Not using in ASP.NET and JavaScript.Read more.. |
| Views: 774
| Bookmarked: 0 times | By: jalpesh |
On:
4/11/2011 9:48:29 AM |
|
|
|
| Redirect web request to another web page with AJAX loading indicator imageRead more.. |
| Views: 1514
| Bookmarked: 0 times | By: bryiantan |
On:
4/11/2010 1:16:54 PM |
|
|
|
| ASP.NET - Limit/count number of characters in TextBox controlRead more.. |
| Views: 977
| Bookmarked: 0 times | By: bryiantan |
On:
5/19/2010 11:54:35 PM |
|
|
|
| Multiline TextBox and Default Button in ASP.NETRead more.. |
| Views: 784
| Bookmarked: 0 times | By: amalhashim |
On:
4/22/2010 11:12:57 AM |
|
|
|
| How to open Crystal Report as PDF in asp.netRead more.. |
| Views: 1647
| Bookmarked: 0 times
| By: RRaveen |
On:
6/30/2010 3:56:21 AM |
|
|
|
| As a web developer we all know about session. Without the use of session any database driven web application is incompleteRead more.. |
| Views: 670
| Bookmarked: 0 times | By: jalpesh |
On:
6/16/2010 8:47:41 AM |
|
|
|
| In this tip, I will explore that how to Pass Muliple Fields with Gridview HyperLink ColumnRead more.. |
| Views: 543
| Bookmarked: 0 times | By: RRaveen |
On:
9/13/2011 1:41:58 AM |
|
|
|
| In this tip, i will show you how to hide the button outside the update panelRead more.. |
| Views: 1540
| Bookmarked: 0 times | By: RaviChandra |
On:
9/16/2010 8:00:03 AM |
|
|
|
| When we are work IIS and ASP.NET, we may face the asp.net application has restart for some reasons.Read more.. |
| Views: 607
| Bookmarked: 0 times | By: RRaveen |
On:
11/2/2010 9:56:42 AM |
|
|
|
| In this tip i'm showing an issue i faced when i was working with the login control in ASP.NET.Read more.. |
| Views: 631
| Bookmarked: 0 times | By: Mostafa Elzoghbi |
On:
1/11/2011 10:01:01 AM |
|
|
|
| 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.. |
| Views: 790
| Bookmarked: 0 times | By: jalpesh |
On:
12/20/2010 7:58:43 AM |
|
|
|
| ASP.NET 4.0 having many many new features. One of them is the RepeatLayout property for the CheckBoxList and RadioButtonList controlsRead more.. |
| Views: 758
| Bookmarked: 0 times | By: jalpesh |
On:
5/17/2010 8:31:51 AM |
|
|
|
| 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.. |
| Views: 565
| Bookmarked: 0 times | By: Kirti.M.Darji |
On:
12/29/2010 9:15:49 AM |
|
|