User-1042245608 posted
I'm trying to use the PhoneCall control to provide phone dialing capabilities. When I try and place the call from the device itself, some extra numbers are being added to the end of the phone number. I am using forms authentication and it looks like the session
id is being added to the wtai tag. Any suggestions? Richard
User-621799090 posted
I have the same issue, looks like the auth cookie is getting appended to everything that looks like a URL (wtai://) included ! Doh! It's a bug, I'm going to move back to old fashioned auth with my own cookie. A shame, forms auth was looking good up until my
app stopped dialling ! You are not alone ! Cheers Mac New Zealand
User-1042245608 posted
Do you have verification of this bug? Anything from Microsoft? PhoneCall is probably the biggest benifit of writing for cell phone browsers in the first place. I'm in the process of switching to forms authentication with cookies (most cell phone browsers support
this anyway) to see if I get anything. I'll summarize with anything I get to work. Richard
User2113185352 posted
hello..... please ,i have aproblem when i write inlinecode in the mobile web page to get any phonenumder from datadase to display at phonecall control . this code is : <mobile:PhoneCall id="PhoneCall3" runat="server" AlternateUrl="www.actgsm.com" PhoneNumber='<%#
DataBinder.Eval(Container.DataItem, "column_name") %>'>PhoneCall</mobile:PhoneCall> note; that VS.NET display to me this error: Compilation Error Compiler Error Message: CS0117: 'System.Web.UI.Control' does not contain a definition for 'DataItem' please, what
is the soluation? and thank you