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 VB.NET. Show all posts
Showing posts with label VB.NET. Show all posts

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

Unrecognized Escape Sequence in File Path in C#, VB.NET

Mar 10, 2015 0 comments
Introduction:

Here I will explain how to solve the problem of “unrecognized escape sequence in file path'.'” while accessing file path in C#, vb.net. Actually to solve this problem we need to use double blackslashes for filepath or @ symbol before we start declaring file path.

Description:

In previous posts I explained save files in folder and download in asp.net, read or write text file in asp.net, upload and download files from database in asp.net, download multiple files as zip folder 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 “unrecognized escape sequence in file path'.'while accessing file path 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.

Read(Get) Appsettings Value from App.Config File in C#, VB.NET

Feb 26, 2015 0 comments
Introduction:

Here I will explain how to read or get appsettings values from app.config file in
c#, vb.net. By using System.Configuration reference we can read or get appsettings values from app.config file in windows or console application in c#, vb.net.

Description:

In previous articles I explained export datagridview data to excel in windows application, create windows forms application setup file in c#, vb.net, delete windows service from system, create windows service in c#, vb.net and many more articles related to
asp.net using c#, vb.net. Now I will explain how to read or get appsettings values from app.config file in c#, vb.net.

To read appsettings values from app.config file first create new windows application and open your app.config file and add appsettings string like as shown below

Get (Read) Connectionstring from App.Config File in C#, VB.Net

0 comments
Introduction:

Here I will explain how to read or get connectionstring from app.config file in
c#, vb.net. By using System.Configuration reference we can read or get connectionstring from app.config file in windows or console application in c#, vb.net.

Description:

In previous post I explained encrypt or decrypt connectionstring in app.config file, export datagridview to crystal report in windows application,
convert currency or numbers to words in asp.net, angularjs bind dropdownlist with text and value, jQuery tag cloud example in asp.net and many more articles related to asp.net using c#, vb.net. Now I will explain how to read or get connectionstring from app.config file in c#, vb.net.

To read connectionstring from app.config file first create new windows application and open your app.config file and add conneciton string like as shown below

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.

C# - Difference between Dispose and Finalize Method in C# with Example

3 comments
Introduction:

Here I will explain difference between dispose and finalize methods in c#, vb.net with example or dispose() vs finalize() methods in asp.net or use of dispose and finalize methods in asp.net using c#, vb.net with example. Generally we will use dispose and finalize methods to destroy unmanaged objects.

Description:

© 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.