Guest User

Untitled

a guest
Apr 25th, 2018
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. if (!Page.IsPostBack)
  2. {
  3. //categories dropdown select
  4. InitCategories();
  5.  
  6. if ( InstanceID != 0 && NewsItem != null )
  7. {
  8. InitNewsForm();
  9. }
  10. else
  11. {
  12. PublishedDatePicker.SelectedDate = DateTime.Today;
  13. }
  14. }
Add Comment
Please, Sign In to add comment