M
Mo
Hi,
I have a webform which has vb.net code behind it and I would like it to
submit the entries in the fields into a sql server db using a stored
procedure. I have a central .vb file in my application that has all the
stored proc calls in it. in the Submit_Click Sub in my form.vb file, I
reference the function in my central .vb file which calls the stored proc.
The problem that I am having is that when I submit my form, it just reloads
the form minus all the values. The form is set to run at server. I would
like to trace my application to see if the form values are actually being
sent to my store proc function. I am new to .NET and I would greatly
appreciate any help.
Thank you kindly,
Muhsin
I have a webform which has vb.net code behind it and I would like it to
submit the entries in the fields into a sql server db using a stored
procedure. I have a central .vb file in my application that has all the
stored proc calls in it. in the Submit_Click Sub in my form.vb file, I
reference the function in my central .vb file which calls the stored proc.
The problem that I am having is that when I submit my form, it just reloads
the form minus all the values. The form is set to run at server. I would
like to trace my application to see if the form values are actually being
sent to my store proc function. I am new to .NET and I would greatly
appreciate any help.
Thank you kindly,
Muhsin