The text of this article is not in this database — only its details are. The old site it was published on is gone, but the Internet Archive kept a copy: Silverlight Login Registration Page Using LINQ to SQL And WCF: Part 2
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment
It is the same account you read, post and publish with — and you will come straight back to this page.

sedi jafPosted Feb 4, 2012, 1:06 PM
and another error here: private void OKButton_Click(object sender, RoutedEventArgs e) { this.DialogResult = true; } private void CancelButton_Click(object sender, RoutedEventArgs e) { this.DialogResult = false; } Error 2 'InsertData.Popupwindow' does not contain a definition for 'DialogResult' and no extension method 'DialogResult' accepting a first argument of type 'InsertData.Popupwindow' could be found (are you missing a using directive or an assembly reference?)
sedi jafPosted Feb 4, 2012, 1:03 PM
i have some error plz help me to correct it here in this code we have two error private void Register_Click(object sender, RoutedEventArgs e) { Service1Client sc = new Service1Client(); a = txtUserName.Text; b = txtemailid.Text; sc.InsertDataAsync(txtUserName.Text, txtPassword.Text, txtemailid.Text); Popupwindow pw = new Popupwindow(a, b); pw.Show(); } Error 4 'InsertData.Popupwindow' does not contain a definition for 'Show' and no extension method 'Show' accepting a first argument of type 'InsertData.Popupwindow' could be found (are you missing a using directive or an assembly reference?) Error 1 The type or namespace name 'Service1Client' could not be found (are you missing a using directive or an assembly reference?)
Dhaval MevadaPosted Jul 12, 2011, 1:16 AM
nice post , keep posting ..
surender bhyanPosted Jul 8, 2011, 8:25 AM
Thanks Sir, keep on
Dinesh BeniwalPosted Jul 8, 2011, 2:41 AM
Good work Nandi..........