I have a problem where, I have a ASP.Net Web Application built with VB. www.talentjacksearch.com is the website. On the pc, I can access the website (Login, registration, etc..) But if I use a iPhone, Android phone or Mac, I receive a ScriptManager error. The error states the following: the control with ID 'Button1_ConfirmExtender' requires a scriptmanager on the page. The script Manager must appear before any controls that need it". I have various Ajax extenders throughout the website. But for now, this error occurs on my registration page where I have the confirmextender located for a agree to the terms and condition. Temporarily removed to allow users to register. This error only occurs on Macs/iPhones/Cell Phones that I am aware of. I do have a systemmanager in the master page. I also know that I need something called a scriptmanagerproxy to make this work. Can someone show me how to do this by replicating what I need as an example where a scriptmanager is already present in the master page. Meaning, create a Confirm Extender in a ASP.Net Web Application VB registration page, and show how and where to create the scriptmanagerproxy to make this work.
Step 1 create a new "ASP.Net Web Application" in VB preferably or C#
Step 2 Register to create the database
Step 3 Add AJAX toolkit if not yet installed
Step 4 Add a Confirm Extender to the Registration button located in the Account Folder
Step 5 Try to make it work :-)
Step 6, Check to see if your iphone or mac allows you to register to verify it works.
Show how to do this with screen prints if possible.
I figure that if this will work, i can figure out the other AJAX tools I am utilizing on the site. Thank you in advance
Note: I had to remove the extender temporarily till this is figured out to allow users to register.