Skip to content

Instantly share code, notes, and snippets.

@sohel-rana
Last active December 26, 2015 23:08
Show Gist options
  • Save sohel-rana/7227859 to your computer and use it in GitHub Desktop.
Save sohel-rana/7227859 to your computer and use it in GitHub Desktop.
string script=string.Format(@"function IDIssue() {
var ctrl1=document.getElementById('{0}');
var ctrl2=document.getElementById('{1}');
var ctrl3=document.getElementById('{2}');
// add necessary implemenation here
}",
ctrl1.ClientID, ctrl2.ClientID, ctrl3.ClientID
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment