|
|
-
|
|
While creating a Silverlight application in Visual Studio 2010, after providing the application name, IDE asked for whether you want to host the Silverlight application in a new ASP.NET web site or not. If you select the “Ok” button , Visual Studio will create a ASP.NET Site to host the ......
|
|
-
|
|
If you have worked with ASP.NET GridView Control you must be aware of GridView.EmptyDataTemplate Property which Gets or sets the user-defined content for the empty data row when a GridView control data source has no records. Similarly ShowHeaderWhenEmpty property allows you to show or hide the Hea......
|
|
-
|
|
In this blog post I am going to explain how we can create a simple Context Sensitive Help
for ASP.NET Controls using jQuery. This has been done based on the selection of a
controls in a ASP.NET Web Form. On control selection / focus jQuery Loads a HTML
Content from a remote file, then it&......
|
|
-
|
|
In the recent update of Visual Studio 2010 productivity power tool there are few new interesting features
introduced. You can download the Productivity tool from http://bit.ly/9nybU6 . There are certain new features
like Quick Find which allows you find and advance find dialog option with in......
|
|
-
|
|
In this post I am going to explain how we can bind a Enum with ASP.NET List Controls. These comprise of four different types of control, CheckBoxList, DropDownList, ListBox and RadioButtonList. This is one of the common requirements during development to bind a Enum with List Control and challenge i......
|
|
-
|
|
Visual Studio IDE gives us a lot of tools to debug our application. Sometimes debugging
activity takes a very long time to identify the root cause. But VS IDE provides
a lot of handy tools which help to debug code in a better way. Debugger features
include error ......
|
|
-
|
|
“Track Change” one of the best interesting features in visual studio which indicates the code changes with a color indicator at the beginning of the line. Generally we know about the two color indicator “Green” and “Yellow” which are used indicting the color cha......
|
|
-
|
|
IntelliTrace is an new features of Visual Studio 2010 Ultimate Edition. By default IntelliTrace is enabled . During debugging in Visual Studio, IntelliTrace works in the background and collect debugging information automatically and stored them in IntelliTrace Log File (. iTrace File ) . You can ......
|
|
-
|
|
I have been asked this question many times and also found many people have some confusion around different
supported version of .NET framework by IntelliTrace debugging. As IntelliTrace is new features of Visual Studio
2010 Ultimate edition and VS 2010 came up with .NET 4.0, so many may got conf......
|
|
|
|