Click here to Skip to main content
15,878,852 members

Comments by Neo10101 (Top 3 by date)

Neo10101 13-Jul-11 5:05am View    
Thank you for the solution. I find it quite misleading though. <!-- Warning: Required item type of first operand of '=' is numeric; supplied value has item type xs:string --> that is like saying that the left operand I supplied is numeric (as opposed to the truth, which is: "the left operand has to be numeric and the one you supplied is not"). Quite ambiguous.
Neo10101 8-Jul-11 19:26pm View    
You need to change the property 'Application.RootVisual'.

Add a new .xaml page to your Silverlight project.
Open App.Xaml.cs, find Application_Startup. Your default .xaml page is set here.

Set your own default page this way:

private void Application_Startup(object sender, StartupEventArgs e){ this.RootVisual = new Page2();}

p.s.: Why do people here always need to be so evasive when answering/commenting on others instead of answering the actual question. It's really rude.

I am not sure if this solution will work on your side.
Neo10101 8-Jul-11 11:27am View    
Deleted
Have you ever thought about a browser/mouse bug that clicks the 'send' button twice or does the submit() action twice? No, you haven't. You don't need to post in caps. It's impolite.