Saturday, July 20, 2013

Enhanced Scroll bar in Visual Studio 2013

In this post we are going to learn about Enhanced scroll bar in visual studio 2013. This part will also be part of Visual Studio 2013 feature series. Once you start the Visual Studio 2013 and start the code window you can see the enhanced scroll bar. Where you can find the glimpse of your code. ...
Share:
Wednesday, July 17, 2013

Visual Studio 2013 : Peek Definition a new feature

In this blog post We are going to look into the a new Visual Studio 2013 feature called Peek Definition another way of Go to definition. This post will be part of Visual Studio 2013 feature series Peek Definition in Visual Studio 2013: In the earlier version of Visual Studio, When we need to see the definition of method then we can to right click that method and then click on Go To Definition(F12)...
Share:
Tuesday, July 16, 2013

Synchronized settings with live account Visual Studio 2013.

In this post we will learn about Synchronized setting with Visual Studio 2013 .  I am writing a series of blog post about Visual Studio 2013 features. This post also will be part of this series. You can find complete list at following link. Visual Studio Page on DotNetJalps.com In the earlier versions of Visual Studio, To import settings and export setting we have to import and export setting...
Share:
Sunday, July 14, 2013

Visual Studio 2013 Preview Step by Step Installation

This post is a step by step installation guide for Visual Studio 2013. This post is a part of Visual Studio 2013 series which contains all the post about new features of Visual Studio 2013. You can fine complete list at my Visual Studio page. Following is a link for that. Visual Studio page Download Visual Studio 2013 Preview: To install Visual Studio 2013 preview first thing you need to is to...
Share:

How to to select all p in div with jQuery

Recently I was discussing something with friend about jQuery and question comes from friend that how we can select the all p in Div with jQuery. With jQuery selector its very easy to select all p in div tag. But from this conversation I came to know that lots of people does not know about it. So I thought it will be great idea to write a blog post about it. As you know with jQuery selectors we can...
Share:
Saturday, July 13, 2013

Compile time view checking for ASP.NET MVC.

While developing an ASP.NET MVC application, you need to create lots of views. At that time it does not compile the view. So if you have some typo in your view like namespace or any where you will get to know when you load that view in browser. At that time ASP.NET Complier will compile the complete view.  We all are humans and we tends to make spelling mistakes and sometimes it a productivity...
Share:

Programmatically Hiding ASP.NET Grid View Column.

Recently I have been to http://forums.asp.net/ and found that lots of people are finding solution for hiding the Grid View column so I though it will be a good Idea to write a blog post. In this post I will explain how we can hide GridView Column programmatically. So let’s take same example that I have taken in previous post. Hide ASP.NET GridView Column: So let’s take  a simple example....
Share:
Saturday, July 6, 2013

Dynamically setting GridView Column width in ASP.Net

I was looking into the forums.asp.net and I have found lots of people was searching about how to set GridView Column Width dynamically. So I thought it will be a good idea to write a blog post about it. Example(Setting Width Dynamically in ASP.Net): So let’s take a an example for that. For that I have created a small model Employee class which will have three properties. public class Employee { ...
Share:

Support this blog-Buy me a coffee

Buy me a coffeeBuy me a coffee
Search This Blog
Subscribe to my blog

  

My Mvp Profile
Follow us on facebook
Blog Archive
Total Pageviews