November 2009 - Posts

4
Comments

Text and Value Pairs with AutoCompleteExtender and Display record in Gridview by Manoj karkera

  We know how to use AutoComplete control to display suggestions as you enter text into a TextBox.  However, as we know AutoComplete control only retrieves text and no values. In sort, AutoComplete only retrieves text and no IDs.  You might...
1
Comments

Effective Paging and Sorting using GridView – Part II by Manoj karkera

In my previous article , I have shown how to use effective paging and sorting using gridview and ObjectDataSource, where you have millions of records and display records in grid which will affect performance problem. Here, I am doing same but without...
0
Comments

Display Image From Database by Manoj karkera

In my previous article, I had mention how to insert image into Database. Here I will show how to display image from database.This article is regarding how to display image from database.  I am using Http Handler to display image. I will pass user...
0
Comments

Insert Image into Folder and Database by Manoj karkera

File Upload control enables users to upload file to web application. After the file is uploaded, user can store the file in system. Normally,user store the file either on the file system or in a database. I had explain both approach below. Download source...
7
Comments

Effective Paging and Sorting Using GridView and ObjectDataSource – Part I by Manoj karkera

With ObjectDataSource, you can do paging and sorting very effectively in gridview. In real time, we have millions of records in database. At that time, when we have to fetch those records and display in grid will take more time which makes performance...
More Posts