Click here to Skip to main content
15,905,967 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: how to give more than one column to the datavalue field of the dropdown field Pin
DotNetXenon31-Dec-07 5:25
DotNetXenon31-Dec-07 5:25 
GeneralNeed Tech. support in ASP.NET 2.0. Pin
S R Madhavan30-Dec-07 23:42
S R Madhavan30-Dec-07 23:42 
GeneralRe: Need Tech. support in ASP.NET 2.0. Pin
Paul Conrad31-Dec-07 12:52
professionalPaul Conrad31-Dec-07 12:52 
GeneralProblem with UserControl Pin
amin_behzadi30-Dec-07 22:29
professionalamin_behzadi30-Dec-07 22:29 
GeneralRe: Problem with UserControl Pin
Abhijit Jana31-Dec-07 1:38
professionalAbhijit Jana31-Dec-07 1:38 
Generalis datatable in loop kills the application speed Pin
jagan12330-Dec-07 21:14
jagan12330-Dec-07 21:14 
GeneralRe: is datatable in loop kills the application speed Pin
Michael Sync30-Dec-07 21:22
Michael Sync30-Dec-07 21:22 
GeneralRe: is datatable in loop kills the application speed Pin
N a v a n e e t h30-Dec-07 21:37
N a v a n e e t h30-Dec-07 21:37 
jagadeeshkumar2106 wrote:
iam looping the datatable in loop is this kills the speed of the application?


Filling datatable is costly, usually when you loop through high volume data, application will become slower. This will happen with datatable too. If you need forward only movement, better use DataReader. They are faster.


All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia

My Website | Ask smart questions


GeneralRe: is datatable in loop kills the application speed Pin
jagan12330-Dec-07 21:50
jagan12330-Dec-07 21:50 
GeneralRe: is datatable in loop kills the application speed Pin
N a v a n e e t h30-Dec-07 22:00
N a v a n e e t h30-Dec-07 22:00 
Generalplease help Pin
Basheer30-Dec-07 21:13
Basheer30-Dec-07 21:13 
GeneralRe: please help Pin
Michael Sync30-Dec-07 21:20
Michael Sync30-Dec-07 21:20 
GeneralRe: please help Pin
Abhijit Jana31-Dec-07 1:17
professionalAbhijit Jana31-Dec-07 1:17 
GeneralRe: please help Pin
Paul Conrad31-Dec-07 10:32
professionalPaul Conrad31-Dec-07 10:32 
GeneralImage Inserting Pbm Pin
SreejithAchutan30-Dec-07 20:53
SreejithAchutan30-Dec-07 20:53 
GeneralDataDridView Have A Footer Pin
Thaer Hamael30-Dec-07 20:47
Thaer Hamael30-Dec-07 20:47 
GeneralRe: DataDridView Have A Footer Pin
Michael Sync30-Dec-07 21:05
Michael Sync30-Dec-07 21:05 
QuestionRe: DataDridView Have A Footer Pin
Sun Rays30-Dec-07 21:06
Sun Rays30-Dec-07 21:06 
GeneralRe: DataDridView Have A Footer Pin
Michael Sync30-Dec-07 21:10
Michael Sync30-Dec-07 21:10 
GeneralRe: DataDridView Have A Footer Pin
Sun Rays30-Dec-07 21:12
Sun Rays30-Dec-07 21:12 
GeneralRe: DataDridView Have A Footer Pin
Thaer Hamael31-Dec-07 0:22
Thaer Hamael31-Dec-07 0:22 
GeneralRe: DataDridView Have A Footer Pin
Sun Rays30-Dec-07 21:05
Sun Rays30-Dec-07 21:05 
GeneralCan't figure out the error:does not exist in the current context Pin
Albert8330-Dec-07 20:28
Albert8330-Dec-07 20:28 
GeneralRe: Can't figure out the error:does not exist in the current context Pin
Imran Khan Pathan30-Dec-07 20:57
Imran Khan Pathan30-Dec-07 20:57 
GeneralRe: Can't figure out the error:does not exist in the current context Pin
Albert8330-Dec-07 21:04
Albert8330-Dec-07 21:04 

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.