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

jQuery Display No Results (Match) Found Message in AutoComplete in Asp.Net

May 27, 2015 0 comments
Introduction

Here I will explain how to use
jQuery to show or display no results found message in autocomplete textbox when no matching records found in asp.net using c#, vb.net or jQuery autocomplete textbox display no records found message when no matching results found in asp.net using c#, vb.net.

Description:
  
In previous articles I explained jQuery show or hide loading image in asp.net, jQuery autocomplete textbox with multiple words in asp.net, jQuery autocomplete with images in asp.net,
jQuery slideup, slidedown, slidetoggle effects example and many articles relating to autocomplete, css, AngularJS, jQuery, JavaScript and asp.net. Now I will explain how to display no records found message in autocomplete textbox when no matching records found in jQuery using asp.net with example.

Add Meta tags to Asp.Net Master Page and ASPX Child Content Pages

May 24, 2015 0 comments
Introduction

Here I will explain how to add meta tags in master and child pages in
asp.net using c#, vb.net or add meta tags like page title, description, keywords dynamically in asp.net using c#, vb.net or dynamically change page title and description in master page and child content page in asp.net using c#, vb.net.

jQuery Ajax Crop and Upload Image with Preview Example in Asp.Net using C#, VB.NET

May 21, 2015 3 comments
Introduction
  
Here I will explain how to use jQuery ajax method to crop and upload image with preview / thumbnail in folder in asp.net using jcrop jQuery plugin or jQuery ajax upload and crop image with preview example in asp.net using jQuery jcrop plugin. Jcrop is a powerful image cropping engine for jQuery by using this jcrop plugin we can add cropping functionality easily to your web application.

Description:
  
In previous posts I explained jQuery dropdown with multiple select options,
JavaScript send ampersand value in querystring, jQuery Change style of controls, jQuery Add fade in effect to webpage, jQuery show html page content in popup window and many articles relating to JQuery. Now I will explain how to crop image and upload image with thumbnail in asp.net using jcrop jQuery plugin.

jQuery Upload Multiple Files in Asp.net using Handler File in C#, VB.NET

2 comments
Introduction

Here I will explain how to upload multiple files using
jQuery in asp.net with generic handler (ashx) in c#, vb.net or jQuery upload multiple files in asp.net using HTML5 “AllowMultiple” property of fileupload in c#, vb.net.

Description:
  
In previous articles I explained
jQuery call asp.net page methods from json, 7 + jQuery multiple fileupload plugin examples, jQuery check file size before upload in asp.net, jQuery setInterval() function example, jQuery upload multiple files using uplodify plugin in asp.net and many articles relating to jQuery, JavaScript and asp.net. Now I will explain how to upload multiple files using jQuery with generic handler (ashx) in asp.net using c#, vb.net.

Asp.Net Dynamically Change (Add) Meta Tags or Page Title & Description in C#, VB.NET

May 20, 2015 2 comments
Introduction:

Here I will explain how to change or add Meta tags dynamically in
asp.net to aspx page in  c#.netvb.net or dynamically change page title and description in asp.net using c#.net, vb.net or add page title and description dynamically in asp.net using c#.netvb.net.

Description:

In Previous posts I explained Differences between appsettings and connection strings, jQuery get hidden field values from asp.net gridview and many articles regarding
Asp.net, Gridview, SQL Server, Ajax, JavaScript etc. Now I will explain how to add Meta tags dynamically to aspx pages in asp.net.

jQuery Ajax Image Upload without Refreshing Page or Submitting Form in Asp.net

May 19, 2015 2 comments
Introduction

Here I will explain how to use jQuery ajax for image upload without refereshing page in asp.net using handler (ashx) in c#vb.net or jQuery upload images or files without  submitting page or postback in asp.net using handler (ashx) in c#, vb.net or jQuery or asynchronous file upload using jQuery without submitting form in asp.net with c#, vb.net.

Description:
  
In previous articles I explained jQuery call asp.net page methods from json, 7 + jQuery multiple fileupload plugin examples, jQuery check file size before upload in asp.net,
jQuery setInterval() function example, jQuery upload multiple files using uplodify plugin in asp.net and many articles relating to jQuery, JavaScript and asp.net. Now I will explain how to upload images or files using jQuery without  page refresh or postback in asp.net using handler (ashx) in c#vb.net.

