Click here to Skip to main content
Email Password   helpLost your password?

About The Project

The project is about a simple silverlight based web form and saving it to the database. The form elements are name and surname textboxes and save button. After the textboxes filled the save button of silverlight control should be inserting the record to database. The save button will call a javascript function which will save the form information to the database.

Code

XAML code of the control is not too complicated.


xaml.jpg

One pivotal point in the project is calling the javascript function from silverlight click event.


PageXAMLVB.jpg

Save function is HTTPRequest based Ajax Method.


SaveFunction.jpg

Don't Forget

Please do not forget to change the connection string of Project.

silverLight3.jpg

You must Sign In to use this message board.
 
 
Per page   
 FirstPrevNext
GeneralSeems cool
Bert delaVega
9:12 15 Apr '08  
But there's no real article to entice people to download and work through it.

You should add more content to this "article". That's just my opinion.
GeneralRe: Seems cool
Yildirim Kocdag
21:41 15 Apr '08  
Thanks for your nice comment. I have added some more content on today.
GeneralRe: Seems cool
kheonline
19:44 17 Feb '09  
hi there.
wheres the HttpRequest Located?(file)
GeneralRe: Seems cool
kheonline
20:53 17 Feb '09  
Hi Yildirim Kocdag!

I got an error in immediate window
(A first chance exception of type 'System.ArgumentException' occurred in System.Windows.Browser.dll)

Then when i click the save button, i got this
("Type 'SaveNow' does not exist. Parameter name: typeName")
but in aspx page i put the function save in js.

can u help me with this?
tnx.


Last Updated 15 Apr 2008 | Advertise | Privacy | Terms of Use | Copyright © CodeProject, 1999-2010