Hei First of all....sorry for the English So. Google code don't affect any other scripts, including .net If I understand correctly, the problem is to get changes on your checkbox? If yes, first you need to know if it is a Asp Control or a Html Control. Using Asp Control you should simply access this in your code behind (cs or vb) If it is a Html Control, you shold think in Ajax things (and its more elegant) using webmethods on your application. You can use jQuery @.ajax to access these webmethods... Here an article from my friend here in Brazil, hope it helps : http://diegodonah.wordpress.com/2011/03/08/pagemethods-usando-jquery/
On 19 jul, 13:29, Iulia <iulia.cristina.be...@gmail.com> wrote: > Hello, > > I am working with a .NET framework and I had to implement a map on a > page i was using. I recently noticed that after i putt the script in > the page, when trying to get some values in the form - using > HttpContext.Current.Request.Form["ID"] - the value remained the same > so i couldn't update the new values . In this case it was a checkbox, > but it doesn't recognize modifications in textbox either. > > I googled this issue and i found something about script registering, > but i didn't quite understand what that's about. The map works fine, > the problem is for the other fields and i was wondering if you know if > google script affects any way other scripts or events i have on my > page. > > Thanks, > Iulia -- You received this message because you are subscribed to the Google Groups "Google Maps API V2" group. To post to this group, send email to google-maps-api@googlegroups.com. To unsubscribe from this group, send email to google-maps-api+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-maps-api?hl=en.