by luisabreu via LA.NET [EN] on 6/15/2007 7:02:58 PM
Simple: call one of the overloads of the static Submit methods exposed by the HtmlPage class:
HtmlPage.Submit();
HtmlPage.Submit( "formId" );
If you only have a form on you're page, then using the first option is the way to go. if you have several forms, you need to specify the id of the form you're submiting and you need the second overload. Simple, right?
Original Post: How can I submit my form from my C# Silverlight code?
The content of the postings is owned by the respective author. CSharpFeeds is not responsible for the contents of the postings. This site is automatically generated and cannot be reviewed for abusive content. If you find abusive content on CSharpFeeds, please contact us. Designated trademarks and brands are the property of their respective owners. All rights reserved.