Click here to Skip to main content
15,915,019 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hey guys,

I have a user-control in which i want to achieve the following functionality,

1. Search for the records by the records last name and date of birth, the search results should be displayed with all the details(picture image, contact, height, length, Parents Name... etc.) below the search

2. I also want to provide a control to add, delete and edit any record.


I am using VS 2010 and Linq to Sql to have the appropriate Business Logic and Linq Class access with basic functionality(Get, GetAll, Save...etc).

I am a newbie to Asp.net so can anybody suggest me how to achieve this, or what controls can/should i use or send me some links that can be a help.


many many thanks,

Chetan
Posted

you can use dataview with filter property or gridview with select property
In both these properties you can mention filter expression so that it will display only those rows who matches with the criteria
 
Share this answer
 
v2
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900