Answer Posted / bikash kumar
Asp.net is the Web technology of Microsoft.for developing
application.which is a part of .net framework.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
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 to display Alert in ASP.NET
Define globalization and localization.
Which two new properties are added in asp.net 4.0 page class?
What is the difference between runtime version and version?
Difference between DataGid and Girdview? Difference b/w .Net 2.0, 3.0 and 3.5 ? Diff b/w dispose & Finialize Methods?
What is routing in MVC?
How to create discussion forum in asp.net mvc? : Asp.Net MVC
How long do session variables last?
What threading model used in asp and asp.net?
Explain difference between dataset and recordset?
Define static member?
Explain the role of global.asax?
What is server side in asp.net?
What are the types of authentication in asp.net?