what is Master pages in asp.net? what is the advantages and
disadvantages?
Answer Posted / kotareddy
A master page is an ASp.Net file with
extension .master,such as MasterPage.Master,with a
predefined layout that can include static text,HTML
elements,and server control.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How to display Alert in ASP.NET
What is a 404 redirect?
How does exception management works in ASP.NET?
Is asp.net still used?
What are html helpers in asp.net?
What are the features that make asp.net more used framework? : asp.net mvc
What I need to create and run an asp.net application?
What is the difference between dispose() and finalize()?
What are the new navigation controls in asp.net 2.0?
How would you get asp.net running in apache web servers?
How can i explain my project during interview?many time i expalain my project but they did't accept? please explain me.
What is difference between view and partial view?
How do active server pages work?
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
How do u deploy ur project?