审计试用日志usign

审计试用日志usign

本文介绍了审计试用日志usign asp.net的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

嗨创建一个UI,以允许用户搜索审核表中的记录.
用户界面由两部分组成:(A)搜索条件(B)搜索结果
(A)搜索条件.将其放在页面顶部.搜索条件应包含以下搜索字段,
用户名,审核日期自,到,审核时间自到,旧值,新值
(B)搜索结果.将其放在(A)下方.
以表格格式显示,标题标签与(A)相同
2.在搜索屏幕上为选定记录的视图创建UI.详细信息应包含,

 ID
用户名
IsUser
时间
行动
表名
旧值
新值


在审核表上创建搜索和查看功能.无需创建,编辑和删除
我需要一些示例代码...

解决方案



hiCreate a UI to allow user to search for the record in the audit table.
UI consists of 2 parts: (A) Search Criteria (B) Search Result
(A) Search Criteria. Position it at top of page. Search Criteria should contains the following search fields,
Username ,Audit DateFrom ,to,Audit Time From,to,Old Value,New value
(B) Search Result. Position it below (A).
Display in a tabular format with header label same as (A)
2. Create UI for View of select record at the search screen. Details should contains,

ID
Username
IsUser
Time
Action
Table Name
Old Value
New Value


create a search and view functionality on the audit table. No create, edit, and delete needed
i need some sample code...

解决方案



这篇关于审计试用日志usign asp.net的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-05 21:56