Click here to Skip to main content
15,892,161 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: GC.Collect question Pin
Paddy Boyd19-Dec-07 5:09
Paddy Boyd19-Dec-07 5:09 
GeneralRe: GC.Collect question Pin
V.19-Dec-07 5:13
professionalV.19-Dec-07 5:13 
GeneralRe: GC.Collect question Pin
Paddy Boyd19-Dec-07 5:17
Paddy Boyd19-Dec-07 5:17 
GeneralRe: GC.Collect question Pin
V.19-Dec-07 5:25
professionalV.19-Dec-07 5:25 
GeneralRe: GC.Collect question Pin
ToddHileHoffer19-Dec-07 7:08
ToddHileHoffer19-Dec-07 7:08 
GeneralRe: GC.Collect question Pin
V.19-Dec-07 20:44
professionalV.19-Dec-07 20:44 
GeneralSys.Application / Javascript / Remove Extenders Pin
Malcolm Smart19-Dec-07 3:21
Malcolm Smart19-Dec-07 3:21 
Questionhow to retrive data from dataset Pin
biswa4719-Dec-07 2:54
biswa4719-Dec-07 2:54 
hello frndz.

i am using a dataset. and i want to retrivw value from that.
for that i am using

Textbox1.Text = dsAppData.Tables[0].Columns[0].ToString();

Textbox2..Text = dsAppData.Tables[0].Columns[1].ToString();
where "dsAppData" is the name of my dataset

... well through this i am getting the value.
but here the problem is.
if there are 20values neeed to be retrived from dataset.
the each time when i retrive the value i must use dataset.

so here i think it reduces the perfermance of the application as it hits
the database each time i populate the data from it.


so is ther any other way to retrive data from dataset only using once
means for the first time when we use the dataset we will keep all the requiered value
from it.
plz i need ur suggestion
GeneralRe: how to retrive data from dataset Pin
Abhijit Jana19-Dec-07 3:59
professionalAbhijit Jana19-Dec-07 3:59 
GeneralConvert Visual Basic 6.0 Forms into ASP.net Web Page. Pin
Binod K19-Dec-07 1:03
Binod K19-Dec-07 1:03 
GeneralRe: Convert Visual Basic 6.0 Forms into ASP.net Web Page. Pin
Paddy Boyd19-Dec-07 1:22
Paddy Boyd19-Dec-07 1:22 
GeneralRe: Convert Visual Basic 6.0 Forms into ASP.net Web Page. Pin
Binod K19-Dec-07 1:29
Binod K19-Dec-07 1:29 
GeneralRe: Convert Visual Basic 6.0 Forms into ASP.net Web Page. Pin
Paddy Boyd19-Dec-07 1:41
Paddy Boyd19-Dec-07 1:41 
GeneralProblem with CascadingDropDown Pin
varshavmane19-Dec-07 0:58
varshavmane19-Dec-07 0:58 
GeneralDeatils view deleteItem Pin
MaruBindiya19-Dec-07 0:58
MaruBindiya19-Dec-07 0:58 
QuestionHow to use an array of HtmlGenericControl Pin
AumSingh19-Dec-07 0:54
professionalAumSingh19-Dec-07 0:54 
AnswerRe: How to use an array of HtmlGenericControl [modified] Pin
N a v a n e e t h19-Dec-07 1:03
N a v a n e e t h19-Dec-07 1:03 
GeneralRe: How to use an array of HtmlGenericControl Pin
J4amieC19-Dec-07 1:25
J4amieC19-Dec-07 1:25 
GeneralRe: How to use an array of HtmlGenericControl Pin
N a v a n e e t h19-Dec-07 1:30
N a v a n e e t h19-Dec-07 1:30 
Generalsimple javascript code [modified] Pin
PeriyasamyRamachandran19-Dec-07 0:53
PeriyasamyRamachandran19-Dec-07 0:53 
GeneralRe: simple javascript code Pin
N a v a n e e t h19-Dec-07 1:32
N a v a n e e t h19-Dec-07 1:32 
GeneralRe: simple javascript code Pin
PeriyasamyRamachandran19-Dec-07 1:41
PeriyasamyRamachandran19-Dec-07 1:41 
GeneralRe: simple javascript code Pin
N a v a n e e t h19-Dec-07 1:54
N a v a n e e t h19-Dec-07 1:54 
GeneralRe: simple javascript code Pin
Paddy Boyd19-Dec-07 1:46
Paddy Boyd19-Dec-07 1:46 
GeneralRe: simple javascript code Pin
PeriyasamyRamachandran19-Dec-07 1:53
PeriyasamyRamachandran19-Dec-07 1:53 

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.