使用什么控件??? [英] what Control to use???

查看:57
本文介绍了使用什么控件???的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,

我有一个要实现以下功能的用户控件,

1.按记录的姓氏和出生日期搜索记录,搜索结果应在搜索下方显示所有详细信息(图片,联系方式,身高,长度,父母姓名等). >
2.我还想提供一个添加,删除和编辑任何记录的控件.


我正在使用VS 2010和Linq to Sql,以具有基本功能(Get,GetAll,Save ... etc)的相应业务逻辑和Linq类访问权限.

我是Asp.net的新手,所以有人可以建议我如何实现此目标,或者可以/应该使用哪些控件或向我发送一些可以帮助您的链接.


非常感谢,

Chetan

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

推荐答案

您可以将dataview与filter属性一起使用,或者将gridview与select属性一起使用
在这两个属性中,您都可以提及过滤器表达式,以便其仅显示与条件匹配的那些行
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


选中此项以

这篇关于使用什么控件???的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