CSharpFeeds - All your C# feeds in one place.

Sponsors

Friday, June 15, 2007

How can I submit my form from my C# Silverlight code?

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?

email it!bookmark it!digg it!

Original Post: How can I submit my form from my C# Silverlight code?

Subscribe

New Feed

Product Spotlight

Recently Updated Sources

Legal Note

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.

Advertise with us