User to give a name to send that name as json format to asp.net and to display matched name details into database to display matched data into json and xml format using webservice and asp.net
Example Format:
[{"Age":35,"FirstName":"Peyton","LastName":"Manning"},
{"Age":31,"FirstName":"Drew","LastName":"Brees"},
{"Age":58,"FirstName":"Brett","LastName":"Favre"}]
pls give me some idea