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 Get Created, Last Modified date of Stored Procedure or Table

Oct 25, 2012 5 comments
Introduction:

In this article I will explain how to find or get last modified date and created date of stored procedure or table in SQL server.
Description:
In previous articles I explained 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 how to get last modified date or created date of stored procedure or table in SQL server.

jQuery Set Focus on First Textbox during Page load or Particular Textbox on Page load

Oct 23, 2012 0 comments
Introduction

Here I will explain how to set focus on first or particular textbox during pageload using
jQuery in asp.net.

Description:
  
In previous articles I explained jQuery Countdown timer script example,
jQuery Increase or Decrease font size of website, Redirect to another page after some time delay, jQuery slideUp slideDown toggle effects and many articles relating to JQuery and asp.net. Now I will explain how to set focus on first or particular textbox during pageload using jQuery in asp.net.

jQuery- How to Set Cursor Position in Textbox in Asp.net

0 comments
Introduction

Here I will explain how to set cursor position in textbox using
jQuery in asp.net.

Description:
  
In previous articles I explained jQuery Increase or Decrease font size of website, jQuery fadein fadeout effects Example,
Redirect to another page after some time delay, jQuery slideUp slideDown toggle effects and many articles relating to JQuery and asp.net. Now I will explain how to set cursor position in textbox using jQuery in asp.net

jQuery Increase Decrease Font Size of Website Dynamically in Asp.net

9 comments
Introduction

Here I will explain how to increase or decrease font size of website dynamically using
jQuery in asp.net.

Description:
  
In previous articles I explained
Redirect to another page after some time delay, jQuery slideUp slideDown toggle effects, Cross page postback in asp.net and many articles relating to JQuery and asp.net. Now I will explain how to increase or decrease font size of website dynamically using jQuery in asp.net.

jQuery- Get Div Id Value or Div Content in Asp.net

Oct 22, 2012 2 comments
Introduction

Here I will explain how to get div id value or div content using jQuery in
asp.net.

Description:
  
In previous articles I explained
Redirect to another page after some time delay, jQuery slideUp slideDown toggle effects, jQuery Drag and Drop Example,  and many articles relating to JQuery. Now I will explain how to get div id value or div content using jQuery in asp.net.

JavaScript- Get Div Id Value or Content in Asp.net

0 comments
Introduction

Here I will explain how to get div id value or div content using
JavaScript in asp.net.

Description:
  
In previous articles I explained
Redirect to another page after some time delay, jQuery Remove first/last character from string, jQuery Drag and Drop Example,  and many articles relating to JavaScript and JQuery. Now I will explain how to get div id value or div content using JavaScript in asp.net.

Cross Page Postback in Asp.net Example 2.0, 3.0, 3.5, 4.0

Oct 17, 2012 8 comments
Introduction

Here I will explain what is cross page posting in asp.net or Cross Page Postback in asp.net using C# and VB.NET.

Description

In previous articles I explained 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, SQLjQueryasp.net, C#VB.NET. Now I will explain what is cross page postback in asp.net and how to use cross page postback concept in asp.net.

11 Best jQuery Countdown Timer Script Plugin Examples/Tutorials

5 comments
Introduction

Here I will explain different type of best jQuery countdown timer or clock script plugin examples.

Description:
  
In previous article I explained 12+ Best jQuery Drag and Drop Plugins,
11+ best jQuery Scroll to top plugins, 9+ JQuery AutoComplete plugins, 6+ JQuery Password Strength Plugins and many articles relating to JQuery, Ajax, asp.net, SQL Server etc. Now I will explain different type of available jQuery countdown timer or clock script plugin examples.

Print Asp.net Gridview Data using C# VB.NET JavaScript

39 comments
Introduction

Here I will explain how to print gridview data in asp.net using C# and VB.NET.

Description:
  
In previous posts I explained Get Gridivew hidden field value in asp.net, jQuery Check uncheck all checkboxes in gridview, Best jQuery Drag and Drop Plugins and many articles relating to gridview, JQuery. Now I will explain how to print gridview data in asp.net using C# and VB.NET.

