Feeds:
Posts
Comments

Archive for October, 2007

Hi,
Please find the SQL Server 2008 Code named “Katmai” webcast series @http://www.microsoft.com/events/series/msdnsqlserver2008.aspx

Read Full Post »

http://www.shelfari.com/kedarnadh/shelf

Read Full Post »

 
I have recently prepared a list of Video, Podcast sites on Microsoft Technologies known to me. Add up the sites you know.NET Rocks – .NET Rocks! is twice a week talk show for anyone interested in programming on the Microsoft .NET platform. The shows range from introductory information to hardcore geekiness. The show is hosted [...]

Read Full Post »

MasterPage in ASP.NET 2.0

In ASP.NET 2.0 we have a concept called Master Pages which are used to give uniform look and feel for the entire application.
How can we access the methods and properties defined in the Master Page?
The only way to access the master page object model is through the Master property.The Master property of the Page class [...]

Read Full Post »

CrossPagePostback in ASP.NET 2.0

What is meant by CrossPagePostback in ASP.NET 2.0?
ASP.NET 2.0 offers a built-in mechanism to override the normal processing cycle and prevent the page from posting back to itself.
Postback may happen in one or the two ways either through the script or through a submit button.
In ASP.NET 2.0, you can configure certain page controls—in particular, [...]

Read Full Post »

Hello world!

Welcome to WordPress.com. This is your first post. Edit or delete it and start blogging!

Read Full Post »