<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%> <% function MyCaptcha(byval valSession, byval valCaptcha) dim tmpSession valSession = Trim(valSession) valCaptcha = Trim(valCaptcha) if (valSession = vbNullString) or (valCaptcha = vbNullString) then MyCaptcha = false else tmpSession = valSession valSession = Trim(Session(valSession)) Session(tmpSession) = vbNullString if valSession = vbNullString then MyCaptcha = false else valCaptcha = Replace(valCaptcha,"i","I") if StrComp(valSession,valCaptcha,1) = 0 then MyCaptcha = true else MyCaptcha = false end if end if end if end function %> Wedding Cosmetic Dentist - Ask Dr Grant a Question <% if not IsEmpty(Request.Form("btnSubmit")) then ' Form has been submitted so set some session variables to pass over to the email form if successful ' or populate the input boxes on the form if it is not successful. Session("PrefixName") = Request.Form("txtPrefixName") Session("FirstName") = Request.Form("txtFirstName") Session("LastName") = Request.Form("txtLastName") Session("EmailAddress") = Request.Form("txtEmailAddress") Session("Question") = Request.Form("txtQuestion") ' Now test the captcha code entered byt he user. if MyCaptcha("INPUTFORMCAPTCHA", Request.Form("txtCaptchaCode")) then Response.Redirect("send_question.asp") else ' Set a variable so we can put the focus back into the Captcha input box on the form. Dim WrongCodeEntered WrongCodeEntered = 1 end if end if %>

10 Questions to Ask Your Cosmetic Dentist in Devon!

Here are 10 Questions you should ask any Cosmetic Dentist in Devon which you can print off this website and take with you:

  1. What are all the various options available to me with regards to my treatment?
  2. Are there any compromises that I will have to face with my treatment?
  3. Could you give me an idea of what the end result will look like before I start my treatment?
  4. Can I see pictures or videos of patients you have treated before?
  5. How long will these fillings, crowns, bridges, Veneers or Dentures last and what guarantees do you give?
  6. Do you really believe that you are the best Cosmetic dentist in Devon for the job?
  7. Do you offer payment options like interest free facilities?
  8. What kind of dental and home maintenance will I need?
  9. How closely will the restorations match my natural teeth?
  10. Do I need to wear a Night Guard or change my eating habits?

Ask Dr Grant a Question

If you would like to ask Dr Grant a question regarding any products or services, why not fill in the form below and he'll email you with the answer!

Your details will not be passed on to any 3rd party and you will not receive any marketing material.


"" then Response.Write(Session("FirstName")) %>" />
"" then Response.Write(Session("LastName")) %>" />
"" then Response.Write(Session("EmailAddress")) %>" />

Confirmation Code Image


<% if WrongCodeEntered = 1 then %> <% end if %>