What namespaces are imported by default in ASMX files?

Answer Posted / ish

System.Web.Services

Is This Answer Correct ?    5 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why would a company use an application service provider?

496


What is the main differences between asp and asp.net?

527


Which is better php or asp.net?

522


What is mvc in asp.net interview question? : Asp.Net MVC

493


What is the difference between ldap and active directory?

517






What is asp net_sessionid?

639


What is the difference between executescalar and executenonquery?

516


How does asp.net work?

554


Explain the difference between asp.net mvc and asp.net webforms

580


What are the features of asp.net mvc?

529


What is data grid view in asp.net?

537


What is a postback url?

495


What is the function of new view engine in asp.net? : asp.net mvc

545


Explain the difference between asp and asp.net?

514


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

1379