What is the difference between an EXE and a DLL?
Answer Posted / ramakanth
Exe....is self executable
dll....is not self executable.it uses another dll or exe to
execute
| Is This Answer Correct ? | 25 Yes | 3 No |
Post New Answer View All Answers
How can we apply themes to an asp.net application?
Does google crawl redirects?
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 server of asp.net?
In order to bind the data from a data source to the Repeater control what property is set and what method must you call in your code,?
What is server infrastructure & server components?
Do you know caching feature?
How can we create a website?
If you want to bind the columns manually within the asp:datagrid tags what kind of tags you have to add.
Differentiate between file-based dependency and key-based dependency.
What are the events in a page life cycle?
Contrast oop and soa. What are tenets of each16. How does the xmlserializer work? What acl permissions does a process using it require?
Describe the diffeerence between inline and code behind - which is best in a loosely coupled solution?
Which method is used to force all the validation controls to run?
What is the use of web.config file?