Click here to Skip to main content
15,916,692 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Generalrefresh button as a hyperlink Pin
eyeseetee28-Feb-08 4:24
eyeseetee28-Feb-08 4:24 
GeneralRe: refresh button as a hyperlink Pin
eyeseetee28-Feb-08 4:50
eyeseetee28-Feb-08 4:50 
GeneralRe: refresh button as a hyperlink Pin
Not Active28-Feb-08 12:34
mentorNot Active28-Feb-08 12:34 
GeneralRe: refresh button as a hyperlink Pin
Amol M Vaidya28-Feb-08 16:48
professionalAmol M Vaidya28-Feb-08 16:48 
GeneralRe: refresh button as a hyperlink Pin
eyeseetee28-Feb-08 21:20
eyeseetee28-Feb-08 21:20 
Generalfaster or better approach of filling data to dropdownlist Pin
mohd imran abdul aziz28-Feb-08 4:20
mohd imran abdul aziz28-Feb-08 4:20 
GeneralRe: faster or better approach of filling data to dropdownlist Pin
Guffa28-Feb-08 4:44
Guffa28-Feb-08 4:44 
GeneralRe: faster or better approach of filling data to dropdownlist Pin
N a v a n e e t h28-Feb-08 14:55
N a v a n e e t h28-Feb-08 14:55 
Guffa wrote:
You might make it slightly faster if you loop through the data reader youself instead of using data binding,


Databinding uses the IEnumerator interface to iterate through each item. When we loop through the DataReader, I guess the same thing is happening. So how this can boost the performance ? Please correct me.

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

My Website | Ask smart questions

GeneralRe: faster or better approach of filling data to dropdownlist Pin
Guffa28-Feb-08 19:43
Guffa28-Feb-08 19:43 
GeneralRe: faster or better approach of filling data to dropdownlist Pin
ChrisKo28-Feb-08 5:34
ChrisKo28-Feb-08 5:34 
GeneralMembership access rules not working Pin
Richard Jones28-Feb-08 4:07
Richard Jones28-Feb-08 4:07 
QuestionHi friends. Help me Pin
G Nathan28-Feb-08 2:59
G Nathan28-Feb-08 2:59 
GeneralRe: Hi friends. Help me Pin
eyeseetee28-Feb-08 3:11
eyeseetee28-Feb-08 3:11 
GeneralRe: Hi friends. Help me Pin
Vasudevan Deepak Kumar28-Feb-08 4:05
Vasudevan Deepak Kumar28-Feb-08 4:05 
QuestionHow to avoid button call event on page refresh Pin
Nagraj Naik28-Feb-08 2:44
Nagraj Naik28-Feb-08 2:44 
AnswerRe: How to avoid button call event on page refresh Pin
eyeseetee28-Feb-08 3:17
eyeseetee28-Feb-08 3:17 
GeneralRe: How to avoid button call event on page refresh Pin
ChrisKo28-Feb-08 5:27
ChrisKo28-Feb-08 5:27 
GeneralRe: How to avoid button call event on page refresh Pin
Not Active28-Feb-08 12:18
mentorNot Active28-Feb-08 12:18 
GeneralRe: How to avoid button call event on page refresh Pin
ChrisKo28-Feb-08 12:41
ChrisKo28-Feb-08 12:41 
QuestionOnClick or OnFocus event handler for textbox Pin
Muhammad Gouda27-Feb-08 23:02
Muhammad Gouda27-Feb-08 23:02 
GeneralRe: OnClick or OnFocus event handler for textbox Pin
Christian Graus27-Feb-08 23:08
protectorChristian Graus27-Feb-08 23:08 
GeneralRe: OnClick or OnFocus event handler for textbox Pin
Muhammad Gouda27-Feb-08 23:30
Muhammad Gouda27-Feb-08 23:30 
GeneralRe: OnClick or OnFocus event handler for textbox Pin
Christian Graus28-Feb-08 9:46
protectorChristian Graus28-Feb-08 9:46 
GeneralRe: OnClick or OnFocus event handler for textbox Pin
ChrisKo28-Feb-08 5:24
ChrisKo28-Feb-08 5:24 
GeneralIE Back Button DataGrid Pin
smsmfe27-Feb-08 22:46
smsmfe27-Feb-08 22:46 

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.