What are generics? why it is used?
architecture of ASP.NET?
Answer Posted / krishna rathi
Generica provide type parameters T for class , interfaces,
delagates or methods.
By using generic type parameter T their
is less need of boxing / un boxing in client code.
Example : public class Genericlist <T>{
}
Is This Answer Correct ? | 10 Yes | 3 No |
Post New Answer View All Answers
What is the full form of asp.net?
What is AutoEventWireup attribute for ?
Which is the best institute to learn Microsoft Technologies and the faculty if you Know?
How to register exception filter globally?
What is the asp.net control toolkit?
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’s the difference between asp.net web forms and asp.net mvc?
What is the basic purpose of the required field validator? How can you use a required field validator to check that the user changes the initial value of a text box? a listbox?
Explain parts of assembly?
8. Why do you want to work here?
How does u get record no from 5 to 15 from a dataset of 100 records?
What is caching? What are different ways of caching in asp.net?
Explain the main function of url routing system in asp.net mvc? : asp.net mvc
Demonstrate Render and PreRender?
Is it possible to write code in many languages in one asp.net project?