Skip to content

Instantly share code, notes, and snippets.

@thomasjo
Created February 14, 2011 06:47
Show Gist options
  • Select an option

  • Save thomasjo/825570 to your computer and use it in GitHub Desktop.

Select an option

Save thomasjo/825570 to your computer and use it in GitHub Desktop.
Horrendous hack
if (IsPostBack)
{
ModelEntity.EmailId = Convert.ToInt32(Request[ddlEmails.UniqueID + "$field"]);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment