Welcome to ASP.NET Guild
Wednesday, February 28, 2007
ASP.NET Training Videos
http://www.asp.net/learn/videos/default.aspx?tabid=63#beginners
If you know of any more training videos for ASP.NET please send them to me at chrisw_88@hotmail.com and I will add them to this blog.
Thursday, February 22, 2007
Viewstate decoder
This one is a firefox plug-in:
http://ashishware.com/ViewStatePeeker.shtml
If you have any other links or tip, tricks you would like to share please email them to me at Susan Fischer at susan@clinchportal.com and we will post them.
Tuesday, February 20, 2007
The 'name' does not exist in this context
"The 'name' does not exist in this context"
I fixed it by doing the following:
- Exclude file from project
- Build
- Exit VS 2005
- Open VS 2005
- Add back to project and build again
This fixes it. The other alternative is to reference the control directly in the content placeholder.
You can check out the Microsoft Forums posting for it at:
http://forums.microsoft.com/MSDN/ShowPost.aspx?PageIndex=2&SiteID=1&PostID=200532
If you have any tips, tricks, fixes that you think would help others please email them to me at chrisw_88@hotmail.com and I will post them here.
Tuesday, February 13, 2007
Thursday, February 08, 2007
Default button in ASP.NET 2.0
Its easier to make the enter key run a button for controls in a block.
Here is a link to a sample:
http://dotavery.com/blog/archive/2006/02/08/7783.aspx
If you have any additional tips, tricks etc that you would like me to post to my blog, please email them to me at chrisw_88@hotmail.com
Custom XML Schema Generator
http://www.123aspx.com/redir.aspx?res=29483
If you have found any other generators or know of a workaround to the Dataset namespace ignoring issue let me know.
If you have any additional tips, tricks etc that you would like me to post to my blog, please email them to me at chrisw_88@hotmail.com
ClientScriptManager.RegisterForEventValidation !!!
http://www.velocityreviews.com/forums/t115194-sample-usage-of-clientscriptmanagerregisterforeventvalidation.html
The other option is to add the following to the <@ page directive:
EnableEventValidation="false"
If you have any additional tips, tricks etc that you would like me to post to my blog, please email them to me at chrisw_88@hotmail.com