Wednesday 28 August 2013

How to delete a null record in SQL Server or in SQL server how to delete rows where multiple columns have either null or Query to delete null or empty values from data table in SQL Server

Hi Friends, in this article I will explain about how to delete a null record in SQL Server or in SQL Server  how to delete rows where multiple columns have either null or Query to delete null or empty values from data table in SQL Server.
In previous article I explained some articles related SQL Server . Now I will explain about How to delete a null record in SQL Server. For that first create one table name it as USERS.

Monday 26 August 2013

How to change the default browser in Visual Studio, Setting the default browser inside Visual Studio, Default Browser Switcher in Visual Studio

                                            Hi friends, in this article  I will explain about  How to change the default browser in Visual Studio, Setting the default browser inside Visual Studio, Default Browser Switcher in Visual Studio.
The default browser for Microsoft Visual Studio is Internet explorer. But some people like Google chrome, some people like Mozilla Firefox etc,
If they execute the web pages then web pages will execute in Internet explorer and they are searching code in their favorite browser. It is difficult to use in different browser. Execution and browsing both are then it’s comfortable.

Sunday 25 August 2013

Fragment Caching in ASP.NET or How To Perform Fragment Caching in ASP.NET by Using VB.NET/C# or Fragment Caching Example, Page Fragment Caching in ASP.NET

                               Hi friends, in this article I will explain about Fragment Caching in ASP.NET or How To Perform Fragment Caching in ASP.NET by Using VB.NET/C# or Fragment Caching Example, Page Fragment Caching in ASP.NET.
What is Fragment Caching in ASP.NET?
  • Fragment Caching is used to the caching of individual user controls within a Web Form.
  • Each user control can have independent cache durations and implementations of how the caching behavior is to be applied.
  • Fragment caching is useful when you need to cache the some part of a page like user control.
  • Navigation bars, header, and footers are good examples for fragment caching.
  • Fragment caching allows to cache specific portions of the page rather than the whole page. It is done by implementing the page in different parts by creating everything in form of user controls and caching each user control individually.

Friday 23 August 2013

How to convert bitmap to .ico file using VB.NET/C# windows Forms or How to save Bitmap as icon in VB.NET/C#

Hi Friends, in this article I will explain about how to convert bitmap to .ico file using VB.NET/C# or How to save Bitmap as icon.
I already explained some articles on Widows Forms.
Lets I explain about how to convert bitmap image to icon.
Take one new project
File---New—Project---give name
Take one button, OpenFileDialog and SaveFileDialog
Create one function BitmapToIcon() as below.

Thursday 22 August 2013

How to Add ToolTips to Controls on a Windows Form or Tooltip to button in vb.net/C# or .NET - How can I display a tooltip over a button using Windows forms or how to set hand symbol to button

Hi friends, in this article I will explain about How to Add ToolTips to Controls on a Windows Form or Tooltip to button in vb.net/C# or .NET - How can I display a tooltip over a button using Windows forms or how to set hand symbol to button.
In previous articles I already explained about Windows Forms.
Lets I will explain how to add tooltips to button
First create one new project.
File--- New---Project---select windows Application --give name to form as aspdotnet-roja.vb

Wednesday 21 August 2013

How to open the existing AutoCAD drawing using VB.NET /C# windows forms Or VB.NET / C# - Open an Existing Dwg from Stand-Alone exe

                               Hi friends, in this article I will explain about how to open the existing AutoCAD drawing using VB.NET /C# windows forms or VB.NET / C# - Open an Existing Dwg from Stand-Alone exe
Lets I will explain about Open A Drawing in VB.NET /C# as shown below.
© 2012-2018 Aspdotnet-Kishore.blogspot.com. All Rights Reserved.
The content is copyrighted to Kishore and may not be reproduced on other websites without permission from the owner.