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

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

Feb 21, 2015 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:

Asp.net Difference between Page_Load and Page_Init in C#, VB.Net

1 comments
Introduction:

Here I will explain difference between page_init and page_load in asp.net using c#, vb.net with example.

Description:

Asp.net Convert Rupees (Numbers) to Words (String) using C#.NET

Feb 19, 2015 5 comments
Introduction:

Here I will explain how to convert currency to words in
asp.net using c# or convert numbers to words in asp.net using c# with example or convert currency / numbers to string in asp.net using c#.

Description:

In previous post I explained
jQuery tag cloud example in asp.net, sitemap control example, send html page as mail body in asp.net, send mail with images using gmail user credentials, send multiple attachments with email 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 convert currency / numbers to words / string in asp.net using c#, vb.net with example.

Get Multiple Results from Stored Procedure using Dapper in C#, VB.NET

Feb 18, 2015 5 comments
Introduction

Here I will explain how to get multiple results or records from stored procedure using dapper in
c#, vb.net or access multiple results or objects from stored procedure in dapper using querymultiple method in c#, vb.net.

Description:
  
In previous articles I explained
start or stop IIS service in c#, vb.net, get values from ienumerable list in c#, vb.net, jQuery upload images without postback in asp.net, wcf tutorial for beginners with example in asp.net and many articles relating to AngularJS, jQuery, asp.net, c# and vb.net. Now I will explain how to get multiple results or records from stored procedure using dapper in c#, vb.net.

Start or Stop IIS Service in C#.NET, VB.NET using Asp.net

Feb 9, 2015 1 comments
Introduction

Here I will explain how to start or stop IIS service in
c#, vb.net using asp.net. We can start or stop IIS service using ServiceController in c#, vb.net using asp.net.

Description:
  
In previous articles I explained check whether IIS service running or not in c#, vb.net,  
install iis manger in windows, IIS cannot open w3svc service on computer, host website in IIS with custom url in asp.net and many articles relating to asp.net, c#, vb.net, jQuery and JavaScript and. Now I will how to start or stop IIS service in c#, vb.net using asp.net.

If you want to start or stop IIS service in c#, vb.net using asp.net we need to write the code like as shown below

Check Whether IIS Running or Not in C#, VB.Net using Asp.net

2 comments
Introduction

Here I will explain how to check whether IIS manger running or not in
c#, vb.net using asp.net. We can check whether IIS manager running or not using ServiceController in c#, vb.net using asp.net.

Description:
  
In previous articles I explained
install iis manger in windows, IIS cannot open w3svc service on computer, host website in IIS with custom url in asp.net, get values from ienumerable list in c#, vb.net, convert datatable to generic list using LINQ and many articles relating to asp.net, c#, vb.net, jQuery and JavaScript and. Now I will explain how to check whether IIS manager running or not in c#, vb.net using asp.net.

If you want to check IIS running or not we need to write the code like as shown below

C# - Get First Element (Item) Values from IEnumerable List in C#, VB.NET

Feb 3, 2015 0 comments
Introduction

Here I will explain how to get first element values from IEnumerable list or string individually in
c#, vb.net using as.npet. We can get first item values from IEnumerable list by using First() property or loop through the list to get respective element. IEnumerable list is a base for all collections and its having ability to loop through the collection by using current property, MoveNext and Reset methods in c#, vb.net.

Description:
  
In previous articles I explained convert datatable to IEnumerable list in c#,
convert datatable to json string in c#, convert datatable to generic list using LINQ, convert datatable to xml string in asp.net, convert datatable or dataset to array in asp.net and many articles relating to asp.net, c#, vb.net, jQuery and JavaScript and. Now I will explain how to get first element values from IEnumerable list individually in c#, vb.net using as.npet.

To get values from IEnumerable list individually in c#, vb.net we have different methods

C# - Get Values from IEnumerable List (String) in C#, VB.NET

1 comments
Introduction

Here I will explain how to get values from IEnumerable list or string individually in
c#, vb.net using as.npet. We can get values from IEnumerable list by using First() property or loop through the list to get respective element. IEnumerable list is a base for all collections and its having ability to loop through the collection by using current property, MoveNext and Reset methods in c#, vb.net.

Description:
  
In previous articles I explained convert datatable to IEnumerable list in c#,
convert datatable to json string in c#, convert datatable to generic list using LINQ, convert datatable to xml string in asp.net, convert datatable or dataset to array in asp.net and many articles relating to asp.net, c#, vb.net, jQuery and JavaScript and. Now I will explain how to get values from IEnumerable list individually in c#, vb.net using as.npet.

To get values from IEnumerable list individually in c#, vb.net we have different methods

C# - Convert Datatable to IEnumerable List in Asp.net using C#, VB.NET

2 comments
Introduction

Here I will explain how to convert datatable to IEnumerable list in
c#, vb.net using as.npet. IEnumerable list is a base for all collections and its having ability to loop through the collection by using current property, MoveNext and Reset methods in c#, vb.net.

Description:
  
In previous articles I explained
convert datatable to json string in c#, convert datatable to generic list using LINQ, convert datatable to xml string in asp.net, convert datatable or dataset to array in asp.net and many articles relating to asp.net, c#, vb.net, jQuery and JavaScript and. Now I will explain how to convert datatable to IEnumerable list in c#, vb.net using as.npet.

To convert datatable to IEnumerable we need to write the code like as shown below

jQuery Upload Images (Files) without Postback or Page Refresh in Asp.net

Feb 2, 2015 8 comments
Introduction

Here 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 or jQuery upload files or images without postback in asp.net using Handler in c#, vb.net 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 Upload File without Reloading Page in Asp.net using Handler (Ashx) in C#, VB.NET

Feb 1, 2015 2 comments
Introduction

Here I will explain how to upload files using jQuery without reloading page in 
asp.net using handler (ashx) in c#, vb.net or jQuery upload file without reloading page in asp.net using Handler in c#, vb.net or asynchronous file upload using jQuery 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 files using jQuery with generic handler (ashx) in asp.net using c#, vb.net.

To upload files using jQuery with generic handler (ashx) in asp.net first create the new web application and open Default.aspx page and write the following code
© 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.