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

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

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

Install SQL Server 2008 r2 on Windows 8.1 Step By Step Process with Images

Jan 29, 2015 7 comments
Introduction

Here I will explain how to install
SQL Server 2008 R2 on windows 8.1 with step by step process guide using images or install Microsoft SQL Server 2008 R2 management studio on windows 8.1.

Description:
  
In previous articles I explained install northiwind pub database in sql server, install crystal reports in visual studio 2010,
SQL injection attack example in asp.net,  SQL Server insert multiple rows with one insert statement and many articles relating to SQL Server, jQuery, JavaScript and asp.net. Now I will explain how to install SQL Server 2008 R2 on windows 8.1 with step by step process guide using images.

SQL Server 2008 r2 - It is not a Valid Login or You do not have Permission to Install on Windows 8.1

2 comments
Introduction:

Here I will explain how to solve “it is not a valid login or you do not have permission to install sql server 2008 r2 problem on windows 8.1. Actually I got this problem while installing SQL Server 2008 r2 on windows 8.1 and I realized this problem occurred because of system name and login name both are same.


Now I will explain how to solve the problem of it is not a valid login or you do not have permission to install sql server 2008 r2 while installing on windows 8.1 like as shown below
  

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.

Angularjs Refresh DIV for Every 1 Second Using Interval Module

Jan 20, 2015 6 comments
Introduction

Here I will explain how to refresh div for every 1 second using
AngularJS. Generally in JavaScript we will use setInterval() function to run our code for every specific period of time same way in AngularJS we have $interval angular module to do same functionality like setInterval() function. To refresh div for every 1 second here I am going to use $interval angular module.

Description:
  
In previous articles I explained jQuery setInterval() function example, start and stop time in javascript using setInterval function, jQuery redirect to another page after 5 seconds, Javascript redirect to another page after 5 seconds and many articles relating to
jQuery, JavaScript and asp.net. Now I will explain how to refresh div for every 1 second using AngularJS.

Google New ReCaptch API Example with Demo

4 comments
Introduction

Here I will explain how to integrate Google new recaptcha in website to protect from spam attacks to your website. Google has introduced new recaptcha to validate protect site from spam and abuse. It uses advanced risk analysis engine to tell humans and bots apart
.

Description:
  
In previous articles I explained create shortest url using Google URL Shortner, Show user current location on Google map using GeoLocation Api, Show Google map with latitude and longitude in asp.net, Google currency converter api example in asp.net and many articles relating to Google API, Google MAPS, Google Charts,
jQuery and asp.net. Now I will explain how to add Google new recaptcha in website to protect from spam and abuse.

Before we start adding recatcha first we need to register our website in Google and you need to get secret key and site key for that check this link Google ReCaptcha

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.

Got Microsoft Most Valuable Professional (MVP) Award As a New Year Gift

Jan 9, 2015 40 comments
Today I am writing this post to share my happiness with you guys…. My wait is over…. I got most prestigious award from Microsoft i.e. Microsoft Most valuable professional (MVP). I got this award as my new year gift from Microsoft…..but I am sharing this post bit late because last few days onwards I am not feeling well…..

On New year 01-01-2015 Evening as usual I opened my hotmail and tried to check my mails during that time I found one surprise mail from Microsoft in that they mentioned like 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.