To display data in a Repeater control which templete is
provided ?

Answer Posted / ninad

ItemTemplate is provided to display data in a repeater
control.

Is This Answer Correct ?    7 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are directives in asp.net? List down all the important directives.

496


Why do we need Sessions?

578


What are ASHX files?

595


List some of the important session state modes of asp.net.

500


What is difference between URL and URI?

624






What is a gridview in asp.net?

525


How do I send an email message from my ASP.NET page?

529


How may clustered index we can create in table?

562


Explain repository pattern in asp.net mvc? : asp.net mvc

525


Why session is necessary in web application?

509


What is the purpose of session management?

509


Explain transparent caching with aop?

521


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

1371


What is scope of an application variable in asp.net?

493


What is asp.net? How is it different from asp?

540