Hi,
Please find the SQL Server 2008 Code named “Katmai” webcast series @http://www.microsoft.com/events/series/msdnsqlserver2008.aspx
Archive for October, 2007
New Microsoft SQL Server 2008 Web casts
Posted in SQL Server on October 17, 2007 | Leave a Comment »
My most favourite books…..
Posted in Uncategorized on October 12, 2007 | Leave a Comment »
http://www.shelfari.com/kedarnadh/shelf
Video Pod casts on Microsoft Technologies
Posted in Interesting Stuff on October 12, 2007 | Leave a Comment »
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 [...]
MasterPage in ASP.NET 2.0
Posted in ASP.NET on October 12, 2007 | Leave a Comment »
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 [...]
CrossPagePostback in ASP.NET 2.0
Posted in ASP.NET on October 12, 2007 | 1 Comment »
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, [...]
Hello world!
Posted in Uncategorized on October 12, 2007 | 1 Comment »
Welcome to WordPress.com. This is your first post. Edit or delete it and start blogging!