What is Generic? explain clearly?

Answer Posted / tejkrishna

Generics are the type like list<> collection but it can
contain any type within it like list<t>.

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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

1367


How many types of state management are there in asp net?

518


What is Dynamic Web and discuss its usage with the help of real life examples?

593


Explain the Order of events in an asp.net page?

600


Can you explain one critical mapping?

516






If I am developing an application that must accomodate multiple security levels though secure login and my asp.net web application is spanned across three web-servers (using round-robin load balancing). What would be the best approach to maintain login-in state for the users?

638


Explain the advantages of caching?

527


Explain the code Access Security (CAS) in .net Framework?

664


Why do I get error message "could not load type" whenever I browse to my asp.net web site?

625


What is the purpose of session management?

508


What is a 401 redirect?

502


What is xaml? Are xaml file compiled or built on runtime?

520


How to deploy/publish webservices?How many ways?Plz explain me

1833


What is Razor View Engine

603


What is the page life cycle in asp.net?

555