列数据输入表单。 [英] Column data entry form.

查看:64
本文介绍了列数据输入表单。的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

I have a below table structure. I am using c# and asp.net to achieve this but did not get success.

Empcode
Itemcode
category
city
sales

I have created userid and associate category and items with it. I would like to create a form below for data entry when user log in. I have also associated items with the user therefore only associated items would appear in the form. If a user has 7 items, 7 items would be appeared. the numbers below are the sales user is entering in different cities, the user would save the data in above table, this can be done with the textbox and grid but I am unable to create the form. The cities information is available in our other table.

User ID. 111111 Category. Data 1
Cities Item-1 Item-2 Item-3 

City 1 100 50 30

City 2 30 35 70

City 3 50 70 30





我的尝试:



文本框和ajax控件。



What I have tried:

Textbox and ajax controls on it.

推荐答案

我们不做你的功课:这是有原因的。它就是为了让你思考你被告知的事情,并试着理解它。它也在那里,以便您的导师可以识别您身体虚弱的区域,并将更多的注意力集中在补救措施上。



亲自尝试,你可能会发现它不是和你想的一样困难!



如果遇到具体问题,请询问相关问题,我们会尽力提供帮助。但是我们不打算为你做这一切!
We do not do your homework: it is set for a reason. It is there so that you think about what you have been told, and try to understand it. It is also there so that your tutor can identify areas where you are weak, and focus more attention on remedial action.

Try it yourself, you may find it is not as difficult as you think!

If you meet a specific problem, then please ask about that and we will do our best to help. But we aren't going to do it all for you!


这不是我的功课,我无法执行下面的脚本,因为它不起作用。另外,询问是否存在任何合适的解决方案,因为我已经尝试过textbox和gridview。



It's not my homework, I was unable to execute the below script as it is not working. Also, asking if any suitable solution exist as I have already tried textbox and gridview.

<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
<script type="text/javascript"> 
    function Save() {
        var GridView = document.getElementById('<%=gvAddTextBox.ClientID %>').outerHTML;
        for (var i = 1; i <


(GridView).find('tr')。length; i ++){
for(var j = 1; j<
(GridView).find('tr').length; i++) { for (var j = 1; j <


这篇关于列数据输入表单。的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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