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

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.

Display Data in HTML Table from Database using Asp.net in C#, VB.NET

Dec 21, 2014 7 comments
Introduction

Here I will explain how to display data from database in HTML Table in asp.net using c# and vb.net or show data in HTML table from database using asp.net in c# and vb.net.

Description:
  
In previous articles I explained jQuery play youtube videos in asp.net, Access HTML selected value from dropdownlist in asp.net, Remove tab index or tab focums for HTML elements in asp.net  and many articles relating to HTML,
asp.net, c#,vb.net and jQuery. Now I will explain how to display data from database in HTML Table in asp.net using c# and vb.net.

Asp.net controls like the gridview are processed on the server and then the results are translated into HTML and JavaScript before it is sent to the browser.  An html table can be read directly by a browser, so there is no need to translate it.

How to upload files in ASP.NET MVC 4.0

Dec 19, 2014 4 comments
Introduction:

In this post I will show you how to upload files(image, doc, mp3 etc..) in MVC 4.0 using Razor as a view engine.

Description:

In previous articles you have shown Asp.net MVC 4 Razor Tutorial with Example for Beginners, Create Image (Photo) Gallery in Asp.net MVC in jQuery using C#, How to make a form and insert data into database using MVC4.0 razor, Show data from a database table content in MVC 4.0 razor. Now in this post you will learn about file uploading in MVC 4.0. As like normal ASP we would not use any server side file up loader tool, we will use simple HTML file up loader tool to upload the file into our destination folder.

WCF Tutorial for Beginners with Example in Asp.Net Step By Step

Dec 17, 2014 21 comments
Introduction:

Here I will explain WCF tutorial with example in asp.net using c#, vb.net or wcf example in asp.net c# with step by step process. First we will see what is WCF (windows communication foundation), uses of windows communication foundation and how to create and use windows communication foundation in c#.

Description:
In previous articles explained clearly what webservice is and how to create and consume webservice using asp.net . In another post I explained clearly what windows service is and how to create windows service and sample of windows service using c#. Now in this article I will explain about windows communication foundation. First we will see what a WCF (window communication foundation) is and uses of WCF (windows communication foundation) after that we will see how to create and use WCF in c#.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.