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

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 Repeater with Paging and Sorting Example in C#, VB.NET

Jul 1, 2016 0 comments
Introduction

Here I will explain how to implement paging and sorting in repeater control in
asp.net using c#, vb.net with example or asp.net repeater control with paging and sorting in c#, vb.net with example or asp.net repeater paging with numbers and sort columns with example in c#, vb.net. To implement paging and sorting in asp.net repeater control we need to write custom logic because we don’t have any properties available for enabling pagination and sorting for repeater control.

Description:
  
In previous articles I explained asp.net repeater with paging example,
Repeater Control Example in asp.net, sort columns in repeater control in asp.net, jQuery load more data in repeater on button click in asp.net, asp.net scrollable repeater with fixed header, use of using statement in c# and many articles relating to asp.net, css, c#, vb.net and jQuery. Now I will explain how to implement paging and sorting in repeater control in asp.net using c#, vb.net with example.

Asp.Net Repeater with Paging Example in C#, VB.NET

Jun 30, 2016 8 comments
Introduction

Here I will explain how to implement paging in repeater control in
asp.net using c#, vb.net with example or asp.net repeater with paging in c#, vb.net or pagination in asp.net repeater control with example in c#, vb.net. To implement paging in asp.net repeater control we need to write custom logic because we don’t have any properties available for enabling pagination for repeater control.

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.

AngularJS Upload MuItiple Files (Images) using Angular File Upload in Asp.net

Jun 20, 2016 3 comments
Introduction

Here I will explain how to upload files / images using angularjs example in
asp.net or angularjs upload multiple files / images with progress example in asp.net using file upload module or File upload module in angularjs to upload multiple files / images in asp.net using c#, vb.net. In angularjs by using file upload module and html5 property “multiple” we can implement uploading multiple files / images in asp.net.

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.

Read Data From MS Word File (Document) in Asp.Net using C#, VB.Net

Jun 8, 2016 10 comments
Introduction

Here I will explain how to read from ms word file in
asp.net using c#, vb.net with example or how to read data from word document in asp.net using c#, vb.net with example or how to read word document in asp.net using c#, vb.net with example. By using “Microsoft.Office.Interop.Word” reference in asp.net application we can read data from word file / document using c#, vb.net.

Asp.Net Cookies - Read / Get / Create Cookies in Website using C#, VB.NET

May 29, 2016 1 comments
Introduction

Here I will explain how to read cookies in
asp.net using c#, vb.net with example or create or get cookie value from asp.net website using c#, vb.net with example or check if cookie exists or not in asp.net website using c#, vb.net with example. By using “Request.Cookies” properties we can get or read cookie value from asp.net website using c#, vb.net.

jQuery Disable F12 Key, Console Log in Browser in JavaScript Example

Apr 17, 2016 7 comments
Introduction:

By clicking F12 in the browser we can open the Console log and development tool of a web site running in the browser. As a developer while you are developing its OK for you, but when others are trying to see your application code and do some operations definitely we don't want to disclose this. So what is the solution? we can easily prevent this using some simple JavaScript  and jQuery scripts. Let’s see how.

Description
:

To stop this we can do two things. One, while users are opening the console log he or she will be prompted with some message or user will not be accessing the F12 key with mouse right click options. We will discuss both the ways one by one.

Asp.Net Membership Provider Tutorial (Create Users, Roles, Assign Roles) Examples

Apr 12, 2016 0 comments
Introduction

Here we will learn
asp.net membership provider tutorial with topics like creating users, roles, assign roles to users, edit / update / delete user details, recover user password using password recovery / change user password using changepassword control, etc.. using asp.net membership provider with examples using c#, vb.net.

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.

Asp.Net MVC Introduction & Why and When to Use Asp.Net MVC Over Webforms

Jan 20, 2016 1 comments
Introduction

Here we will learn
asp.net mvc introduction and why we need to use asp.net mvc instead of webforms or introduction to asp.net mvc tutorial for beginners in c# with examples and when and when to use asp.net mvc over webforms in applications.

Description:
  
In previous articles I explained show data from database datatable in asp.net mvc,
Asp.net mvc project example with demo, how to upload files in asp.net mvc razor, Create asp.net mvc image or photo gallery in c# and many articles relating to asp.net mvc, asp.net, c#,vb.net and jQuery. Now I will explain asp.net mvc introduction and how & why to use asp.net mvc over webforms in applications using c#.

Asp.Net MVC Tutorial Step by Step for Beginners & Experienced with Examples

Jan 19, 2016 3 comments
Introduction

Here we will learn complete asp.net mvc tutorial with examples or asp.net mvc tutorial for beginners in
c# with examples or step by step asp.net mvc tutorial for experienced with examples or asp.net mvc tutorial step by step with examples in c#.

Description:
  
In previous articles I explained
Asp.net mvc project example with demo, how to upload files in asp.net mvc razor, Create asp.net mvc image or photo gallery in c#, create asp.net rdlc reports in asp.net mvc using dataset example, and many articles relating to asp.net mvc, asp.net, c#,vb.net and jQuery. Now I will explain complete step by step asp.net mvc tutorial with examples using c#.
© 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.