I have a query like this:
sql = "Select * From T_ExhibitorLocation 
        where F_ExhibitionCode='" & Cmb_Exhibition.SelectedValue.ToString & "' 
          and F_ExhibitorCode='" & Trim(Txt_ExhibitorID.Text) & "' 
          and F_Site='" & cmb_Site.SelectedValue.ToString &` "'"
Some time my F_site name come with apostrophe,
example like this  'Artist's Shell'. So this time how I can save this name with apostrophe ?? thanks in advance
 
     
    