Sushila Patel's Weblog
When the going gets tough, upgrade
-
MSBuild Team Posts Status Publicly
The MSBuild team has started publishing their project status publicly - http://blogs.msdn.com/akipman/archive/2004/06/14/155773.aspx.
-
VB @ Movies
Check this out VB at the Movies!
-
Accelerate J2EE development with VS.NET
Got this link from a fellow MVP
-
VSLive Sessions on Whidbey
Some good Whidbey Sessions
-
Heading to MVP Global Summit
I am all set for the MVP Summit @ Redmond(April 4th-7th). Very eager to meet fellow MVPs from all over the world.
-
research.microsoft.com
Some Projects , Demos and Downloads found @ Microsoft Research(MSR)
-
Sample Code: Quick Intro to <asp:wizard> control in Whidbey
The <asp:wizard> control enables us to divide a large form into multiple sub forms.
This is otherwise traditionally done with ASP.NET v1.1 controls using <asp:panel> or <asp:placeholder> on one/multiple pages. -
Ctrl+F
During school days I remember reading each and every line of a books/chapters to search for a specific phrase.
To skip this reading Glosssary/Appendixes.. were lifesaver. -
Visual Studio Tools for Office 2003 Training Available on MSDN
The training labs in this section step you through the process of creating and working with Microsoft® Office Word 2003 and Microsoft Office Excel 2003 solutions using Microsoft Visual Studio® Tools for the Microsoft Office System. Visual Basic® .NET code is used in all labs except Lab 6, which contains Visual C#® code.
-
Sample Code: Using DetailsView in Whidbey
The Datagrid/DataList/Repeater control in ASP.NET had provided the flexibility and ease to show the data in a formatted manner. However sometimes the requirement is to flip the data from conventional horizontal layout to vertical layout and page a single record per page