Skip to content

Instantly share code, notes, and snippets.

@harbhub
Created October 7, 2013 13:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save harbhub/6868490 to your computer and use it in GitHub Desktop.
Save harbhub/6868490 to your computer and use it in GitHub Desktop.
ASPX
<div>Testing <%= myString %> Testing</div>
C#
using...;
public partial class TelerikWebForm : System.Web.UI.Page
{
public string myString = "Success";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment