inserting textbox values into database

前端 未结 6 1007
陌清茗
陌清茗 2020-12-16 07:57

im a newbie here and would like some advice on C# programming

i would like to store values from a textbox into a database. so far, i have the following:

<         


        
6条回答
  •  自闭症患者
    2020-12-16 08:23

    If the variable in example is TextBox that it should write like projName.Text, status.Text.

提交回复
热议问题