1
Answer

Web Setup in Silverlight Application

Prasant Jinaga

Prasant Jinaga

13y
1.7k
1

Hi All,

I have a Silverlight Application.I just wanted to crete a web Setup and share it with some other people so that they can also test.

Could anyone know how to share the Silverlight Application with other Prople which works in Other machines.

Can anyone help on this please.

Thanks,
Prasant

Answers (1)
0
Prem Anandh Natchatran

Prem Anandh Natchatran

NA 678 6.6k 9y
Ok Nithin ... carry on...
Accepted
0
Nitin Sharma

Nitin Sharma

NA 154 40.3k 9y
thanks for your reply
 i have solved it just now .
thanks 
0
Prem Anandh Natchatran

Prem Anandh Natchatran

NA 678 6.6k 9y
I tried the same in my project ... It is working
 
Check the data type of date field .Write the show alert code in the form_load function 
post your code for further steps...
-------------------------------------------------------------------
If you find anything useful please accept my answer
 
0
Nitin Sharma

Nitin Sharma

NA 154 40.3k 9y
already try this not working
0
Prem Anandh Natchatran

Prem Anandh Natchatran

NA 678 6.6k 9y
Hi Nithin,
Use two tables
1. contain followupdate
2. customer information
update the followupdate by some form
on form load of your resultant from use this query and update your fields or Datagrid.
"Select A.name ,A.mobile,A.address,A.order from customer A ,followup B Where B.folloDate=CURDATE() "
-------------------------------------------------------------------
If you find anything useful please accept my answer