C
crombie
hi,
i got a registration web form working (connected to ms access via aspx page with code-behind). i need my registration page to be a .html instead of .aspx page. how do i accomplish that? i do have validation controls and etc on the aspx page and would not like to lose that.
right now, this is the flow of my pages/data:
register.aspx -> register.aspx.vb -> ms access
i would like:
register.html -> register.aspx -> register.aspx.vb -> ms access
any prompt replies would be greatly appreciated
i got a registration web form working (connected to ms access via aspx page with code-behind). i need my registration page to be a .html instead of .aspx page. how do i accomplish that? i do have validation controls and etc on the aspx page and would not like to lose that.
right now, this is the flow of my pages/data:
register.aspx -> register.aspx.vb -> ms access
i would like:
register.html -> register.aspx -> register.aspx.vb -> ms access
any prompt replies would be greatly appreciated