Advanced Forum Search Results
-
hey buddies
try this
c# code
HtmlPage.Window.Invoke("javascriptfunname", parameter);
javascript code
function javascriptfunname(parameter)
{
}
this work properly
there is no need to use scriptable
-
hello friends,
can i set the opacity="0" for the particular portion of an image..
actually i want to display a moving image behind that particular portion
thanksnaveen kushwaha
-
thanks for replying bill
actually i'm new in silverlight...
can u send me some examples or links where i found such type of animations....
thanks
naveen kushwaha
-
hello friends,
can i set the opacity="0" for the particular portion of an image..
actually i want to display a moving image behind that particular portion
thanksnaveen kushwaha
-
hello friends,
can i set the opacity="0" for the particular portion of an image..
actually i want to display a moving image behind that particular portion
thanks
naveen kushwaha
-
hello scott,
do u find the solution..how to encrypt/decrypt data in silverlight...
coz my c#(encryption) code is not working in silverlight....
if u have any other solution then plz tell me...
thanks & regards
naveen kushwaha
-
hello everybody,
i'm using silverlight 1.1 with c#
i've to encrypt/decrypt the data before/after sending/recieving to the server
the encryption decryption code i'm using is working well on the server page but it is not working on silverlight page
is encryption decryption possible in silverlight
is yes how?
thanx and ...
-
i used webservice with silverlight
and it is working well
now the problem is that i linked my silverlight project to my asp.net website in which i have a login page(i.e. login.aspx)
now i have to maintain session(login info.) on the game page(page.xaml.cs)
but i am unable to access the session info. on the game page...
can u please help me ...
-
nothing to worry dear
just do one thing
change the date of ur pc to any date before nov 1st..
it wont effect on the client side(i.e. silverlight 1.1 alpha refresh)
that is what i'm doing
bwcause i cant stop my development...
Thanks & Regards
Naveen Kushwaha
-
hello friends
i'm using httprequest/response to send xml data to the server
the code i'm using is ...
string _status="";
string ...