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

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

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

Bind Dropdownlist in Gridview in Asp.net using Dataset

Feb 17, 2015 0 comments
Introduction:

Here I will explain how to bind data to dropdownlist in gridview in asp.net using dataset or populate dropdownlist in gridview in asp.net using dataset. we can bind dropdownlist in gridview using ItemTemplate field.

Description:

In previous post I explained bind data to textbox in gridview in asp.net, Get textbox value placed in gridview in asp.net, validate textbox controls in gridview in asp.net and many articles related to gridviewdropdownlist in asp.net. Now I will explain how to bind data to dropdownlist in inside of gridview in asp.net.

To implement this concept first design tables in your database as explained in this post populate dropdown based on another dropdown in asp.net . After that design your aspx page like this 

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# - Convert Datatable to IEnumerable List in Asp.net using C#, VB.NET

Feb 3, 2015 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

Asynchronous Multiple File Upload with jQuery Uploadify in Asp.net using C#, VB.NET

3 comments
Introduction:

Here I will explain how to upload multiple files asynchronously with jQuery uploadify plugin in asp.net or asynchronous upload multiple files with progress bar using jQuery uploadify plugin in asp.net.

Description:

In previous article I explained jQuery upload files using jQuery with hanlder file in asp.net
jQuery lightbox image slideshow, Generate thumbnail from images, Generate thumbnails from YouTube videos using JQuery, jQuery password strength examples and many articles relating to JQuery, asp.net, SQL Server etc. Now I will explain how to upload multiple files asynchronously with jQuery uploadify plugin in asp.net.

Uploading File using jQuery with Generic Handler ashx in Asp.net

8 comments
Introduction

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

SQL Bulk copy from DataTable or DataSet in ASP.NET, C#

Jan 24, 2015 1 comments
Introduction:

Today in this post I will show you how to copy multiple data into database table at a time. I am sure you have wrote single INSERT statement to insert a single row to database. Or you have used a for loop or a foreach loop to run multiple insert query. But apart form all these in this post I will show you how to insert data into database table in bulk at a time.

Generate Genealogy view in ASP.NET C# using Google Organizational Chart

Jan 16, 2015 6 comments
Introduction:

In this article I will explain how to create a Tree view, or you can say a genealogy view  to show your family in a tree structure. I have tried it before with the help of HTML table. But I found a better option from Google. So here I am explaining how to execute that Google logic in to your project to create your genealogy view, where obviously data is coming from database. Lets come and see how to do this.

Get Validate Textbox Controls Inside Gridview using JavaScript in Asp.net

Dec 29, 2014 4 comments
Introduction

Here I will explain how to get or validate textbox controls inside of
asp.net gridview using JavaScript or validate asp.net gridview footer controls (textbox, dropdownlist, checkbox, radio button etc..) values in JavaScript.


To get or validate textbox controls inside of asp.net gridview using JavaScript we need to write the code like as shown below

Dropdownlist Validation using JavaScript in HTML, Asp.net

3 comments
Introduction

Here I will explain how to validate dropdownlist using
JavaScript in asp.net or html or dropdownlist validation using JavaScript in html or asp.net. To validate dropdownlist first we need to get selected value of dropdown based on that we can raise validation message.

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