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

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.

Create Image (Photo) Gallery in Asp.net MVC in jQuery using C#

9 comments
Introduction:

Here I will explain how to create image or photo gallery in Asp.net MVC in jQuery using c# or how to upload and display images in asp.net MVC using jQuery in c#.

Description:

In previous posts I explained mvc tutorial with Razor for beginners, create a form and insert data into database in mvc, show data from datatable in mvc and many more articles related to asp.net MVC, asp.net, jQuery, c#. Now I will explain how to create dynamic image gallery in asp.net MVC in jQuery using c#.

The user uploads multiple images at once and those images will be added to a photo gallery or album. As part of uploading image process, we need to store original images on website’s uploads folder. At the same time, we also need to create thumbnail of images. We can divide complete functionality in below 2 processes:

RDLC Report Example in Asp.net with Dataset or Datatable in Visual Studio 2010

Dec 16, 2014 11 comments
Introduction:

Here I will explain how to create RDLC report in
asp.net using dataset or datatable with example in c#, vb.net in visual studio 2010 or RDLC report example in asp.net with dataset or datatable in visual studio 2010.

Asp.net MVC 4 Razor Tutorial with Example for Beginners

16 comments
Introduction:

Here I will explain
asp.net mvc 4 razor tutorial with example for beginners. In this I will show you how to create a MVC 4 project using razor as a view engine before that we will learn what is mvc in asp.net.

Description:

In Previous posts I explained
create rdlc report in asp.net mvc, how to make form and insert into database in asp.net mvc, show data from database table in asp.net mvc and many articles related to asp.net mvc, asp.net, c#, vb.net. Now I will explain asp.net mvc 4 razor tutorial with example for beginners

Before we start first we will see what MVC?

Create RDLC Report in Asp.net Example in Visual Studio 2010 Step By Step Tutorial

Dec 15, 2014 12 comments
Introduction:

Here I will explain how to create RDLC report in asp.net with example in visual studio 2010 or create RDLC report in asp.net using C# step by step process tutorial or create RDLC report using visual studio 2010 in 
asp.net with example.

Description:

In Previous posts I explained lot of articles regarding Asp.net,
Gridview, SQL Server, Ajax, JavaScript etc. Now I will explain how to create RDLC report in asp.net with example in visual studio 2010. 

RDLC is standard reporting tool for visual studio by using these we can display reports regarding employee details and display charts etc and crystal reports need minimal coding to display result. 

Create RDLC Report in Asp.net MVC 3 using Dataset with Example in C# in Visual Studio 2010

6 comments
Introduction:

Here I will explain how to create and use RDLC report in asp.net MVC 3 using dataset with example in c# in visual studio 2010. Normally we use the RDLC report in asp.net web forms application. Similar way we can use the RDLC report in asp.net MVC also. This post will show you how to use RDLC report in Asp.net MVC 3 applications.

Description:

In previous articles I explained how to create rdlc report in asp.net, pass parameters to rdlc report with example in asp.net and many more articles related to rdlc reports, asp.net. Now I will explain how to create RDLC reports in asp.net MVC 3 using dataset with example in c# in visual studio 2010.

JavaScript Get Whole Number Division using Math.Ceil function

Dec 11, 2014 1 comments
Introduction

Here I will explain how to get whole number division in
JavaScript or jQuery using Math.ceil() method. Math.ceil() method will rounds number upwards to next nearest integer.

Description:
  
In previous articles I explained how to remove row in table using jQuery, jQuery highlight table row and column on mouseover in asp.net, jQuery detect caps lock on or not,
jQuery change image on mouseover, jQuery dropdown with images, jQuery Countdown timer script example and many articles relating to jQuery and asp.net. Now I will explain how to get whole number division in JavaScript or jQuery using math.ceil() method.

How to make a form and insert data into database using MVC4.0 razor

18 comments
Introduction:

Here in this post I will show you how to make a form (you can say a contact form containing name,email,phone no, message) and how to save the inputted value of the form into database using MVC4.0 using Razor view engine.

Description :

Previously I have shown Show data from a database table content in MVC 4.0 razor and in this post I will show you how to make a form and also save the data into db using MVC4.0.

Export Datagridview to Crystal Report in C# Windows Application VB.NET

Dec 10, 2014 12 comments
Introduction:

Here I will explain how to export datagridview data to
crystal reports in c#, vb.net in windows application using visual studio 2010 or send datagridview to crystal reports with example in c#, vb.net windows form or application.

Description:

In Previous posts I explained
how to install crystal reports in visual studio 2010, create crystal report using oledb connection in asp.net, crystal reports example in asp.net with dataset or datatable,  and many articles related to crystal reports, asp.net, c#, vb.net . Now I will explain how to export datagridview data to crystal reports in c#, vb.net in windows application using visual studio 2010.  

Show data from a database table content in MVC 4.0 razor

Dec 9, 2014 6 comments
Introduction:

Here I will explain how to retrieve data from database and show in a table in MVC 4.0 using Razor engine.

Description:

So first create a new MVC project. Select Razor as your View engine.
Create a new database named what ever you want and add a new table named tblEmployee.Design your database as following.

CrystalReport: The Type or Namespace name 'CrystalDecisions' Could not be Found in Visual Studio 2010

5 comments
Introduction

Here I will explain how to solve problem of “The type or namespace name 'CrystalDecisions' could not be found (are you missing a using directive or an assembly reference?” in visual studio 2010 while using crystal reports in windows application in
c#, vb.net.

Description:
  
In previous articles I explained
lot of articles related to solve errors  in windows application, asp.net, c#,vb.net and jQuery. Now I will explain how to solve problem of “The type or namespace name 'CrystalDecisions' could not be found (are you missing a using directive or an assembly reference?” in visual studio 2010 while using crystal reports in windows application in c#, vb.net.

Crystal ReportViewer Does not Contain a Definition for 'ReportSource' and No Extension Method 'ReportSource' Accepting a first Argument of Type

0 comments
Introduction: 

Here I will explain how to solve the problem of “'Microsoft.Reporting.WinForms.ReportViewer' does not contain a definition for 'ReportSource' and no extension method 'ReportSource' accepting a first argument of type 'Microsoft.Reporting.WinForms.ReportViewer' could be found (are you missing a using directive or an assembly reference?)” while using crystal reports in windows applications in C#, vb.net.

Description:

In previous posts I explained many articles relating to solve errors in asp.net, SQL Server, IIS, etc. Now I will explain how to solve the problem of “'Microsoft.Reporting.WinForms.ReportViewer' does not contain a definition for 'ReportSource' and no extension method 'ReportSource' accepting a first argument of type 'Microsoft.Reporting.WinForms.ReportViewer' could be found (are you missing a using directive or an assembly reference?)” while using crystal reports in windows applications in C#, vb.net like as shown below 
© 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.