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 C#.Net. Show all posts
Showing posts with label C#.Net. Show all posts

Simple Windows Service Example in C# .NET

Jul 8, 2016 1 comments
Introduction:

Here I will explain what windows service in c#.net with example, uses of windows service in c#.net and how to create simple windows service in c#.net with example.

Description:


In previous articles we explained web service in asp.net with example, wcf service tutorial with example, consume wcf service in asp.net web applications, jQuery autocomplete textbox with webservice example and many articles relating to wcf, webservices, asp.netc#.net. Now i will explain about windows services in c#.net with example. First we will see what a window service is and uses of windows service and then we will see how to create windows service in c#.net.

jQuery Show Asp.Net Gridview Images On Mouseover (Large) in C#, VB.NET

Jul 5, 2016 1 comments
Introduction

Here I will explain how to bind images in
asp.net gridview and show image on mouse hover in c#, vb.net with example or asp.net gridview show images on hover as a tooltip using jQuery tooltip plugin in c#, vb.net with example or asp.net repeater paging with numbers and sort columns with example in c#, vb.net. By using jQuery tooltip plugin we can show images on mouse over in asp.net gridview control easily.

Asp.Net Image Gallery with Enlarge Image Preview in DataList using C# and VB.Net

Jun 27, 2016 1 comments
Introduction:

Here I will explain how to show enlarge image preview when mouseover on images in image gallery using JQuery in asp.net  or zoom / enlarge images in datalist on mouseover using JQuery in asp.net or how to show enlarge image when mouse over on image using JQuery in asp.net.

Description:

In previous article I explained jQuery modal popup image slideshow in asp.net, jQuery simple image slideshow with text overlay example, jQuery zoom image on mouseover using zoom image pluginGenerate thumbnail from images in asp.net, Generate thumbnails from YouTube videos using JQuery and many articles relating to JQuery, asp.net, SQL Server etc. Now I will explain how to show large image preview when mouse hover on images in datalist using JQuery in asp.net.

Asp.Net Encrypt and Decrypt QueryString Parameter Values in C#, VB.NET

Jun 21, 2016 2 comments
Introduction

Here I will explain how to encrypt and decrypt querystring values in
asp.net using c#, vb.net with example or asp.net encrypt decrypt querystring values using c#, vb.net with example or encrypting and decrypting querystring values in asp.net using c#, vb.net with example. By using “Cryptography” properties we can encrypt and decrpy querystring values easily in asp.net website using c#, vb.net.

Description:
  
In previous articles I explained encrypt and decrypt password in sql server, asp.net encrypt and decrypt connection string in web.config file,
bind gridview using jquery json method in asp.net, show multiple markers in google map from database in asp.net and many articles relating to gridview, asp.net, c#,vb.net and jQuery. Now I will explain how to get encrypt and decryp querstring values in asp.net using c#, vb.net with example.

Asp.Net Image Upload and Preview without Saving in Folder using C#, VB.NET

Jun 13, 2016 0 comments
Introduction

Here I will explain how to upload and show / display image without saving in
asp.net using c#, vb.net with example or image upload and preview without saving in folder in asp.net using c#, vb.net with example or display image in image control after upload in asp.net without saving to folder using c#, vb.net with example. By using binaryreader property in asp.net we can upload and display image without saving in folder using c#, vb.net.

Insert Data into Database in Asp.net using Stored Procedure C#, VB.NET

Jun 9, 2016 2 comments
Introduction

Here I will explain how to insert data into database in 
asp.net using stored procedure in c#vb.net or insert / update / delete data into database using stored procedure in asp.net or get data from database and show it in gridview using stored procedure in c#, vb.net with example.

C# - Difference between Initialization and Instantiation

May 18, 2016 4 comments
Introduction:

Here I will explain difference between initialization and instantiation in c#, vb.net with example or instantiation vs initialization in asp.net or how to instantiate and initialize a class in asp.net using c#, vb.net with example. In c# or vb.net instantiation means declaring object for class and initialization means assigning values to variables or setting initial values.

Description:

Get Users IP Address in Asp.Net using C#, VB.NET with Example

Apr 11, 2016 10 comments
Introduction

