Monday, December 31, 2012

How to use stored procedure for insert, update and delete using grid view control?

How to use stored procedure for insert, update and delete using grid view control?


How to use stored procedure for insert, update and delete using grid view control?

Posted: 23 Dec 2012 12:39 AM PST

In this article I am going to explain you in detail all grid view operation like Insert, update, delete and select using stored procedures using ASP.net.

How to add prefix to auto generated ID based on some conditions?

Posted: 23 Dec 2012 12:45 AM PST

In this article I will explain about how to create auto increment value in the database column with some prefix text based on some conditions in C# code.

How to display images from folder dynamically into web page using ASP.NET?

Posted: 23 Dec 2012 12:50 AM PST

In this article I will be explaining you a simple way to show and rotate images in the web page without using AJAX, Ad rotator, Jquery etc.

How to store and retrieve images from Access database using ASP.NET?

Posted: 23 Dec 2012 12:56 AM PST

In this article I will explain about how to store and retrieve image from access database using ASP.NET. Images are stored in the database as bytes.

How to store and retrieve images from Access database using C#.NET windows application?

Posted: 23 Dec 2012 01:03 AM PST

In this article I will explain about how to store and retrieve image from access database using C#.NET windows application. Images are stored in the database as bytes.

Use VBA to Compare Data in a Text File with the List of Excel Worksheet

Posted: 23 Dec 2012 05:26 PM PST

In this article, I will explain about how to compare data in a list of information contained in a text file with the information about list of excel sheet. It is very useful while we will be working in File system object.

Skins and Themes in ASP.NET

Posted: 25 Dec 2012 05:39 AM PST

As we see, many of the Websites, Applications are using different graphics, color schema. We can define Skin as set of Combination of Graphics, Color and other properties. This is dependable on CSS, Images and Skin file available on ASP.NET.

How to create a simple ASP.net MVC 2 empty web application and how to pass data from model to View?

Posted: 25 Dec 2012 08:27 AM PST

Are you new to MVC 2.0? Then this article surely help you to understand MVC concept. How to pass data from model to view? How to use controller class in MVC etc. You can have various helper classes as well to reduce manual efforts. It depends on developer how to use MVC in a better way.

What are the variables and configurations in SSIS?

Posted: 26 Dec 2012 07:55 AM PST

SSIS stands for SQL Server Integration Services. It includes variables and configurations related information. It is the new data transformation standard for SQL Server 2005. I hope this article will be helpful to all beginners of SSIS.

How to crack a telephonic interview?

Posted: 26 Dec 2012 08:18 AM PST

When we are looking for new job,we must face telephonic interview. Your confident voice, technical preparation will help you to go one step ahead of getting good job. I hope this article will be helpful for you all in cracking the telephonic interview.

Calculator VB Dot Net

Posted: 28 Dec 2012 10:47 PM PST

Are you confused with the logic of designing a calculator and making it function exactly as you need then here is the exact code with designing many experienced programmers even may not get the logic behind calculator here is it for you guys. In this article i have posted the code as well attached the project files So that you wont be confused about designing.

Upload image in database and show it in grid view

Posted: 28 Dec 2012 11:44 PM PST

In grid view, It is not possible to show image from database directly. We have to have a handler for that. Handler create an image dynamically from taking bytes from database. It means we will pass an id to handler then it returns image based on that.

Accenture 3+ years Interview questions for .NET(WPF/WCF/C#)

Posted: 28 Dec 2012 11:53 PM PST

Accenture 3+ years Interview questions for .NET(WPF/WCF/C#). First round is Telephonic interview with Accenture for hyderabad location. The requirement was for WPF and WCF skills for experienced professionals. More stress is given on Design patterns , Events and Delegates.

How to check duplicate records in database through SQL stored procedure by using ASP.net?

Posted: 30 Dec 2012 12:36 AM PST

Stored Procedure always help to execute group of statement at a time. It saves time and avoids redundancy. This code can be used when unique record has to be inserted in tables of sql. Consistent implementation of logic across applications can be achieved by using stored procedures.

How to call stored procedure through ASP.net application?

Posted: 30 Dec 2012 12:42 AM PST

Commonly performed code can be written in the stored procedure. Different business rules can be enforced by using stored procedure. This code is simple to use and understand. It will improve performance of your .Net application.

0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home