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

Ajax Fileupload Control to Upload Multiple files with Drag Drop and Progress Bar in ASP.Net

Aug 18, 2016 4 comments
Introduction

Here I will explain how to upload multiple files / images with drag and drop in
asp.net using ajax fileupload control in c#, vb.net with example or show progress bar while uploading files using ajax file upload control in asp.net example in c#, vb.net  or upload files with progress bar using ajax fileupload control in asp.net with examples. By using ajax fileupload control we can upload multiple files / images in asp.net with drag drop and we can show progress bar while uploading files easily with few configurations in c#, vb.net with example.

Upload Files (Images) in Asp.net without Postback using Ajax File Upload

Aug 17, 2016 1 comments
Introduction

Here I will explain how to upload multiple files / images in
asp.net without postback using ajax fileupload control in c#, vb.net with example or ajax file upload control in asp.net example using c#, vb.net  or asynchronous file upload with progress bar using ajax fileupload control in asp.net with examples. By using ajax fileupload control we can upload multiple files / images in asp.net without postback or reload page in c#, vb.net with example.

Fragment Caching in Asp.Net with Example

Aug 8, 2016 1 comments
Introduction

Here I will explain what is fragment caching in
asp.net or partial caching in asp.net with examples or how to use partial / fragment caching in asp.net using c# with example. Fragment caching in asp.net allows us to cache particular portion of web page instead of whole page and this can be achieved by using user controls in asp.net.

Description:
  
In previous articles I explained connection pooling in asp.net, difference between initialization and instantiation, SQL difference between @@Identity, scope_identity, ident_current, cursor in sql server with example, dispose vs finalize method in c# / vb.net, asp.net page load vs page init with example
and many articles relating to asp.net, c#, vb.net, JavaScript and jQuery. Now I will explain what is fragment caching in asp.net and how to use fragment caching in asp.net using c#, vb.net with example.

LINQ to SQL Call Stored Procedure in ASP.Net using C#, VB.Net

Aug 7, 2016 3 comments
Introduction

Here I will explain how to call stored procedure in LINQ to SQL using
asp.net in c#, vb.net with example or LINQ to SQL use stored procedure in asp.net using c#, vb.net or how to call stored procedure in LINQ using asp.net in c#, vb.net with example. By using LINQ to SQL (dbml) file in our asp.net application we can call stored procedure easily in c#, vb.net.

Asp.Net Call Code Behind (Server Side) Function from JavaScript in C#, VB.Net

Aug 3, 2016 2 comments
Introduction

Here I will explain how to call code behind method / function from JavaScript in
asp.net using c#, vb.net with example or asp.net call code behind / server side method from JavaScript using c#, vb.net or how to call code behind method from JavaScript in asp.net using c#, vb.net with example. By using asp.net ajax scriptmanager property “EnablePageMethods = True” we can call server side method  in c#, vb.net.

Call ASP.Net Page Method using jQuery AJAX Example

Aug 2, 2016 2 comments
Introduction

Here I will explain how to call asp.net page method using jQuery ajax example or jQuery ajax call asp.net page method with example or asp.net page method using jQuery ajax with example or jQuery 
ajax bind dropdownlist using asp.net page method with example.
Description:
  
In previous articles I explained jQuery load more data when click on button in asp.net, jQuery autocomplete textbox with master page in asp.net, jQuery ajax json example in asp.net
Bind gridview using JQuery in asp.netAutoComplete textbox with JQuery using asp.net and many articles related to jQueryasp.net and ajaxNow I will explain how to call asp.net page using jQuery ajax with example.
We will learn how to call asp.net page method using jQuery ajax with dropdownlist binding from database for that first design table in database and give name as Country as shown below

Connection Pooling in Asp.Net using C# with Example

Jul 29, 2016 6 comments
Introduction

Here I will explain what is connection pooling in
asp.net using c#, vb.net with example or how to use connection pooling in ado.net with example or asp.net understand connection pooling with example in c#, vb.net with example. Connection pooling in asp.net is the place where it maintains set of active connections to database based on configuration and it reduce the cost of opening and closing connection to database.

Consuming Web Service in Asp.net Web Application using C#

Jul 26, 2016 6 comments
Introduction:

Here I will explain how to create and consume a web service in asp.net web application using c# with example or asp.net consume web service in web application using c# or how to call web service in asp.net web application with example.

Description:
We will learn what is web service in asp.net, uses of web service, create web service in asp.net using c# and how to consume a web service in asp.net web applications with example in c#.

What is Web Service?

Web Service is an application that is designed to interact directly with other applications over the internet. In simple sense, Web Services are means for interacting with objects over the Internet. The Web serivce consumers are able to invoke method calls on remote objects by using SOAP and HTTP over the Web. WebService is language independent and Web Services communicate by using standard web protocols and data formats, such as

Count Number of Occurrences of a Character in String C#, VB.NET

Jul 25, 2016 0 comments
Introduction

Here I will explain how to count number of occurrences of character in string in
asp.net using c#, vb.net with example or asp.net get number of occurrences of a character in a string or find number of characters occurrences in string in asp.net using c#, vb.net with example. We have different ways to get number of occurrences of character in string like loop through the string and get number of character occurrences or use LINQ queries to get character occurrences in string in c#, vb.net.

Insert Data from Gridview to Database in Asp.net using C#, VB.NET

Jul 13, 2016 3 comments
Introduction

Here I will explain how to insert
asp.net gridview data into database in c#, vb.net or how to insert data into database using gridview in asp.net using c#vb.net with example or insert data in asp.net gridview and then into database using c#, vb.net with example or save gridview data to database in asp.net using c#vb.net with example. 

Insert Gridview Textbox Value to Database in Asp.Net using C#, VB.NET

Jul 12, 2016 4 comments
Introduction

Here I will explain how to insert
asp.net gridview textbox value to database in c#, vb.net or how to save and retrieve dynamic textbox value in gridview from database in asp.net using c#vb.net with example or how to add records to database from gridview textbox in asp.net using c#, vb.net with example.

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.

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