我正在使用2008年视觉演播室。 NET 3.5和C#用于我的项目。 我正在使用3级数据库连接结构。 我设计了一个表格,名称、年龄等。 在数据库表中,补贴是主要的关键。 在页数上,我想自动在文本箱中显示该笔id的下一个价值。 然后,用户必须输入其他细节,如姓名、年龄等等。 之后,我要将数据提交表格。 任何人都能够对此提出好的想法。 我是三层结构的新结构。
In my webpages I have references to js and images as such: "../../Content/Images/"Filename" In my code if I reference a file as above, it doesnt work so i have to write: "c:/miscfiles/"filename" 1-...