Home
|
Tutorial
|
Articles
|
Forum
|
Interview Question
|
Code Snippets
|
News
|
Fun Zone
|
Poll
|
Web Links
|
Certification
|
Search
Welcome :
Guest
Sign In
Register
Win Surprise Gifts!!!
Congratulations!!!
Top 5 Contributors of the Month
ffttt
Home
>>
Forum
>>
C#
>>
Post New Question
Subscribe to Forum
What is the relationship between NameValueCollection and Dataset in C#?
Posted By:
Palani Kumar A
Posted Date:
June 24, 2011
Points:
5
Category :
C#
What is the relationship between NameValueCollection and Dataset in C#?
what is main use of NameValueCollection ?
Responses
Author:
Gowthammanju
Posted Date: June 25, 2011 Points: 20
NameValueCollection allows us to create a list and reference items inside it by position or by value
but it has a limitation: keys and values must be strings.
Thanks & Regards,
GowthamManju
Chennai
Mark if the answer is true
Author:
Gowthammanju
Posted Date: June 25, 2011 Points: 20
A NameValueCollection is similar to a .NET Hash Table in that it can store items in key/value pairs and allows you to retrieve items by specifying either the Key or index. In fact, NameValueCollections use the hash table and hash table algorithms for their underlying data structures.
A NameValueCollection also has methods to return a collection of all keys, all values, add and remove items and to get an enumerator so you can enumerate through the collection. These methods are similar to those for a standard collection or hash table.
Thanks & Regards,
GowthamManju
Chennai
Mark if the answer is true
Author:
Gowthammanju
Posted Date: June 25, 2011 Points: 20
refer these link as
http://csharp.net-informations.com/collection/csharp-namevaluecollection.htm
Thanks & Regards,
GowthamManju
Chennai
Mark if the answer is true
Author:
Palani Kumar A
Posted Date: June 28, 2011 Points: 20
Thanks Mr Gowthammanju ..
my doubt was cleared...
With Regards
Palani Kumar A
Post Reply
You must
Sign In
To post reply
Related Questions Related Questions
what are the dataset features
How to add the values stored in the dataset....
using dataset,datarow and connectionstring displaying allrecords separated by coma in textbox by cal
Parent-Child Relationship :: E-R Diagram
What is Typed DataSet? How to Create Typed DataSet?
Swap DataSet Tables column as row and row as Column
How to get table column name from dataset table
dataset ds= new dataset();--type was not found..error
dataset seems to be empty---wpftoolkit
Multiple Dataset in repeater control
Latest Forum Questions From The Same Category
To Achieve draw wave form from speaker outputs.
How to display the text in the second ck editor with strikes while extracting from database
Mail is working but I want send two excel file to each different person
how to display child nodes with headers and keeping the child nodes in a table
In DataGrid I have Two Dropdownlist, One in Header template and Item Template
Display data directly from database table to PDF using stored procedures in asp.net C#
How to install and use Dev Express ?
Dialogbox Custom Control
Custom Control in Winforms
I just started learning c#.net console application
Find more Forum Questions on C#, ASP.Net, Vb.Net, SQL Server and more
Here
Quick Links For Forum Categories:
ASP.Net
Windows Application
.NET Framework
C#
VB.Net
ADO.Net
Sql Server
SharePoint
OOPs
Silverlight
IIS
JQuery
JavaScript/VBScript
Biztalk
WPF
Patten/Practices
WCF
Others
www.DotNetSpark.com
UnAnswered
All
Hall of Fame
Twitter
Terms of Service
Privacy Policy
Contact Us
Archives
Tell A Friend