By budigelli on Apr 12, 2007 in .NET, AJAX, ASP.NET 2.0, JSON | 0 Comments
I found this An Introduction to JavaScript Object Notation (JSON) in JavaScript and .NET article to be very useful especially if you are new to JavaScript Object Notation (JSON)
Explore some of the Object Oriented Techniques of JavaScript, check this MSDN article, http://msdn.microsoft.com/msdnmag/issues/07/05/JavaScript/default.aspx, by Ray Djajadinata (Ray Hsieh).
Happy Scripting!!!
By budigelli on Apr 3, 2007 in .NET, ASP.NET 2.0, URL ReWritting | 1 Comment
I use a Url Rewriting a lot and ran into this problem very offen. There are multiple solutions to this issue and basically we would be manipulating the “post” action of the web page.
Here is a link that talks about a more elegent approch to solove this problem, Postbacks does not work with URL ReWriting.
http://weblogs.asp.net/jezell/archive/2004/03/15/90045.aspx
EDIT: please see [...]
By budigelli on Apr 3, 2007 in .NET, Visual Studio 2005 | 0 Comments
Want to Start Visual Studio 2005 Development Server at a specific port everytime? Or use IIS for a Web Application?
And want to set what debuggers to attach (ASP.NET, SQL Server, Native Code)?
Check the below images for options under Web project properties..
Â
Hope it helps…
By budigelli on Apr 2, 2007 in .NET, Conversion | 0 Comments
Over the past week i have been working on a conversion (.NET 1.1 to 2.0) project. It started as fun and turned out to be little tedious !!!
First of all, its a big solution with around 25 projects (both C# and VB.NET) and quite a good amount of ASP code, doing various tasks…
The first part of [...]