Click here to Skip to main content
15,886,963 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: How to provide confirmation box to a template Dropdownlist Pin
enjoycrack3-May-07 13:48
enjoycrack3-May-07 13:48 
Questionregarding datareader Pin
Sebastian T Xavier3-May-07 2:18
Sebastian T Xavier3-May-07 2:18 
AnswerRe: regarding datareader Pin
_mubashir3-May-07 2:52
_mubashir3-May-07 2:52 
GeneralRe: regarding datareader Pin
Sebastian T Xavier3-May-07 4:33
Sebastian T Xavier3-May-07 4:33 
GeneralRe: regarding datareader Pin
_mubashir4-May-07 22:50
_mubashir4-May-07 22:50 
AnswerRe: regarding datareader Pin
kubben3-May-07 2:59
kubben3-May-07 2:59 
GeneralRe: regarding datareader Pin
Sebastian T Xavier3-May-07 4:35
Sebastian T Xavier3-May-07 4:35 
AnswerRe: regarding datareader Pin
Guffa3-May-07 3:46
Guffa3-May-07 3:46 
The ExecuteReader method doesn't fetch the data, it only creates the data reader that is used to fetch the data. The data reader doesn't contain all the data, the data remains on the database server until you read it. When you have read all the data you want using the data reader, you can close the data reader and the connection.

---
single minded; short sighted; long gone;

GeneralRe: regarding datareader Pin
Sebastian T Xavier3-May-07 4:36
Sebastian T Xavier3-May-07 4:36 
QuestionHow to update datagrid using xml file to populate the datagrid in asp.net using c# Pin
attalurisubbu3-May-07 2:04
attalurisubbu3-May-07 2:04 
JokeRe: How to update datagrid using xml file to populate the datagrid in asp.net using c# Pin
ToddHileHoffer3-May-07 4:31
ToddHileHoffer3-May-07 4:31 
QuestionPrinting in .net Pin
vijay_833-May-07 1:00
vijay_833-May-07 1:00 
AnswerRe: Printing in .net Pin
Guffa3-May-07 1:15
Guffa3-May-07 1:15 
QuestionSearch in by using a combobox Pin
Stormint3-May-07 0:44
Stormint3-May-07 0:44 
AnswerRe: Search in by using a combobox Pin
_mubashir3-May-07 2:54
_mubashir3-May-07 2:54 
AnswerRe: Search in by using a combobox Pin
Mahesh Kulkarni3-May-07 3:09
Mahesh Kulkarni3-May-07 3:09 
QuestionDisabling few items in a dropdownlist Pin
gauthee3-May-07 0:16
gauthee3-May-07 0:16 
AnswerRe: Disabling few items in a dropdownlist Pin
_mubashir3-May-07 2:57
_mubashir3-May-07 2:57 
QuestionFinding difficulty in using SqlTransaction [modified] Pin
kinnuP3-May-07 0:01
kinnuP3-May-07 0:01 
QuestionInsert,Update and Delete to custom Database in VS.NET2005 Pin
mhadhia2-May-07 23:58
mhadhia2-May-07 23:58 
QuestionOpening a file in its own program?? Pin
Nada Adel2-May-07 23:37
Nada Adel2-May-07 23:37 
AnswerRe: Opening a file in its own program?? Pin
kubben3-May-07 2:57
kubben3-May-07 2:57 
QuestionTesting Tool Pin
jayarajmrj2-May-07 23:25
jayarajmrj2-May-07 23:25 
AnswerRe: Testing Tool Pin
Sathesh Sakthivel2-May-07 23:30
Sathesh Sakthivel2-May-07 23:30 
GeneralRe: Testing Tool Pin
Brady Kelly2-May-07 23:55
Brady Kelly2-May-07 23:55 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.