We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

Not able to modify properties of ASP.NET controls on node click

Hello
I have a label in my web page along with Sync fusion diagram. 
On node click, i would like to modify label's text property. But label's text is not changing.
Below is the code: 

void DiagramWebControl1_NodeClick(object sender, Syncfusion.Web.UI.WebControls.Diagram.NodeClickEventArgs e)
    {
        label1.Text = "Hello. Node click is successful";
    }

Is it that inside syncfusion events, we cannot modify any other ASP.NET web control's properties?
Please let me know. 

Thanks
Anjanaa

1 Reply

AA Amsath Ali M Syncfusion Team January 16, 2014 12:33 PM UTC

Hi Anjanaa,

 

Thanks for your interest in Syncfusion products.

 

Since you have asked the same query “Issue regarding updating the other server controls” in the incident 118000, we have updated our response for your query in that incident. Could you please refer that incident for better follow up?

 

Please let us know if you have any queries.

 

Regards,

Amsath Ali. M

 


Loader.
Live Chat Icon For mobile
Up arrow icon