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

Show (Display) Sum of Columns Total in ASP.Net GridView Footer using C# and VB.Net

Mar 25, 2015 4 comments
Introduction

Here I will explain how to show or display sum of columns total in
gridview footer using asp.net in c#, vb.net or show sum of asp.net gridview columns total in footer using c#, vb.net with example.

SQL Server Return All Records When a Query Parameter is Blank or Null or Empty

Mar 24, 2015 2 comments
Introduction:

Here I will explain how to return all the records when a query parameter is blank or empty or null in
sql server or query get all the records from database when input parameter is null or blank or empty in sql server. We need to write a condition to check whether query parameter is blank or not in sql server based on that we can return all records or matched records.
Description:

Asp.net Gridview Reorder Rows with Drag Drop Options using jQuery Tablednd Plugin

Mar 23, 2015 3 comments
Introduction:

Here I will explain how to reorder asp.net gridview rows with drag and drop options using using jQuery in asp.net with jQuery tablednd plugin or jQuery reorder or drag and drop gridview rows in asp.net using C#, VB.NET with jQuery tablednd plugin.

Description:

In previous articles I explained Take screenshot of webpage in asp.net, Show Gridview row details in tooltip, Show tooltip for gridview header columns, Asp.net Interview questions, 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 reorder or drag and drop gridview rows using jQuery in asp.net with jQuery tablednd plugin.

Change Row Position or Order in Asp.net Gridview using C#, VB.NET

4 comments
Introduction:

Here I will explain how to change gridview row order or position on button click in asp.net using c#, vb.net or move asp.net gridview rows up and down with arrow button clicks in asp.net using c#vb.net.

Description
  
In Previous articles i explained many articles relating to gridview in asp.net. Now in this article I will explain how to change gridview row order or position on button click in in asp.net using c#vb.net on button click. For that first design one table in database and give name as MobileDetails as shown below

Filter Asp.net Gridview with Dropdownlist using FilterExpression in SqlDatasource

3 comments
Introduction

Here I will explain how to filter
asp.net gridview data with dropdownlist using filter expression in sqldatasource in c#, vb.net or filter gridview records with dropdownlist selection in asp.net using sqldatasource in c#, vb.net.

Description:
  
In previous articles I explained
Delete multiple rows in gridview using checkbox in asp.net, Get selected row cell value from gridview in asp.net, retrieve images from path stored in database in asp.net, Get textbox value palced in gridview in asp.net and many articles relating to asp.net, c#,vb.net and jQuery. Now I will explain how to filter asp.net gridview data with dropdownlist using filter expression in sqldatasource in c#, vb.net.

jQuery Get Elements with Id or CSS Class Name with Example

Mar 19, 2015 0 comments
Introduction

Here I will explain how to use
jQuery to get elements with css class name or id with example. We can get elements (div) by using class name or id easily in jQuery.

Description:
  
In previous articles I explained
best login page design using css, change button color on mouseover using css, jQuery add border to images using css classes, 8 best audio player plugin examples and many articles relating to css, AngularJS, jQuery, JavaScript and asp.net. Now I will explain how to use jQuery to get elements with css class name or id with example.

To get elements with class name or id using jQuery we need to write the code like as shown below

jQuery Remove() and Empty() Functions with Examples

Mar 18, 2015 1 comments
Introduction

Here I will explain how to use
jQuery empty() function and remove() function with examples. In jQuery both empty() and remove() functions are used to remove the elements. Empty() function in jQuery is used remove inside content of div element and remove() function is used to remove complete div element.

Description:
  
In previous articles I explained 8 best audio player plugin examples, jQuery video player plugin examples,
jQuery Hover dropdown menu, jQuery bouncing menu example and many articles relating to AngularJS, jQuery, JavaScript and asp.net. Now I will explain how to use jQuery empty() function and remove() function with examples.

By using empty() function we can remove inside content of div element and remove() function will remove complete div element for that we need to write the code like as shown below

jQuery Check Whether Div Element is Empty or Not

0 comments
Introduction

Here I will explain how to use
jQuery to check whether div element is empty or not or jQuery hide or delete div element in case if div empty. By using html selector property we can check whether div element is empty or not based on that we can hide or remove div.

Description:
  
In previous articles I explained
jQuery Hover dropdown menu, jQuery bouncing menu example, jQuery zoom image on mouse over using zoom plugin, jQuery split string into array by comma and many articles relating to AngularJS, jQuery, JavaScript and asp.net. Now I will explain how to use jQuery to hide or remove div if it’s empty.

By using html selector we can check whether div empty or not. If it’s empty we can hide or remove div for that we need to write the code like as shown below

jQuery Remove or Hide Div Element If It's Empty or Contains No Data

0 comments
Introduction

Here I will explain how to use
jQuery to hide or remove div if it’s empty or jQuery hide or delete div incase if div empty. By using html selector property we can check whether div empty or not based on that we can hide or remove div if it’s empty.

Description:
  
In previous articles I explained
jQuery Hover dropdown menu, jQuery bouncing menu example, jQuery zoom image on mouse over using zoom plugin, jQuery split string into array by comma and many articles relating to AngularJS, jQuery, JavaScript and asp.net. Now I will explain how to use jQuery to hide or remove div if it’s empty.

By using html selector we can check whether div empty or not. If it’s empty we can hide or remove div for that we need to write the code 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.