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
What is session and application variable in asp net?
Which validator control you use if you need to make sure the values in two different controls matched?
How to set the pane area to transparent of a scrollPane component.?
What is the main differences between asp and asp.net?
What is the difference between adding reference in solution explorer and adding references by using ?
What is application state?
What is the difference between web.config and machine.config in ASP.NET?
What is an asp.net validator? And, mention its types.
How tooltip is set through code-behind in ASP.NET?
What is the advantage of mvc over asp.net? : Asp.Net MVC
What is the difference between asp.net and mvc?
What is difference between mvc and asp.net? : Asp.Net MVC
What is a web api? Which protocol is used in a web api?
What does occur first in ASP.Net, Authentication or Authorization?
I am trying to implement sorting facility from client side code in GridView Control. So how can I fill up an Array inside client side code (using JavaScript), i want to assign my DataSet object declared and filled up on Server side(in code behind) to the array (on client side)