Manoj Karkera's Blog
I live in Bangalore,India. Work for Sapient
Sign in
|
Join
Home
About
RSS
Atom
Comments RSS
Search
Tags
File Upload
ObjectDataSource
Sponsors
advertise here
News
Navigation
Home
Blogs
Archives
February 2010 (2)
January 2010 (2)
December 2009 (1)
November 2009 (5)
October 2009 (4)
September 2009 (1)
Recent Posts
1
Comments
Save and Display Images
by
Manoj karkera
Generally in forum users ask how to save images and display images at same time. So, this article explain how to do this. I will be using FileUpload control and Datalist control, to display uploaded images into grid. I will also do validation for uploaded...
0
Comments
User desire page after login
by
Manoj karkera
Generally when we login it will redirect us to default page. But in case when we want to go to our desire page which we store in book mark. In that case, after login it will always redirect us to default page and not our desire page. So this article I...
8
Comments
Bulk Insert using GridView and Sql Server XML
by
Manoj karkera
As to my previous article, how to update bulk records. This is how to insert bulk records. More a less, its same only, But some what difference. As in bulk update we fetch records and display in grid. But in bulk insert, we have to first create an empty...
15
Comments
Bulk Update using Gridview and Sql Server XML
by
Manoj karkera
As we are know importance of opening and closing connection while using Database. Generally when we have some many records into database and have to update all record at same time, opening and closing connection for each transaction will give performance...
4
Comments
Display Ascending and Descending Image in Header for Sorting
by
Manoj karkera
In GridView control we can sort columns ascending and descending, when we click header column. But the problem is that you can’t figure out how the column is sorted. To give end-users an indication whether column is sorted ascending or descending...
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
Next page »