jQuery Countdown Timer Script Example in Asp.net

Oct 16, 2012 23 comments
Introduction

Here I will explain how to show or create countdown timer script in
jQuery using asp.net.

Description:
  
In previous articles I explained Redirect to another page after 5 seconds,
Get Current Datetime, Auto refresh page , Disable right click on image and many articles relating to JQuery. Now I will explain how to implement or show current time on webpage using jQuery.

jQuery Redirect to Another Page After 5 seconds or Some Time Delay in Asp.net

Oct 14, 2012 8 comments
Introduction

Here I will explain how to redirect to another page after 5 seconds or some time delay in jQuery.

Description:
  
In previous articles I explained JavaScript redirect to another page after 5 seconds,
JQuery display Current Time on WebPage, Disable right click on image and many articles relating to JQuery and JavaScript. Now I will explain how to redirect to another page after 5 seconds or some time delay in jQuery.

JavaScript Redirect to Another Page After 5 seconds or Some Time Delay in Asp.net

11 comments
Introduction

Here I will explain how to redirect to another page after 5 seconds or some time delay in
JavaScript.

Description:
  
In previous articles I explained
JQuery display Current Time on WebPage, JavaScript display current time on asp.net webpage, Disable right click on image and many articles relating to JQuery and JavaScript. Now I will explain how to redirect to another page after 5 seconds or some time delay in JavaScript.

JavaScript Display Current Time on Webpage or Website without Refreshing the Page

11 comments
Introduction

Here I will explain how to show or display current time on webpage or website in JavaScript.

Description:
  
In previous articles I explained JQuery display Current Time on WebPage,
Get Current Datetime, Disable right click on image and many articles relating to JQuery and JavaScript. Now I will explain how to show or display current time on webpage using jQuery.

To display current time on webpage or website using JavaScript we need to write the following code

jQuery Display Current Time on Webpage using Asp.net

7 comments
Introduction

Here I will explain how to show or display current time on webpage or website in
jQuery.

Description:
  
In previous articles I explained Get Current Datetime,
Auto refresh page , Expand textbox on focus ,Disable right click on image and many articles relating to JQuery. Now I will explain how to show or display current time on webpage using jQuery.

To display current time on website or webpage using jQuery we need to write the following code

Asp.net Pass Multiple Parameters in Query String or URL

9 comments
Introduction:

In this article I will explain how to pass multiple parameters in query string or url in
asp.net using C# and VB.NET.

Description:

In Previous posts I explained Send Gridview as Email Body,
Dynamically display meta tags in asp.net, Differences between appsettings and connection strings and many articles relating to Asp.net, Gridview, SQL Server, Ajax, JavaScript etc. Now I will explain how to pass multiple parameters in url in asp.net using C# and VB.NET.

If we want to send one page control values to another page we can use QueryString concept.

Query String in Asp.net with Example in C#, VB.NET

Oct 13, 2012 36 comments
Introduction:

In this article I will explain how to create QueryString example in
asp.net using C# and VB.NET.

Description:

In Previous posts I explained
Dynamically display meta tags in asp.net, Differences between appsettings and connection strings, jQuery get hidden field values from asp.net gridview and many articles regarding Asp.net, Gridview, SQL Server, Ajax, JavaScript etc. Now I will explain how to create QueryString example in asp.net using C# and VB.NET.

Asp.net Difference between Website and Web Application in C#, VB.NET

46 comments
Introduction:

Here I will explain the differences between website and web application in asp.net.

Description:

In previous posts I explained Difference between appsettings and connectionstrings, Difference between datareader,dataset and dataadapter and many articles relating Interview Questions in asp.net. Now I will explain the differences between website and web application in asp.net.

Generally whenever we are trying to create new web project in visual studio we will fund two options ASP.NET Web Application and WebSite. What is the difference between these two which one we need to select to create project 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.