如何在MVC4中创建考勤表 [英] How to create an Attendance sheet in MVC4

查看:86
本文介绍了如何在MVC4中创建考勤表的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想在MVC4中创建一个考勤表,可以更新每日考勤数据库。由于我是IT新手,我不知道如何开始。在HTML中帮助

解决方案





EmployeeName:< input id =txtFnametype = text/>

EmployeeId:& amp; lt; input id =txtempidtype =text/& amp; gt;

日期: < input id =txtDatetype =text/>



你可以根据你的要求添加这个




Jquery的




使用以下语法获取值



var empname =


('#txtFname')。val();

var empid =


< blockquote>('#txtempid')。val();

var date =


I want to create an attendance sheet in MVC4 which could update the daily attendance into database. Since i am new to IT i have no clue how to start that. PLease help

解决方案

in html,

EmployeeName : <input id="txtFname" type="text" />
EmployeeId : &amp;lt;input id="txtempid" type="text" /&amp;gt;
Date : <input id="txtDate" type="text" />

you can add this as your requirement


in Jquery,

get the values by using following syntax

var empname=


('#txtFname').val();
var empid=


('#txtempid').val();
var date=


这篇关于如何在MVC4中创建考勤表的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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