repeater and gridview diff?
Why is repeater fast than gridview?
Answer Posted / parvez borkar
1)repeater is faster then gridview.
2)repeater is faster then gridview because it is all html
based and it does not produce much unneeded xml. There are
more reasons for it..
| Is This Answer Correct ? | 11 Yes | 8 No |
Post New Answer View All Answers
What are url fragments?
What should you do is you want to remove an existing component but would like to make some funtionalities?
What is the typical session identifier?
In a page I have gridview with options of select and delete using hyperlink when I am selecting any one of then it has to open another page how can it?
What is rich control in asp.net?
What are the events in a page life cycle?
How is the asp.net mvc architecture different from others? : asp.net mvc
Is it possible to develop a single web application using ASP.NET webforms and ASP.MVC?
Hello, Using Visual Studio 2005 (VB) I am working to create a Web Site implementing the following: Within a gridView I have placed a dropdownlist control with a DataSourceID="SDSLkupList". SDSLkupList is a sqlDataSource used to store a lookup list for dropdownlist translation from ID to text. SDSLkupList contains the translation text and other fields related to the dropdown selection ID. (Thought it would be efficient to get everything at the same time.) I would like to provide the user the ability to select from the dropdownlist and, based on the selection, use labels to list related columns stored on the SDSLkupList in separate gridView columns. I have read that SqlDataSources are not meant to be used for individual controls. Since SDSLkupList contains all related information, is there a way to do a find using the dropdownlist selectedValue? (I was not able to discover one.) Otherwise, what should I use? It would need to set the labels on the gridView DataRowBound event as well as the SelectedIndexChanged events. Has anyone done this? Any help would be appreciated. Thanks in Advance. Neal
List of words of preprocessor in .net?
Why we use dbms for projects? Why don’t we save any application data in separate files instead of dbms?
What is http post action?
Describe how to implement globalization and localization in the use interface in .net.
What does mean by a neutral culture?
What is application in asp net?