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

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

Dec 17, 2014 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.
© 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.