To upload images or files using jQuery without  page refresh or postback in asp.net using handler (ashx) first create the new web application and open Default.aspx page and write the following code

jQuery Crop and Upload Image with Thumbnail in Folder in ASP.Net using C#, VB.NET

0 comments
Introduction
  
Here I will explain how to use jQuery to crop and upload image with thumbnail in folder in asp.net using jcrop jQuery plugin or jQuery image crop and upload to folder with thumbnail in asp.net using jQuery jcrop plugin. Jcrop is a powerful image cropping engine for jQuery by using this jcrop plugin we can add cropping functionality easily to your web application.

Description:
  
In previous posts I explained jQuery dropdown with multiple select options,
JavaScript send ampersand value in querystring, jQuery Change style of controls, jQuery Add fade in effect to webpage, jQuery show html page content in popup window and many articles relating to JQuery. Now I will explain how to crop image and upload image with thumbnail in asp.net using jcrop jQuery plugin.

jQuery Load More Data (Records) on Button Click in Asp.Net Repeater from Database in C#, VB.NET

May 18, 2015 7 comments
Introduction

Here I will explain how use
jQuery to load more records or data on button click in asp.net repeater from database using jQuery ajax method in c#, vb.net or jQuery load more data in  asp.net repeater on button click from database without postback in c#, vb.net.

Description:
  
In previous articles I explained Asp.net scrollable repeater with fixed header, jQuery bind data to html table from database using JSON Ajax method, display data in html table from database using asp.net,
change gridview header dynamically in asp.net and many articles relating to gridview, asp.net, c#,vb.net and jQuery. Now I will explain how to load more data on button click in asp.net repeater from database using jQuery ajax method in c#, vb.net.

Gridview Rowdatabound Event Example in Asp.net using C#, VB.NET

May 17, 2015 0 comments
Introduction

Here I will explain how to gridview rowdatabound event example in
asp.net using c#, vb.net with example or how to use rowdatabound event in asp.net gridview using c#vb.net with example or change asp.net gridview row color based on data using rowdatabound event in  in c#, vb.net with example.

jQuery Show Asp.Net Exception Error Message in AJAX Call Error Function in C#.Net VB.Net

0 comments
Introduction

Here I will explain how to show
asp.net exception error message in jQuery ajax web method calls using error function in c#, vb.net or get error message in jQuery ajax post method in asp.net using c#, vb.net with example or jQuery show custom error message during ajax calls in asp.net using c#, vb.net.

Send HTML File or Page as Email Body in Asp.net using C#, VB.NET

May 11, 2015 0 comments
Introduction:

Here I will explain how to send html page or file as email body in asp.net using C# and VB.NET.

Description:

In previous article I explained Send Mail in asp.net, Send mail with images using gmail credentials, Send mail with attachment in asp.net and many articles relating to JQuery, asp.net, SQL Server etc. Now I will explain how to send html page as email body in asp.net using C# and VB.NET.

Insert Data into Database using jQuery Ajax Method in Asp.net using C#, VB.NET

May 3, 2015 7 comments
Introduction

Here I will explain how to insert data into database using
jQuery ajax method in asp.net using c#, vb.net or jQuery insert data into database without postback in in asp.net using c#, vb.net.

Bind Data from Datatable to Dropdownlist in Asp.net using C#, VB.NET

Apr 30, 2015 0 comments
Introduction:

Here I will explain how to bind data from datatable to dropdownlist in asp.net using c#.net, vb.net or populate / bind datatable from datatabase and bind that datatable to dropdownlist in asp.net using c#.net, vb.net

Description:

In previous posts I explained many articles relating dropdownlist, asp.net, jQuery, SQL Server, JavaScript. Now I will explain how to bind data from datatable to dropdownlist from database in asp.net using C#.net and VB.NET.

Populate (Fill) Dropdownlist from Database in Asp.Net using C#, VB.NET

0 comments
Introduction:

Here I will explain how to populate or fill or load data in dropdownlist from database in asp.net using C#.net and VB.NET.

Description:

In previous posts I explained many articles relating asp.net, jQuery, SQL Server, JavaScript. Now I will explain how to fill or populate data in dropdownlist from database in asp.net using C#.net and VB.NET.
© 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.