What is the difference between a Debug and Release build? Is there a significant speed difference? Why or why not?
4 17863
How can we update records in gridview?Is there any appropriate code for it?
Explain the advantages of passport authentication.
To display data in the combo box, prior to setting the Data Source, what kind of property on a Combo Box do you set with a column name?
How to integrate angular 8 with asp.net mvc 5? : Asp.Net MVC
What are the different properties of server control that exists?
How will you do windows authentication and what is the namespace? If a user is logged under integrated windows authentication mode, but he is still not able to logon, what might be the possible cause for this? In ASP.Net application how do you find the name of the logged in person under windows authentication?
What I need to create and run an asp.net application?
How to include silver light .xap page into asp.net web application and what is the purpose of using silverlight application?
Explain how asp.net page works?
What is viewstate in asp net with example?
Which property needs to be set for script manager control to extend the time before throwing time out expection if no response is received from the server?
What is the difference between user control an custom control?
Difference between singleton and singlecall.
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
What is the difference between debug and release?