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

Showing posts with label Asp.net. Show all posts
Showing posts with label Asp.net. Show all posts

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.

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.

Insert & Fetch Data from Access Database in Asp.net using C#, VB.NET

Mar 9, 2015 1 comments
Introduction:

Here I will explain how to insert data into ms access database in
asp.net using c#, vb.net or get or fetch or retrieve data from ms access database in asp.net using c#, vb.net.


To use ms access database in asp.net first we need to create database in ms access for that follow below steps.

How to Connect MS Access Database in Asp.net using C#, VB.NET

8 comments
Introduction:

Here I will explain how to connect ms access database in
asp.net using c#, vb.net. To use Microsoft (MS) access database to insert, update, delete data in asp.net we need to use System.Data.OleDb namespace reference in c#, vb.net.


To use ms access database in asp.net first we need to create database in ms access for that follow below steps.

Show (Display) Alert Message Box from Code Behind in Asp.net using C#, VB.NET

Mar 3, 2015 2 comments
Introduction

Here I will explain how to show alert message box 
from code behind in asp.net using c# and vb.net or display alert message from code behind in asp.net using c# and vb.net.

Description:

In previous posts I explained call page methods from JSON string in asp.net, jQuery floating div on page scrolljQuery generate years dropdown dynamically, asp.net Google currency converter and many articles relating to
gridview, asp.net, c#. Now I will explain how to show alert message box from code behind in asp.net using c# and vb.net .

Delete (Remove) Multiple Selected Items from Listbox in Asp.net on Button Click using C#, VB.NET

Mar 2, 2015 0 comments
Introduction:

Here I will explain how to remove or
delete multiple selected items from listbox in on button click in asp.net using c#, vb.net with example or remove or delete multiple items from listbox items button click in asp.net using c#, vb.net.

Description:

In previous post I explained
add textbox values to listbox in asp.net on button click, create and consume webservice in asp.net, simple cursor example in sql server, sitemap control example, send html page as mail body in asp.net, how to send mail with attachment in asp.net and many more articles related to asp.net using c#, vb.net. Now I will explain how to delete or remove multiple selected items from listbox on button click in asp.net using c#, vb.net with example.

Sort Asp.net Gridview Columns with Dropdownlist Selection in C# using Order By in SQL Server

6 comments
Introduction:

Here I will explain how to sort gridview columns based on dropdownlist selection in asp.net using Order By clause in SQL Server. Whenever we are trying to sort a gridview or Repeater through the dropdownlist we used to add either switch case or if else condition. So there will be too many conditions as the list of the dropdownlist increases and every time you have to change in code behind (adding conditions or delete conditions). While doing one of my projects I found its solutions myself and going to share with you.

Description:

Previously we have discussed about Sorting Columns in Repeater Control in Asp.net using C#, How to show the up and down arrows during sorting of column in gridview using asp.net and today we will show how to sort gridview columns based on dropdownlist selection in asp.net using Order By clause in SQL Server.

C# - The Connectionstring Property has Not been Initialized in Asp.net

Feb 25, 2015 1 comments
Introduction:

Here I will explain how to solve the problem of “the connectionstring property has not been initialized in asp.net while sending request to connect SQL Server using c#.net, vb.net.

Description:

In previous posts I explained read connection string from web.config file in asp.net, read appsettings from web.config file in asp.net, use multiple web.config files in asp.net with example, encrypt and decrypt connection string in asp.net and many articles relating to solve errors in asp.net, SQL Server, IIS, etc. Now I will explain how to solve the problem of “the connectionstring property has not been initialized in asp.net while sending request to connect SQL Server”.

jQuery Currency Conversion as per Exchange Rates using Google Finance API Web Service in ASP.Net

Feb 24, 2015 3 comments
Introduction

Here I will explain how to implement currency conversion as per exchange rates 
in asp.net using Google finance api web service in jQuery or jQuery Google currency conversion finance api web service to convert currency as per exchange rates in asp.net.

Description:
  
In previous articles I explained jQuery upload multiple files using uploadify plugin, jQuery Shake or Vibrate or Rotate image,
Change the style of tooltip in jQuery, jQuery Countdown timer script example, jQuery Increase or Decrease font size of website, Redirect to another page after some time delay and many articles relating to jQuery and asp.net. Now I will explain how to implement currency conversion as per exchange rates in asp.net using Google finance api webservice in jQuery. To implement this functionality we can use Google Currency conversion API.

Add (Send) TextBox Values to ListBox in ASP.Net on Button Click using C#, VB.NET

Feb 21, 2015 1 comments
Introduction:

Here I will explain how to add or send textbox values to listbox in
asp.net  on button click using c#, vb.net or bind textbox values to listbox on button click in asp.net using c#, vb.net with example.

Description:

In previous post I explained convert currency or numbers to words in asp.net, angularjs bind dropdownlist with text and value,
jQuery tag cloud example in asp.net, sitemap control example, send html page as mail body in asp.net, how to send mail with attachment in asp.net and many more articles related to asp.net using c#, vb.net. Now I will explain how to add or send textbox values to listbox in asp.net  on button click using c#, vb.net with example.
© 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.