Guest User

Untitled

a guest
Jun 24th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. If (Not IsCallback) Then
  2. pnlLoading.Visible = True
  3. pnlQuote1.Visible = False
  4. Else
  5. pnlLoading.Visible = False
  6. pnlQuote1.Visible = True
  7. <Load data from DB and web service>
  8. <Build page>
  9. If (<Some Criteria>) Then
  10. somelink.Disable = True
  11. End If
  12. End If
  13.  
  14. if (document.getElementById('pnlQuote1') === null) {
  15. ob_post.post(null, 'PerformRating', ratingResult);
  16. }
Add Comment
Please, Sign In to add comment