Guest User

Untitled

a guest
Apr 25th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. if (!Page.IsPostBack )
  2. {
  3. //categories dropdown select
  4. InitCategories();
  5.  
  6. if ( InstanceID != 0 && PartnerItem != null )
  7. {
  8. InitPartnerForm();
  9. }
  10. }
Add Comment
Please, Sign In to add comment