想用Code了解前端逻辑 [英] Want to know front end Logic with Code

查看:73
本文介绍了想用Code了解前端逻辑的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在这两个标题下面有三个texbox ... 

股票名称 数量

TextBox 1 TextBox 2

Textbox 3 TextBox 4

TextBox 4 TextBox 5

在sql server中我有一个表格代码

创建表格结算

SID int主键标识(100,1)
Sname varchar (250)唯一,
数量varchar(250)



是否可以将所有texbox值带到表格并插入前面的值结束如果是,那么我只想知道逻辑..........

谢谢.......先生/女士

解决方案

它在这里不起作用。



这是预期的询问者:

1. 首先尝试你想做什么!你可能会发现它并不那么难。

2.制定你所做的事情看似问题/不工作。



尝试一下,告诉你是否面临问题。

各位会员非常乐意帮忙。





现在,首先,步骤:

1.设计一个名为ItemName和数量的网页

2.保存项目数据库中的数量,您通过BillID维护每个条目



以下将帮助您了解如何与DB交谈:简单的ADO.NET数据库使用C#读取,插入,更新和删除。 [ ^

i have three texbox under two heading like this...

Stock Name                        qty

TextBox 1                       TextBox 2

Textbox 3                       TextBox 4

TextBox 4                       TextBox 5

In sql server i have a table code

Create table billing
(
   SID int primary key identity(100,1)
   Sname varchar(250) unique,
   Qty varchar(250)
)


Is it possible to take all the texbox values to the table and insert as they appear in front end if yes then i just want to know the logic..........

Thank you.......sir/ma'am

解决方案

It does not work like this here.

Here is what is expected of enquirers:
1. TRY first what you want to do! You may find that it''s not that hard.
2. Formulate what was done by you that looks like an issue/not working.

Try them and tell if you face issues.
Members will be more than happy to help like this.


For now, to start with, steps:
1. Design a webpage that thats ItemName and quantity
2. Save the Item with quantity in database, where you maintain every entry via BillID

Following will help you to learn on how to talk to DB:
Simple ADO.NET Database Read, Insert, Update and Delete using C#.[^]


这篇关于想用Code了解前端逻辑的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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