Seriously? I haven't tried yet, but that would be pretty funny.
Did I tell you this is pretty much my first day using Virtual Server? :)
MCP, MCTS - .NET Framework 2.0 Web Applications
Update: I just realized I could access the machine by IP address in Windows Explorer, but I don't want either machine to have a static IP, so it would be a slight hassle to do things that way.
Is there a better way?
MCP, MCTS - .NET Framework 2.0 Web Applications
I'm trying to do something seemingly simple: get a file from my Windows XP laptop to a Windows Server 2003 virtual server running through "Virtual Server 2005 R2" on said Windows XP laptop.
I poked around and saw the "Linked Virtual Disk", which seems to be more for copying thing entire...
I'd ditch the GridView and go with a Repeater.
You can set the header template to display Mon-Sun, etc. in HTML table header form, and the ItemTemplate can be crafted to use one cell per data item, which is a week's worth of data sorted by date.
The footer template would just close the table...
I Googled this problem (because I was having it), and I came across both your post, and a different source that purported to have the solution.
Apparently you need to turn "Usage Analysis" on for the workflow reports to function...
Sorry to ask an obvious question, but was the data saved to the database as a .bmp instead of a .jpg? Also, what file extension is used when requesting this dynamic resource?
If the data really is in .bmp format, you can load its data up into a .NET Bitmap object and change it either on the fly...
I doubt Flickr would let you have a single account where you upload all of your users' images. They'd almost certainly let you allow your users to interact with their own Flickr accounts, though.
You may also want to consider dynamically compressing images as they're uploaded which will cut...
Are all of these files in a "website project"? There's some funky compiler garbage that may require you to keep all of your code files in the App_Code folder if so.
Alternately you can use a "web application project" or a different project for your class files.
You may also want to check that...
Luckily, it's open in the back (both in computer compartment and the desk further back), though your comment made me think about how there's probably enough extra components in there that I could use an extra case fan, which I bought and installed over the weekend.
Thanks there.
Ben,
Your...
The design of the desk is actually one the reason I bought it! It maximizes the desk space, while still giving you access to the CD trays:
http://www.ifurn.com/xmodels/osullivan/11452.jpg
Granted, it takes 5 minutes to get the computer out, but I only do that a few times a year.
More than...
I have this problem where the cable TV will play for about the first 2 minutes after a reboot, but then fade to static shortly after.
Has anyone run into this before? Would a different tuner help? Is the cable company just scrambling the signal?
MCP, MCTS - .NET Framework 2.0 Web Applications
Unless the service provider didn't know what they were doing and botched the design of the web service (which is unfortunately fairly common), then you should be able to use strongly typed objects of a proxy instead of having to deal directly with any XML.
If you post the WSDL for the service...
.NET prevents you from having to do anything so clumsy. By adding a web reference, .NET will generate a proxy that lets you interact with the web service as if it were a strongly typed object.
Thus, the code:
Dim ws As New myservice
ws.webmethod("xx", "xx", "xx", "xx", "xx", "xx")
...will...
While you won't be able to avoid people downloading your images (if they're crafty), you CAN control remote-linking with an HttpHandler so people aren't stealing your bandwidth.
In particular, if someone is remote-linking to your images, you can serve a special version that either contains a...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.