Inser to Database

Former Member
Former Member
Hello I made a form (type = "text") and (button), and I want to save the value to database. I used Java Script to get the value, how can I save it to database . i want to use c# .   Best regards
Parents
  • Former Member
    Former Member
    Thank you for your response . I created this method : var val = getFieldByName("text0").getElementsByTagName("input")[0].value; var sam = val*2; aras.applyMethod("Beispiel", "" + sam + ""); now i want to receive (sam) in server seit and save it in another item type how can i do it ? Best regards .  
Reply
  • Former Member
    Former Member
    Thank you for your response . I created this method : var val = getFieldByName("text0").getElementsByTagName("input")[0].value; var sam = val*2; aras.applyMethod("Beispiel", "" + sam + ""); now i want to receive (sam) in server seit and save it in another item type how can i do it ? Best regards .  
Children
No Data