hello all, what i have is a modal popup control extender, i have an ajax script that saves the value of the two textboxes that are in the popup, what i am needing is a way to insert those values into my mysql database using ajax since the server side code will have already been executed, how would i go about doing this, i have read on the xmlhttprequest function but im not sure if that is what i need, in the modal pop up i have two textboxes and an ok and cancel button, on the ok button click i have it pointing to my ajax function which is working, i just dont know how to set up my mysql through ajax or call the asp.net through ajax, PLEASE HELP!!!
thanks
thanks
Comment