Forum Moderators: open

Message Too Old, No Replies

ASP.Net help, form function

         

firemaster

12:28 am on Mar 11, 2007 (gmt 0)

10+ Year Member



First off sorry if this is the wrong place for this.

I am trying to create a simple form that would update itself when an option or a radio is clicked. What I mean by that is that when the radio is clicked the price updates and the [+$50] or [-$50] updates on the options needed. I don't want the page to reload. Like if you were to go to dell or alienware and customize a computer, just my form is a lot simpler.

I think this would be done using aspx and javascript? I don't really know where to start or what to do for this. Sorry if it is too much to ask then scrap it.
thanks a lot.
-FM-

TheNige

9:15 pm on Mar 12, 2007 (gmt 0)

10+ Year Member



If you don't want to the form to reload (PostBack) then you'll need to use JavaScript or use Ajax technology.

firemaster

5:16 am on Mar 13, 2007 (gmt 0)

10+ Year Member



yeah, I have been looking around and found that out and made a post in that area. Thanks
-Mike