Aspdotnet-Suresh

aspdotnet-suresh offers C#.net articles and tutorials,csharp dot net,asp.net articles and tutorials,VB.NET Articles,Gridview articles,code examples of asp.net 2.0 /3.5,AJAX,SQL Server Articles,examples of .net technologies

Showing posts with label Generic List. Show all posts
Showing posts with label Generic List. Show all posts

Get List Object Properties and Values using Reflection in C#, VB.NET

Feb 16, 2017 0 comments
Introduction:

Here we will learn how to use reflection to get list object properties and values in c#, vb.net with example or get all properties and values of an object in c#, vb.net with example or get list of properties from list of objects using reflection in c#, vb.net or how to get property names and values using reflection in c#, vb.net with example. By using Reflection properties we can easily get list object property names and values based on our requirements.

Description:

Convert List Object to JSON String in C#, VB.NET

Feb 2, 2017 3 comments
Introduction:

Here we will learn how to convert list object to JSON string in asp.net using c#, vb.net with example or how to convert JSON string to generic list in c#, vb.net with example or convert list of objects to JSON string in asp.net using c#, vb.net with example. By using newtonsoft.json reference in our asp.net applications we can easily convert list object to JSON string or JSON string to list object based on our requirements.

Description:


In previous articles I explained jQuery scrollable gridview with fixed header example, jQuery countdown timer example, jQuery redirect to another page after 5 seconds, jQuery disable right click on image with example, convert json string to json object with example and many more articles related to in JSON, asp.net, mvc, c#, vb.net. Now I will explain how to use convert list object to JSON string in asp.net using c#, vb.net with example.

Pass Generic List (List) as Parameter to Function in C#, VB.NET

Jan 9, 2017 0 comments
Introduction:

Here we will learn how to send list (List<string>) as parameter to function in asp.net using c#, vb.net with example or asp.net pass generic list as parameter to method using c#, vb.net with example or asp.net pass list object as parameter in function using c#, vb.net with example or pass list<class> as an argument to the function in asp.net using c#, vb.net with examples. We can easily send list values as a parameter to the function normal like other functions with parameters.

Description:

In previous articles I explained get first element from ienumerable list in c#, vb.net, convert datatable to ienumerable list in c#, vb.net with example, difference between iqueryable and ienumerable in c#, vb.net, Different types of constructors in c#, vb.net, destructor in c#, vb.net with examples and many more articles related to in asp.net, c#, vb.net. Now I will explain how to send or pass generic list as a parameter to the function in asp.net using c#, vb.net with example.

how to bind generic list to gridview | Bind Database values to Generic list using asp.net | Binding custom generic class list to Gridview

Jul 8, 2011 13 comments
Introduction

Here I will explain how to bind generic list to gridview and how to bind database values to generic list using asp.net.

Description:

In previous article I explained clearly about what is WCF and how we can use WCF in our applications. Now I will explain how to use Lists in our application to bind data to gridview and I will explain how to bind database values to generic list using asp.net. 

© 2015 Aspdotnet-Suresh.com. All Rights Reserved.
The content is copyrighted to Suresh Dasari and may not be reproduced on other websites without permission from the owner.