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

ASP.NET

 
QuestionSessionid creation problem Pin
Sundar_R7-Jan-09 4:35
Sundar_R7-Jan-09 4:35 
QuestionBind Object collection to a Dropdown list Pin
Thomas Antony K7-Jan-09 1:00
Thomas Antony K7-Jan-09 1:00 
AnswerRe: Bind Object collection to a Dropdown list Pin
Abhijit Jana7-Jan-09 1:21
professionalAbhijit Jana7-Jan-09 1:21 
GeneralRe: Bind Object collection to a Dropdown list Pin
Thomas Antony K7-Jan-09 2:01
Thomas Antony K7-Jan-09 2:01 
GeneralRe: Bind Object collection to a Dropdown list Pin
ToddHileHoffer7-Jan-09 3:10
ToddHileHoffer7-Jan-09 3:10 
GeneralRe: Bind Object collection to a Dropdown list Pin
Thomas Antony K7-Jan-09 16:34
Thomas Antony K7-Jan-09 16:34 
GeneralRe: Bind Object collection to a Dropdown list Pin
Thomas Antony K7-Jan-09 16:38
Thomas Antony K7-Jan-09 16:38 
GeneralRe: Bind Object collection to a Dropdown list Pin
N a v a n e e t h7-Jan-09 17:55
N a v a n e e t h7-Jan-09 17:55 
Thomas Antony K wrote:
why is iterating through a collection is more efficient than calling a databind method


Both does the same. But data binding is made to support a wide audience. So there will be extra checking before data is added. When you iterate the collection, you are directly adding data to the control. But this performance difference is not noticeable.


GeneralRe: Bind Object collection to a Dropdown list Pin
Thomas Antony K7-Jan-09 18:29
Thomas Antony K7-Jan-09 18:29 
QuestionCreating a Demo Webpage using ASP.net Pin
Azghar Hussain7-Jan-09 0:37
professionalAzghar Hussain7-Jan-09 0:37 
AnswerRe: Creating a Demo Webpage using ASP.net Pin
TommyTomToms7-Jan-09 1:31
TommyTomToms7-Jan-09 1:31 
GeneralRe: Creating a Demo Webpage using ASP.net Pin
Aman Bhullar7-Jan-09 1:58
Aman Bhullar7-Jan-09 1:58 
GeneralRe: Creating a Demo Webpage using ASP.net Pin
TommyTomToms7-Jan-09 2:02
TommyTomToms7-Jan-09 2:02 
AnswerRe: Creating a Demo Webpage using ASP.net Pin
Aman Bhullar7-Jan-09 1:57
Aman Bhullar7-Jan-09 1:57 
GeneralRe: Creating a Demo Webpage using ASP.net Pin
ToddHileHoffer7-Jan-09 3:11
ToddHileHoffer7-Jan-09 3:11 
GeneralRe: Creating a Demo Webpage using ASP.net Pin
Aman Bhullar7-Jan-09 4:32
Aman Bhullar7-Jan-09 4:32 
Questionvalidation in asp.net Pin
jaraldumary7-Jan-09 0:36
jaraldumary7-Jan-09 0:36 
AnswerRe: validation in asp.net Pin
N a v a n e e t h7-Jan-09 1:02
N a v a n e e t h7-Jan-09 1:02 
GeneralRe: validation in asp.net Pin
jaraldumary7-Jan-09 1:08
jaraldumary7-Jan-09 1:08 
GeneralRe: validation in asp.net Pin
Abhijit Jana7-Jan-09 1:13
professionalAbhijit Jana7-Jan-09 1:13 
GeneralRe: validation in asp.net Pin
jaraldumary7-Jan-09 1:29
jaraldumary7-Jan-09 1:29 
Questionhow to make a hit counter for a web application Pin
souravghosh187-Jan-09 0:34
souravghosh187-Jan-09 0:34 
AnswerRe: how to make a hit counter for a web application Pin
N a v a n e e t h7-Jan-09 1:03
N a v a n e e t h7-Jan-09 1:03 
GeneralRe: how to make a hit counter for a web application Pin
souravghosh187-Jan-09 1:18
souravghosh187-Jan-09 1:18 
GeneralRe: how to make a hit counter for a web application Pin
N a v a n e e t h7-Jan-09 1:23
N a v a n e e t h7-Jan-09 1:23 

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.