Manipulating Server-Side ASP.NET Controls?
|
#1 -
06/06/2010 6:50:06
|
Reporta abuso
|
Link permanente
|
|
Manipulating Server-Side ASP.NET Controls?
|
|
|
|
|
Is it possible to manipulate ASP.NET controls from inside a GMap server event function? As a simple example, if I place an ASP.NET label control on the page, how do I set the .Text value of the label from inside a GMap_MarkerClick event?
Simply doing
LabelName.Text = "some text"; from inside the MarkerClick event doesn't work -- nothing appears in the text value of the label on the page.
Thanks,
-M.
|
|
|
|
|