Category: My Blog

  • Blog
  • Category: My Blog

Directly Binding Dataset with Datagrid View

With windows forms 2.0 you can directly bound the datagrid with dataset.For example, your dataset name is ‘dt’ First fill your dataset with data. Then select datagridview and create the columns and in the datamember property of each give the name of column you want to bind. just write the following code. For example you

Increase your windows forms application performance

With microsoft.net technology and windows forms 2.0 you can build great application. It provides great user interface component so you can develope very reach applications.There are two aspects of application design and another one is performance. If any of this two is not perfect then your application may lead to a failure.I have found one

Microsoft MVP for the 6th time! Thank you, Microsoft

First all, Sorry for the late post. I am very happy and proud to announce that I have been awarded Microsoft Most Valuable Professional for the 6th time in “Visual Studio and Development” Category. On this occasion, I would to Thank Microsoft for again such a wonderful gesture. I would also like to thank my

Why coding standards are important?

Yesterday, I had a discussion with friend about coding standard are important and why you need it?  So I thought it will be a good idea to write a blog post about it. Followings are some reasons why coding standard are so important. Readability:  coding standard will increase overall code readability means if you follow