Wednesday, September 30, 2009

CustomErrors asp.net

http://www.c-sharpcorner.com/UploadFile/akukreja/CustomErrorHandlingASPNET11142005235614PM/CustomErrorHandlingASPNET.aspx

http://dotnetguts.blogspot.com/2007/10/error-handling-in-net-with-example.html

Otherwise, create a error page with two divs such as divMain and divError. divMain contains common error message with warning image. Upon clicking that image show the divError with error message. For that in global.asax, put error message in Context.Items["Mesg"] and use server.transfer(errorpage.aspx,true) and set customerrors to off

[Note: server.transfer(folder/errorpage.aspx,true) shows Error executing child request for errorpage.aspx ]

Tuesday, September 29, 2009

My Logins

sqlservercentral.com - arun@bpinfotek.com
csharpcorner.com-arunkumar.niit
dotnetspider.com-arunkumar.niit
forums.asp.net-arunkumar.niit
codeproject.com-arun@bpinfotek.com
Books/Articles

scribd.com-arun_ama
Slideshare.net-arunanitha
docstoc.com-arunanitha

maximum row size in sql is 8060 bytes

In my global.asax page, I used to insert error details to error details table whereas few errors could not get inserted this is because of maximum row size in sql is 8060 bytes.


Workaround is to Log Errors in a xml file http://www.c-sharpcorner.com/uploadfile/jamesupton/errorhandler11142005040047am/errorhandler.aspx?login=true&user=arunkumar.niit

Asp.net Concepts Guide

http://www.careerride.com/ASPNet-Tutorial.aspx
http://www.c-sharpcorner.com/UploadFile/puranindia/WhatisASPNET09242009010116AM/WhatisASPNET.aspx

http://www.code-magazine.com/Article.aspx?quickid=0401041
http://www.almohandes.org/vb/archive/index.php/t-2240.html

Asp.net Ajax Examples

http://www.asp.net/AJAX/Documentation/Live/tutorials/UsingUpdatePanelControls.aspx
http://msdn.microsoft.com/hi-in/library/bb398822(en-us).aspx

Wednesday, September 23, 2009

Scheduling Asp.net code to run using web and windows services

http://msdn.microsoft.com/en-us/magazine/cc163821.aspx

Sys.WebForms.PageRequestManagerParserErrorException:

The message received from the server could not be parsed. Common causes for this error are when the response is modified by calls to Response.Write(), response filters, HttpModules, or server trace is enabled. Details: Error parsing near '
http://www.dotnetglobe.com/2008/02/sys_02.html

Tuesday, September 22, 2009

Dynamically Templated GridView with Edit, Delete and Insert Options

http://aspalliance.com/1125_Dynamically_Templated_GridView_with_Edit_Delete_and_Insert_Options.all

Tuesday, September 15, 2009

Alert box and Response.Redirect issue

Response.Redirect means "Don't render this page. Go to this page instead.", so the behavior is expected.

Also, you should never use Response.Write, unless you're creating some kind of custom generated file download.

You can do it in a few ways..

Page.ClientScript.RegisterClientScriptBlock(Page.GetType(),"success","alert(' sucessfully added');window.location.href='AddRoute.aspx';",true)

http://forums.asp.net/t/1445275.aspx
http://www.dotnetspider.com/forum/ViewForum.aspx?ForumId=97545

Thursday, September 10, 2009

HTML Email Hyperlink href mailto with cc,subject and body

Hyperlink href mailto

http://programming.top54u.com/post/HTML-Email-Hyperlink-href-mailto.aspx

Send email using System.Net.Mail 2.0

http://forums.asp.net/t/971802.aspx
http://weblogs.asp.net/scottgu/archive/2005/12/10/432854.aspx
Use Smtp server address if mails are not sent using localhost or 127.0.0.1

Tuesday, September 8, 2009

Apple like sites

http://www.neesatechnologies.com/pms-patient-management-system-software-development.htm#

Friday, September 4, 2009

JQuery Plugins

http://www.noupe.com/ajax/45-fresh-out-of-the-oven-jquery-plugins.html
http://plugins.jquery.com/
http://www.jqueryplugins.com/
http://www.noupe.com/ajax/37-more-shocking-jquery-plugins.html
http://line25.com/articles/30-awesome-design-enhancing-jquery-plugins

Scrolling News

http://woork.blogspot.com/2008/07/fantastic-news-ticker-newsvine-like.html
http://sharebrain.info/resources/scripting/scrolling-news-ticker-with-mootools/3746/

http://www.gcmingati.net/wordpress/wp-content/lab/jquery/newsticker/jq-liscroll/scrollanimate.html
http://www.reindel.com/accessible_news_slider/
http://tutorialblog.org/8-fantastic-jquery-tutorials-for-designers/
http://www.news-scroller.com/
http://allwebco-templates.com/support/S_script_IFrame-NewsScroll.htm
http://www.learningjquery.com/2006/10/scroll-up-headline-reader