Skip to content

Instantly share code, notes, and snippets.

@Tecayehuatl
Created March 10, 2016 00:31
Show Gist options
  • Save Tecayehuatl/d90d17d4c6aee9108087 to your computer and use it in GitHub Desktop.
Save Tecayehuatl/d90d17d4c6aee9108087 to your computer and use it in GitHub Desktop.
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
PageLoad()
{
if(IsPostBack)
{
//Do something
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment