Aspdotnet-Suresh

aspdotnet-suresh offers C#.net articles and tutorials,csharp dot net,asp.net articles and tutorials,VB.NET Articles,Gridview articles,code examples of asp.net 2.0 /3.5,AJAX,SQL Server Articles,examples of .net technologies

SQL Server While Loop Example with stored procedure

Nov 6, 2012 1 comments
Introduction

Here I will explain how to use while loop in SQL Server stored procedure with example.

Description

In previous articles I explained Find First and last day of current month in SQL, Convert Rows to Columns in SQL, Joins in SQL Server and many articles relating to SQL Server.  Now I will explain how to use while loop in SQL Server stored procedure with example.

Country State City Cascading Dropdownlist in Asp.net with C#

9 comments
Introduction

Here I will explain how to implement cascading dropdownlist for country/state/city in asp.net using C#.

Description

In previous articles I explained Visual Studio Keyboard Shortcut keys, ContactUs Page Example, Forgot password Example, Joins in SQL Server, Highlight Gridview records based on search and many articles relating to Dropdownlist, Gridview, SQL ,jQuery,asp.net, C#,VB.NET etc. Now I will explain how to implement cascading dropdownlist for country/ state/ city in asp.net using C#.

Difference between Asp.net SessionState and ViewState in C#, VB.NET

Nov 5, 2012 17 comments
Introduction:

Here I will explain what is the difference between viewstate and sessionstate in asp.net using c#.net and vb.net.

Description:

Asp.net Session State Example in C#, VB.NET

33 comments
Introduction:

Here I will explain SessionState in
asp.net with example using c# and vb.net.

Description:

In previous posts I explained
ViewState Example in asp.net, Create ContactUs Form, Detect Browser type in jQuery, Scroll to particular link when click on link, send mail with images using gmail in asp.net and many relating articles in asp.net, jQuery. Now I will explain SessionState example in asp.net using c# and vb.net

Keyboard Shortcut Keys for Visual Studio 2008, 2010, 2012

8 comments
Introduction:

Here I will explain Visual Studio keyboard shortcut keys for 2008, 2010 and 2012.

Description:

In previous articles I explained Detect Browser type in jQuery, Export Gridview data to PDF, Joins in SQL Server, Highlight Gridview records based on search and many articles relating to Gridview, SQL, jQuery, asp.net, C#, VB.NET. Now I will explain Visual Studio keyboard shortcut keys for 2008, 2010 and 2012.

Asp.net Open PDF File in Web Browser using C#, VB.NET

40 comments
Introduction

Here I will explain how to open pdf file in web browser in asp.net using C# and VB.NET.

Description

In previous articles I explained Export Gridview data to PDF, Send values from one page to another page using QueryString, Joins in SQL Server, Highlight Gridview records based on search and many articles relating to Gridview, SQL ,jQuery,asp.net, C#,VB.NET. Now I will explain how to open pdf file in web browser in asp.net using C# and VB.NET.

Asp.net ViewState Example in C#, VB.NET

Nov 4, 2012 16 comments
Introduction:

Here I will explain what is viewstate and uses of viewstate with example in asp.net using c# and vb.net.

Description:

In previous posts I explained Create ContactUs Form, Detect Browser type in jQuery, Scroll to particular link when click on link, send mail with images using gmail in asp.net and many relating articles in asp.net, jQuery. Now I will explain what is viewstate and uses of viewstate with example in asp.net using c# and vb.net.

Code for Forgot Password in Asp.net using C#, VB.NET with Email

Nov 1, 2012 40 comments
Introduction:

In this article I will explain how to write code to recover forgot password in
asp.net using c# and vb.net.

Description:

In previous posts I explained Create ContactUs Page in asp.net,
send mail using gmail account in asp.net, send mail with images using gmail in asp.net, send html page as mail body in asp.net and many articles on send mail in asp.net. Now I will explain how to write code to recover forgot password in asp.net using c# and vb.net.

How to Create Asp.net Contact Us Page Form in C#, VB.NET

Oct 31, 2012 41 comments
Introduction:

In this article I will explain how to create contact us form or page in asp.net using c# and vb.net.

Description:

In previous posts I explained send mail using asp.net, send mail using gmail account in asp.net, send mail with images using gmail in asp.net, send html page as mail body in asp.net and many articles on send mail in asp.net. Now I will explain how to create Contact Us form in asp.net using c# and vb.net.

C# - What is the Difference between Const and Readonly

14 comments
Introduction:

Here I will explain what are the differences between const and readonly in c#.net and vb.net.

Description:

In previous posts I explained convert.tostring() VS .tostring(), web application VS website, difference between datareader, dataadapter and dataset, difference between tinyint, smallint, int, bigint and many articles relating to asp.net, SQL Server. Now I will explain the difference between const and readonly in c#.net and vb.net.

SQL Query to Find First and Last Day of Current Month or Previous Month

Oct 30, 2012 11 comments
Introduction:

Here I will explain how to write query to get or find first and last day of current month or previous month in 
SQL server.
Description:
In previous articles I explained DateAdd function Example, Pass table as parameter to procedure, difference between function and stored procedures, joins in SQL Server, substring function in SQL server and many articles relating to SQL server. Now I will explain query to get first and last day of current month in SQL server.

SQL Server DATEADD Function Example to Add or Subtract Dates

2 comments
Introduction

In this article I will explain how to use DATEADD function to add or subtract specified time interval from dates in SQL Server.

Description:

In previous articles I explained Substring function Example, SQL Query to remove first and last character from string and many articles relating to SQL Server. Now I will explain how to use DATEADD function to add or subtract specified time interval from dates in SQL Server.

jQuery Get/Detect Browser Type and Version in Asp.net

Oct 28, 2012 6 comments
Introduction:

In this article I will explain how to find or detect browser type, browser name, browser version in 
JQuery using asp.net.

Description:
  
In previous posts I explained jQuery move to particular div when click on link,
how to find client machine IP using jquery in asp.nt, jQuery increase or decrease website font  and many articles relating to JQuery. Now I will explain how to find or detect browser type and version using JQuery in asp.net. To implement this one we need to write the code as shown below

CSS to Show div Only With Vertical Scrollbar or Horizontal Scrollbar or Both

3 comments
Introduction:

In this article I will explain how to show div only with vertical scrollbar or horizontal scrollbar in asp.net.

jQuery Scroll to Particular Div Position When Click on Link

15 comments
Introduction:

In this article I will explain how to scroll or move to particular div content when we click on particular link or item using JQuery in asp.net.

Description:

In previous article I explained
jQuery Show Large images preview when hover on image, Generate thumbnail from images in asp.net, Generate thumbnails from YouTube videos using JQuery and many articles relating to JQuery, asp.net, SQL Server etc. Now I will explain how to scroll or move to particular div content when we click on particular link or item using JQuery in asp.net.

C# - Difference between Webservice and WCF in Asp.net

Oct 25, 2012 22 comments
Introduction:

In this article I will explain difference between webservice and wcf in asp.net.

Description:

In previous post I explained Difference between convert.string and .tostring(), difference between web application and website and many articles relating to Interview Questions in asp.net, SQL Server. Now I will explain difference between webservice and wcf in asp.net.

C# - Difference between Convert.tostring and .tostring() method Example

17 comments
Introduction:

In this article I will explain differences between .tostring() and Convert.tostring() in asp.net.

Description:

In previous post I explained difference between web application and website, difference between datareader, dataadapter and dataset, difference between tinyint,smallint,int,bigint and many articles relating to asp.net, SQL Server. Now I will explain differences between .tostring() and Convert.tostring() in asp.net.
© 2015 Aspdotnet-Suresh.com. All Rights Reserved.
The content is copyrighted to Suresh Dasari and may not be reproduced on other websites without permission from the owner.