votes
Send as Byte array or stream
Hi i'm sending an image across a web service. Just wonder what type would be best to send this image across at. As a stream or as a byte array. Thanks for your help
blah blah blah is here! blah blah » Close
Hi i'm sending an image across a web service. Just wonder what type would be best to send this image across at. As a stream or as a byte array. Thanks for your help
That about sums it up. I'm trying to AutoFill the textBox in the FooterTemplate with what was last entered and i'm not having much luck. Any help would be greatfull cheers
Hi all I'm getting this error when trying to save and image from filestream to the srver. The code was working before but as of yesterday it decided not to. here is the extract System.Drawing.Image myImage = System.Drawing.Image.FromStre ...
http://forums.asp.net hey Salman are you going to upgrade to these? The functionality looks really good.
Hi everyone. I'm wanting to take the 70-315 exam soon and have been trying to get some information about the exam such as: How many questions there are? How long does the exam go for? What type of questions are asked? multiple choice, s ...
Table doesn't have a primary key Hi I'm having problems reading an xml file and the above is the error that i am getting. I am reading the xml shema before the xml file into a dataset. The Xml schema has a primary key declared and that i ...
That's very P.C. of me. Just wanted to wish everyone happy holidays know matter who or where you are. I'm pretty amazed the world has survived another dark year. bazza p.s. this thread was started specifically to get an extra point. ;) ...
Hi I'm adding some functionality that will allow users to include a photo of themslves on a web site. It's working fine except the image won't change unless you do a refresh. I tried doing a little hack job a redirecting the page to itse ...
I'm using notepad for this project and I want to write a batch file to compile my program, so someone can set it up on their computer with out any worries i put the compile line into a bat file and run it and it does nothing. What do i hav ...
I'd like to compare two word documents to see if they are similar. Any ideas to go about this? I have read both documents into seperate string variables, but i want an easy way to see if they are similar, but not the same, maybe based on ...
When writing behind code in a web application if i reference with <%@ Page Language="C#" Src="Default.aspx.cs" Inherits="WebApp.Default" %> it works fine. But when i use C# builder or VS.Net it automat ...
I'm trying to use the Office XP COm Introp Assemblies to do this in sharpDevelop and i am having quite a few difficulties and all the examples i've seen haven't worked. I have referenced the Office XP Com Introp Assemblies correctly but th ...
To use the Microsoft Word Object Library. as i would like to manipulate a word doc from a web site. But don't want to use VS.NET is possible. cheers
Putting in some check boxes on one of my sites and the back ground colour won't change. The code: ... Protected CheckBox cbxBox1; public void Page_Load(object sender, EventArgs e){ cbxBox1.BackColor = System.Drawing.Color.Red; ...