Here we will learn how to get users / client IP address in asp.net using c# and vb.net with example or retrieving user's IP address in
 asp.net using c# and vb.net or how to get IP address of visitors machine in asp.net using c# and vb.net with example.

Description:
  
In previous articles I explained JavaScript Get User IP Address, City, Latitude, Longitudehow to find client machine IP using jquery in asp.net, show users current location in google map using latitude and longitude in asp.net, show google map with latitude & longitude in asp.net and many articles relating to 
asp.netc#vb.net jQuery. Now I will explain how to get users ip address or client IP address of machine in asp.net using c# and vb.net.

AJAX Gridview CRUD Operations (Insert, Read, Update, Delete) in ASP.Net with Updatepanel

Aug 12, 2015 1 comments
Introduction

Here I will explain how to implement ajax
gridview crud operations insert, select, edit, update and delete with single stored procedure in asp.net using c#, vb.net with example or insert, update, delete operations (crud) in asp.net gridview without postback using updatepanel with single stored procedure in c#, vb.net with example.

Description:
  
In previous articles I explained
gridview examples in asp.net, display images from database using handler in asp.net, Bind Dropdownlist selected value in asp.net gridview, gridview rowdatabound event example in asp.net, Delete multiple rows in gridview using checkbox in asp.net and many articles relating to gridview, asp.net, c#,vb.net and jQuery. Now I will explain how to implement ajax gridview crud operations (insert, select, edit, update) in asp.net with single stored procedure using c#, vb.net with example.

Create Table in SQL Server with Primary Key and Identity (Autoincrement) Column in 2008

Aug 7, 2015 0 comments
Introduction:

Here I will explain how to create table with primary key in
sql server or create table in sql server with primary key and identity or auto increment column with example. By setting column property like “UserID integer PRIMARY KEY IDENTITY” we can create primary key with identity column in sql server.
Description:

Generate Random String (Password) in Asp.net using C#, VB.NET

Aug 3, 2015 2 comments
Introduction

Here I will explain how to generate random string or password in
asp.net using c#, vb.net with example or generate random number and string with example in asp.net using c#, vb.net or generate random alphanumeric string in asp.net using c#, vb.net with example.

Description:
  
In previous articles I explained insert, update, delete in gridview with single stored procedure, jQuery gridview crud operations without postback in asp.net,
gridview examples in asp.net, display images from database using handler in asp.net, generate random password in asp.net using c# and many articles relating to gridview, asp.net, c#,vb.net and jQuery. Now I will explain how to generate random string or password or alphanumeric string in asp.net using c#, vb.net with example.

jQuery Ajax Gridview Crud Operations (Insert, Edit, Update, Delete) in Asp.net using C#, VB.NET

Jul 28, 2015 10 comments
Introduction

Here I will explain how to implement
jQuery ajax gridview crud operations insert, select, edit, update and delete example with single stored procedure in asp.net using c#, vb.net or jQuery insert, update, delete operations (crud) in asp.net gridview using single stored procedure in c#, vb.net with example.

Description:
  
In previous articles I explained
gridview examples in asp.net, display images from database using handler in asp.net, Bind Dropdownlist selected value in asp.net gridview, gridview rowdatabound event example in asp.net, Delete multiple rows in gridview using checkbox in asp.net and many articles relating to gridview, asp.net, c#,vb.net and jQuery. Now I will explain how to implement jQuery gridview crud operations (insert, select, edit, update) in asp.net with single stored procedure using c#, vb.net with example.

Remove Add New Row to GridView on Button Click in ASP.Net using C#, VB.NET Example

Jul 22, 2015 8 comments
Introduction

Here I will explain how to delete / remove or add new rows to
gridview on button click in asp.net using c#, vb.net with example or dynamically adding gridview rows on button click in asp.net using c#, vb.net with example.

Description:
  
In previous articles I explained
crud operations (insert, update, delete) in gridview in asp.net, gridview examples in asp.net, display images from database using handler in asp.net, Bind Dropdownlist selected value in asp.net gridview and many articles relating to gridview, asp.net, c#,vb.net and jQuery. Now I will explain how to delete or add new rows to gridview on button click in asp.net 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.