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

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?

SQL Server Retrieve Data from Multiple Tables using Joins

Oct 12, 2012 9 comments
Introduction:

In this article I will explain how to retrieve data from multiple tables in sql server.

Description:

In previous post I explained Difference b/w functions and stored procedures, Pass table as parameter in SQL Server 2008, differences between char, varchar and nvarchar, difference between tinyint,smallint,int,bigint and many articles relating to SQL Server. Now I will explain how to retrieve data from multiple tables in SQL Server.

Dynamically Add Meta tags to Aspx Page in Asp.net using C#, VB.NET

Oct 11, 2012 8 comments
Introduction:

In this article I will explain how to add Meta tags dynamically to aspx page in
asp.net.

Description:

In Previous posts I explained 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 add Meta tags dynamically to aspx pages in asp.net.

Asp.net Difference between appSettings and Connection Strings in web.config

Oct 10, 2012 12 comments
Introduction:

In this article I will explain the differences between appsettings and connection strings in web.config using asp.net.

Description:

In previous posts I explained Read or Write appsettings from web.config, Read/Write connection strings in web.config. Now I will explain differences between appsettings and connection strings in web.config using asp.net.

In many cases, we need to use some data string throughout the application simple example for this database connection string. Instead of writing the same connection string wherever required, it is easy to maintain if we store it in one place that is web.config file.

Show tooltip in Asp.net Dropdownlist items Mouseover Event in C#, VB.NET

4 comments
Introduction

Here I will explain how to show tooltip in dropdownlist items on mouseover event in asp.net using C# and VB.NET.

Description:
  
In previous posts I explained Bind data to Dropdownlist from database, Bind Images to dropdownlist, Cascading dropdownlist example and many articles relating to dropdownlist, JQuery, asp.net etc. Now I will explain how to show tooltip in dropdownlist items on mouseover event in asp.net.

Show Bind Data to Asp.net Dropdownlist from Database in C#, VB.NET

Oct 9, 2012 30 comments
Introduction:

Here I will explain how to bind or show data in dropdownlist from database in asp.net using C#.net and VB.NET.

Description:

In previous posts I explained many articles relating asp.net, jQuery, SQL Server, JavaScript. Now I will explain how to bind or show data in dropdownlist from database in asp.net using C#.net and VB.NET.

Get Hidden Field Values from Asp.net Gridview in jQuery

2 comments
Introduction

Here I will explain how to get gridview hidden field value using
JQuery in asp.net.

Description:
  
In previous posts I explained Bind Gridview with datareader, send gridview as mail body, Highlight gridview row when checkbox selected  and many articles relating to Gridview,
JQuery, etc. Now I will explain how to get gridview hidden field values using JQuery in asp.net.

jQuery Remove All whitespaces from string with Regular Expression

0 comments
Introduction

Here I will explain how to remove or delete all white spaces from string using
JQuery in asp.net.

Description:
  
In previous articles I explained
jQuery Remove first/last character from string, jQuery Drag and Drop Example and many articles relating to JQuery. Now I will explain how to remove or delete white spaces from string using JQuery in asp.net.

To remove or delete white spaces from string we can use default jQuery function trim() but it will remove only starting and ending spaces but spaces within string will be same because of that we need to use regular expression to remove white spaces from string for that we need to write codesnippet like as shown below

jQuery Remove Spaces from String with Regular Expression

1 comments
Introduction

Here I will explain how to remove or delete spaces from string using
JQuery in asp.net.

Description:
  
In previous articles I explained jQuery Remove first/last character from string, Best Drag and Drop Plugin examples, Scroll back to top plugin Examples,
Password strength jquery plugin examples and many articles relating to JQuery. Now I will explain how to remove or delete spaces from string using JQuery in asp.net.

jQuery Remove First/Last Character From String in Asp.net

Oct 8, 2012 0 comments
Introduction

Here I will explain how to trim or remove first/last characters from string using
JQuery in asp.net.

Description:
  
In previous posts I explained jQuery Add/Remove CSS Class, jQuery slideUp, slideDown and slideToggle Example,
Draggable and Resizable example, add fade in effect to page, Password strength jquery plugin examples and many articles relating to JQuery. Now I will explain how to trim or remove first or last characters from string using JQuery in asp.net.

To remove or trim first/last characters we need to write the codesnippet like as shown below

