While we appreciate comments from our users, please follow our posting guidelines. Have you tried the Cyotek Forums for support from Cyotek and the community?

Styling with Markdown is supported

Original Comment

Gravatar

Richard Moss

# Reply

Mohsen,

Without more information I can't say why it doesn't work for you... we use the same code on the cyotek.com website and it works well for us.

In regards to outputting to a label, you could change

[csharp]Response.Write(result.ToString());[/csharp]

into something like

[csharp]Label1.Text = result.ToString();[/csharp]

from your Page_Load event, OnLoad override etc.

Hope this helps.

Regards; Richard Moss