net中的动态行生成

net中的动态行生成

本文介绍了asp.net中的动态行生成的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在SQL SERVER 2008中使用ASP.NET(C#)
在申请人签约期间,他/她必须填写她的学历,总共5个学历,

1.ssc

2.hssc

3. BS

4. MS

5. Phd

现在让我们说申请人仅通过了BS,那么这意味着他/她将没有填写4和5选项,现在我希望注册页面中应该有一个选项可以动态添加行,仅表示3个教育水平添加并填充3行文本框,怎么办?

或如果您有其他选择,请分享

这是我希望从asp.net(c#)网站添加数据的数据库表结构.

学术记录

educationLvl

examName

机构

通过年份

获得的标记

部门

百分比

majorSub

USING ASP.NET(C#) WITH SQL SERVER 2008
during signup by applicant he/she must fill her educational details , total 5 educational levels,

1.ssc

2.hssc

3. BS

4. MS

5. Phd

now lets say that an applicant has only BS passed then it mean that he/she would not have fill 4 and 5 option, now i want that there should be an option in signup page to add rows dynamically , say for 3 levels of education only to add and fill 3 rows of text boxes, so how ?

or if u ppl have any other alternative then share please

Here is my Database table structure to which i want ot add data from asp.net(c#) website.

ACADEMIC RECORD

educationLvl

examName

institution

passingYear

marksObtained

division

percentage

majorSub

推荐答案



这篇关于asp.net中的动态行生成的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-05 13:21
查看更多