-
Recent Posts
Recent Comments
Archives
- November 2013
- October 2013
- August 2013
- July 2013
- June 2013
- March 2013
- January 2013
- December 2012
- November 2012
- October 2012
- June 2012
- January 2012
- April 2011
- March 2011
- April 2009
- March 2009
- January 2009
- December 2008
- November 2008
- October 2008
- September 2008
- August 2008
- July 2008
- June 2008
- April 2008
- March 2008
Categories
Meta
Category Archives: ASP.NET
Custom Server Controls
I’ve been fight with creating Custom Server Controls (Custom Controls). I have create one Custom Control that inherits from CompositeControl. And create another control that inherits from the previous created custom control. Let’s just say the process of create a … Continue reading
Posted in ASP.NET
Leave a comment
ASP.NET Debugging Stop Unexpectedly
My environment: Visual Studio 2008 (VS.NET), Vista, IIS7, ASP.NET. I have a situation when I’m debugging ASP.NET and after about 90 seconds of stepping through code the debugger suddenly stops and detaches. Based on info from others, it seems that … Continue reading
Posted in ASP.NET
Leave a comment
Page.ResolveUrl(“~/ClientScripts/Validation.js”) – Web Application Root Operator
I have the situation where I need to load a JavaScript dynamically. All the JS files are in the ClientScript directory (http://www.somewebsite.com/ClientScripts/Validation.js). The ASPX page that references the client scripts could be anywhere, multiple folders (directories) down in the site … Continue reading
Posted in ASP.NET
Leave a comment
ASP.NET AJAX WebServices and ScriptServices
I’ve been working with ASP.NET AJAX for the past week and the following resources allowed me to get up to speed pretty fast. The following two books that I list are pretty good. Both of the them cover some different … Continue reading
Posted in AJAX, ASP.NET, C#
Leave a comment