Advanced Forum Search Results
-
I have created a sample application that get the response from the request URL and read the data from response body. If the response body contains some specific attributes then I nevigate (redirect) to another HTML page. But after redirected to another HTML page I display the same response body (that I have getting earlier) on this ...
-
As per my company policy, I have not pemission on this link can you please send the silverlight clinet on my mail id :
anil5.kk@gmail.com.
If silverlight client is an .exe file then please rename it ot anything else (.abc). I shall be very thankful to you for this.
-
I have added the above MIME type but still i am the blank page is coming on accssing silverlight application but after some time I seen text link "Get mocrosoft SilverLight" on accssing the silverlight application.
-
Hi All,
I have install vs2008 sp1 and then install the silverlight2 plugin and created a application and publish it with IIS (on that machine). Now, I want to depoly this applcation on another machine having only IIS6 (not the VS2008). Please anyone tell what will I require on this machine to run the applcation. Please provide me link to ...
-
Thanks a lot !!!
Now, everything is working fine. But here with "WebRequest" or "WebClient" object I am able to identify only the "HTTPStatusCode - 404 or 200". Please tell me how I identy the "HTTPStatusCode - 401". If you have any sample code sniped than please share it.
-
Hi,
I have created a new silverlight apllication (project) by using the VS2008. Now, I want to run this apllication on another machine. Please tell me how I deploy this application on another machine and what will be required to run this apllication on another machine?
-
Thanks a lot. Now I successfully getting the values in the textbox.
Now, i am facing a new problem that is, when the html page that I have request is exists (HttpStatusCode = "OK") then everything is working fine. But when the page is not exists then I got an runtime error (Exception) in the code. Also, please tell me how I access ...
-
Thanks a lot. Now I successfully getting the values in the messagebox.
Now, i am facing a new problem that is, when the html page that I have request is exists (HttpStatusCode = "OK") then everything is working fine. But when the page is not exists then I got an runtime error (Exception) in the code. Also, please tell me how I ...
-
Thanks a lot. Here I succesfully writing a code to get all the information from the requested header. I successfully get all the information into string variable but when I try to copy the string to textbox (here i use the messagebox in following code) it gives the exception ("Invalid cross thread error"). ...
-
Hi,
I am writing a code to get all the information from the requested header. Here I successfully get all the information into string variable but when I try to copy the string to textbox (here i use the messagebox in following code) it gives the exception ("Invalid cross thread error"). please anyone tell me here what can I do. ...