Author: admin

  • Blog
  • Author: admin

Access Modifier in .net class

Following are the access modifier in class of .net framework. 1. Public Allow access to class member from any other class. 2. Private Allow access to class member from same class only. 3. Protected Allow access to class member from same class and inherited classes. 4. Internal Allow access to the class member in same

My new blog at weblogs.asp.net

Well thanks to Joe Stagner and his team i got blog on the weblogs.asp.net which is  a very good community of asp.net. You can see my posting at there http://weblogs.asp.net/JalpeshPVadgama No need to worry for this blog as i am constaly posting on both the blogs. Some posts may diffrer because this is my personal

Wave.Google.com –A new communication tool.

Google wave is a new communication and sharing tool coming this year. With wave people can do lots of this things in a single browser like communication,videos,map link sharing, rich formatted text etc. You can have a group chat and any participant can reply anywhere in message. edit content and add participant at any point

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. So let’s take a an example for that. For that I have created a small model