Advanced Forum Search Results
-
To register MIME
go to IIS and open your virtual folder in Default web site.
right click and go to properties. go to HTTP Headers tab
go to MIME TYPES and click it.
in the box. click new and add .xap as extension and application/x-silverlight-app as mime type
Done
-
Ok xap registered and problem solved
-
Hello
I created a asp.net site in VS2008 with AJAX. To the same solution i added another silverlight 2 beta 2 project which contains some animation.
Now in asp.net page, i placed silverlight control and i choose source as .xap file from the silverlight project.
Now when i run that asp.net page, error ...
-
-
Yes
I am developing a login page after which all the records will be displayed in a gridview on a homepage.
Now silverlight grid is not having full functionality as compare to asp.net gridview and more controls are there on asp.net
So thats why i want to use it on silverlight
-
I think u might be using vb.net for this. I was experiencing the same. It isnt in C#
Do one thing.
Create proxy
Dim proxy as servicereference1.webservicesoapclient= new servicereference1.webservicesoapclient
addhandler proxy.helloworldcompleted,addressof helloworldcompleted
Then write
protected sub hellowordcompleted(sender as object,e as ...
-
can i put any asp.net server control like gridview into a silverlight control like canvas or grid in blend?
Is there any other way?
-
Ok
I will try and let you know
Thanks
-
Thanks
I know that there is a Pressed state.
In pressed state i set the color of button to Orange.
But it occurs when i press the button and immediately leaves color after i release.
I want to set the color permenantly after i release the mouse button.
Do you have any idea?
-
Hello
I am developing a demo application with Blend 2.5 June
I need a rectangle with mouseover and click sense.
I converted it with Button.
And i changed in 1second MouseOver state of that button. It works fine when mouse goes to rectangle it changes color.
Now I will be having 6 rectangles acting a hyperlink menu on top of a webpage.
When ...