Wednesday, April 30, 2008

Using the Google search from ASP.NET

I hope that every one has thought of using the infamous Google Search in their projects/applications but couldn't figure out as to how to do this..

Fine... now you can integrate Google Search into your applications..

Check out the below article and figure out the truth..

http://www.communitymx.com/content/article.cfm?page=1&cid=E8E8CE970C6AB073


Happy Programming. :)

Saturday, April 19, 2008

Why do ASP.NET AJAX page methods have to be static?

This has been a question of concern for quite sometime now.. So to solve the issue , i suggest you to have a look at the below article .

Hope you like it . :)

http://encosia.com/2008/04/16/why-do-aspnet-ajax-page-methods-have-to-be-static/

Wednesday, April 16, 2008

Code Conversion

Having problems while converting your code from C# to VB or vice-versa ?? Then i suggest you to use http://www.codechanger.com.

Have a look at it and try it ...


Happy Programming :)

Easy to understand ASP.NET Tutorials

Well... today while sitting in my office , i thought that what is that is needed for a new programming soul to get started with coding . Huh.... but if you want to have a look at an easier way of programming, then check out http://www.aspnettutorials.com

Happy Programming :)

Tuesday, April 15, 2008

Dynamic Site Layout and Style Personalization with ASP.NET

These days many websites offer customisable features and one of them is setting themes according to user preferences. In other words, we can say that generating the look and feel of the website as per user requests.
So now the big question arises as to how one can achieve/implement this feature. Scott Guthrie has explained this in a very conventional way. Have a look at it..

http://weblogs.asp.net/scottgu/archive/2006/07/22/Recipe_3A00_-Dynamic-Site-Layout-and-Style-Personalization-with-ASP.NET--.aspx

Monday, April 14, 2008

ASP.NET Page Life Cycle

Each request for a Microsoft® ASP.NET page that hits Microsoft® Internet Information Services (IIS) is handed over to the ASP.NET HTTP pipeline. The HTTP pipeline is a chain of managed objects that sequentially process the request and make the transition from a URL to plain HTML text happen. The entry point of the HTTP pipeline is the HttpRuntime class. The ASP.NET infrastructure creates one instance of this class per each AppDomain hosted within the worker process...

For a detailed scenario of Page Life Cycle, just go through
http://msdn2.microsoft.com/en-us/library/aa479007.aspx

Sunday, April 6, 2008

Tip/Trick:Url Rewriting with ASP.NET

For dynamically re-writing URLs or to publish cleaner URL end-points in your ASP.NET applications , just have a look at this article by Scott Guthrie.

http://weblogs.asp.net/scottgu/archive/2007/02/26/tip-trick-url-rewriting-with-asp-net.aspx

Wednesday, April 2, 2008

Displaying Date in many formats Using Javascript

Hi folks,

Just check out the below link for some cool stuff on how to display date & time using Javascript in different formats.

http://www.javascriptmall.com/jsc/jsC4Udate.htm#DateTime11

Two Rows of Tab Headers in an AJAX Tab Control

There has been much talk about the AJAX's Tab control. But by default, it displays all the Tab containers in one line only. So how to make it multi lined. For doing this. check out the below article .



http://www.narizvi.com/blog/post/Two-rows-of-tab-headers-in-TabContainer-in-Ajax-Control-Toolkit.aspx