With/End With example


/ Published in: VB.NET
Save to your folder(s)

Example


Copy this code and paste it in your HTML
  1. With query
  2. rbNarcoticsYes.Selected = .Narcotics
  3. rbNarcoticsNo.Selected = .Narcotics
  4. tbOpCheckNo.Text = IIf(Not IsNothing(.OperatingCheckNo), .OperatingCheckNo, String.Empty)
  5. End With

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.