M
M. Ali Qureshi
Hi,
I am very new to .net and sorry if my following question is a bit stupid...
I've been watching alot of video tutorials on asp.net, which are very good
to get started.
Most of these videos are build around the standard controls of .net (grid
view with editing, or form view etc etc..). I would like to know a simple
example of inserting records in database, without the ability of
viewing/editing all the others like in form view control.
for example, a form with some text boxes and a couple of drop down lists
(which are filled by ObjectDataSource control from database). Is there a
server control i could use to insert, or will it be a simple html form which
should be posted to another aspx page and we should retreive values and
insert? Can someone give me a very simple example of insert from
asp.net(vb)? I'm trying to stick to Data Access Layer / Object Data Source
model.
Thanks in advance
/MAQ
I am very new to .net and sorry if my following question is a bit stupid...
I've been watching alot of video tutorials on asp.net, which are very good
to get started.
Most of these videos are build around the standard controls of .net (grid
view with editing, or form view etc etc..). I would like to know a simple
example of inserting records in database, without the ability of
viewing/editing all the others like in form view control.
for example, a form with some text boxes and a couple of drop down lists
(which are filled by ObjectDataSource control from database). Is there a
server control i could use to insert, or will it be a simple html form which
should be posted to another aspx page and we should retreive values and
insert? Can someone give me a very simple example of insert from
asp.net(vb)? I'm trying to stick to Data Access Layer / Object Data Source
model.
Thanks in advance
/MAQ