jQuery Get Selected Row Values from Asp.net Gridview on Checkbox Selection

8 comments
Introduction

Here I will explain how to get selected row value based on checkbox selection values in gridview using
JQuery in asp.net.

Description:
  
In previous posts I explained jQuery Check uncheck all checkboxes in gridview, jQuery Higlight selected Gridview row when checkbox selected, jQuery select header checkbox when all child checkboxes selected
Best jQuery Drag and Drop Plugins and many articles relating to JQuery. Now I will explain how to get selected row value based on checkbox selection values in gridview using JQuery in asp.net.

jQuery - Add / Remove CSS Class to DIV Element

0 comments
Introduction

Here I will explain how to add css class to div using JQuery or remove css class from div element using
JQuery in asp.net.

Description:
  
In previous posts I explained jQuery Higlight selected Gridview row when checkbox selected, jQuery slideUp slideDown slideToggle effects,  
jQuery fadein fadeout fadeto div example, Best jQuery Drag and Drop Plugins and many articles relating to JQuery. Now I will explain how to add css class or remove css class from div element using JQuery.

SQL Server - Differences between Functions and Stored Procedures

Oct 7, 2012 6 comments
Introduction:

Here I will explain the difference between stored procedure and function in SQL Server.

Description:

In previous posts I explained difference between Left Join and Left Outer Join, Difference between Len and DataLength and many articles relating to SQL Server. Now I will explain the difference between stored procedure and function in SQL Server.

jQuery slideUp slideDown slideToggle Effects Example /Sample

6 comments
Introduction

Here I will explain how to implement simple div with 
JQuery slideup, slidedown and slidetoggle effects in asp.net.

Description:
  
In previous posts I explained jQuery fadein fadeout fadeto div example, Best jQuery Drag and Drop Plugins,
Draggable and Resizable example, split the string, add fade in effect to page and many articles relating to JQuery. Now I will explain how implement simple div with slideup, slidedown and slidetoggle effects in JQuery.

12 Best jQuery Drag and Drop Plugin Examples/Tutorials

7 comments
Introduction

Here I will explain 12 best jQuery drag and drop plugin examples to implement drag and drop functionalities  using jQuery.

Description:
  
In previous article I explained
11+ best jQuery Scroll to top plugins, 9+ JQuery AutoComplete plugins, 6+ JQuery Password Strength Plugins and JQuery, Ajax, asp.net, SQL Server etc. Now I will explain different type of available JQuery drag and drop plugin examples.

jQuery text fadein fadeout fadeto Effects div Example in Asp.net

Oct 6, 2012 2 comments
Introduction

Here I will explain how to implement simple div with fadein fadeout, fadeto effects using
JQuery in asp.net.

Description:
  
In previous posts I explained
Draggable and Resizable example, split the string, add fade in effect to page, Password strength jquery plugin examples and many articles relating to JQuery. Now I will explain how implement simple div with fadein fadeout, fadeto effects in JQuery.

To implement fadein fadeout, fadeto effects div in JavaScript we need to write much code but in JQuery we can achieve this functionality just by simple properties fadein, fadeout and fadeto that would be like as shown below

jQuery Enable or Disable Textbox Controls on WebPage in Asp.net

Oct 4, 2012 1 comments
Introduction

Here I will explain how to enable or disable textboxes on a page focus using
JQuery in asp.net.

Description:
  
In previous articles I explained Enable/Disable all controls on webpage, enable/disable particular controls on page using
JQuery in asp.net and another article Enable/disable button using JavaScript and many articles relating to JQuery and JavaScript. Now I will explain how to enable or disable textboxes on a page focus using JQuery in asp.net.

jQuery Change Textbox Background Color on Focus,on Blur using Asp.net

4 comments
Introduction

Here I will explain how to change textbox background color on focus using
JQuery in asp.net.

Description:
  
In previous posts I explained change background of controls when validation fails, Change textbox background color in JavaScript,
split the string, add fade in effect to page, Password strength jquery plugin examples and many articles relating to JQuery. Now I will explain how to change textbox background color on focus using JQuery in asp.net.

To implement this functionality in JavaScript we need to write much code for that check this post Change textbox background color in JavaScript but in JQuery we can achieve this functionality just by simple coding that would be like as shown below
© 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.