blah blah blah is here! blah blah » Close

0
votes
1 answers

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

0
votes
1 answers

Email Attachment

Can you attach a memorystream to a mailmessage attachment? cheers bazza

0
votes
1 answers

DataGrid - Autofill textbox in the footer

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

0
votes
1 answers

A generic error occurred in GDI+.

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 ...

0
votes
1 answers

asp.net forums version 2

http://forums.asp.net hey Salman are you going to upgrade to these? The functionality looks really good.

0
votes
1 answers

Exam 70-315

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 ...

0
votes
1 answers

System.Data.MissingPrimaryKeyException

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 ...

0
votes
1 answers

response.write("Happy Holidays");

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. ;) ...

0
votes
1 answers

Image not changing

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 ...

0
votes
1 answers

setup.bat

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 ...

0
votes
1 answers

Comparing Documents

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 ...

0
votes
1 answers

Src or BehindCode

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 ...

0
votes
1 answers

Reading Text from a word document

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 ...

0
votes
1 answers

will i need VS.NET to....

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

0
votes
1 answers

heckbox wows

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; ...

Feedback