fairly new to asp.net. using vs 2005.
i set up an object datasource from a dataset. the dataset uses a stored procedure with a parameter.
the object datasource seems to test correctly.
i have a text box on the page. in the object datasource configuration (designer), i associated the value of this parameter to the value of the text box. when executed correctly, the procedure will insert a row with the value of the text box.
problem is, that when i load the page, enter a value in the text box and submit -- nothing happens. it's as if the procedure isn't executing.
is there something vital i'm missing? databinding code, etc?
thus far, i've set everything up in the designer.
any help is greatly appreciated.
thanks in advance.
i set up an object datasource from a dataset. the dataset uses a stored procedure with a parameter.
the object datasource seems to test correctly.
i have a text box on the page. in the object datasource configuration (designer), i associated the value of this parameter to the value of the text box. when executed correctly, the procedure will insert a row with the value of the text box.
problem is, that when i load the page, enter a value in the text box and submit -- nothing happens. it's as if the procedure isn't executing.
is there something vital i'm missing? databinding code, etc?
thus far, i've set everything up in the designer.
any help is greatly appreciated.
thanks in advance.