S
Sam
I have a User Control that renders all asp buttons as Command button
vs. Submit buttons. When you view source on the browser you see the
HTML rendered:
<input type="button" ... >
instead of
<input type="submit" ...>
I am aware there is a property for the button control named
UseSubmitBehavior. The default is true and I have explicitly set this
to true, but I still cannot get the button to render as a Submit
button. Has anyone seen this behavior and have a workaround?
Thanks,
Sam
vs. Submit buttons. When you view source on the browser you see the
HTML rendered:
<input type="button" ... >
instead of
<input type="submit" ...>
I am aware there is a property for the button control named
UseSubmitBehavior. The default is true and I have explicitly set this
to true, but I still cannot get the button to render as a Submit
button. Has anyone seen this behavior and have a workaround?
Thanks,
Sam