save to sql server database fromclient side
Posted
by user281693
on Stack Overflow
See other posts from Stack Overflow
or by user281693
Published on 2010-04-23T16:41:31Z
Indexed on
2010/04/23
16:43 UTC
Read the original article
Hit count: 136
I have a gridview with dropdownlist in it. When the user changes the item in the dropdownlist I want to save the new item in the database. I want this to happen using javascript and ajax like effect. I know how to access the dropdownlist inside gridview using javascript and I can get the new selectd item. But how can I save it to database without server side code? I know one way of doing this is using web services. I just want to know if there is/are any other ways to do it.
© Stack Overflow or respective owner