Hi All,
I am trying to retrieve the bytes sent to a page (probably use a BinaryReader). What is the easiest way to do this? I'm assuming there is some property in the Page object in which I can read from - but I don't know where to find it. I am using VS2005 .NET 2.0 C#.
Thanks!
Slo-No...
Hi all.
For a C# webapp, I'm having a hard time streaming a text file. Heres my code:
DateTime fileDate = (DateTime) Session["ExportFileDate"];
Response.Clear();
Response.Buffer= true;
Response.ContentType = "text/plain";
Response.Charset = "";
this.EnableViewState =...
Hi All,
Can anyone tell me how to redirect to a page that is in a directory above the current directory?
For example:
Currently at /pages/thisfolder/thatfile.aspx
want to redirect to /pages/thisfile.aspx
Thanks!
Slo-No
The trouble with programmers is that they get high on their own...
Hi all,
I am displaying a report using a DataGrid. I am using a RowFilter to get only the records I need to display.
One of the fields, contains 3 different string values. I need to display that record based on if ANY of those values are equal to what the user selected from a dropdown...
Hi all,
I am writing a simple mail program with C++.
Here is ths code:
//MAIL command to server
write(sock, "MAIL FROM:", 10);
write(sock, this->sender.c_str(), sizeof(this->sender.c_str()));
write(sock, "\n", 1);
And here is the error I get when I run it:
To Server: MAIL...
Hey All,
When you do a search table, what is returned if the record you are looking for is not found?
Slo-No
The trouble with programmers is that they get high on their own supply. -Dimandja
This is getting really annoying and I cannot figure out a solution.
I have 2 tables like the following:
To | From | Date | QTY
1 2 6-14 3
1 2 6-15 8
1 4 6-14 2
and
To | From | Date | QTY
1 2 6-14 4
1 2 6-15 7
1 4 6-14 1
In...
Hey all,
Any help will be greatly appreciated. I have a table like this:
To | From | Date | Quantity
2 1 5-27 100
2 1 5-27 300
2 3 5-27 400
2 3 5-27 100
2 3 5-28 200
I would like to change the query have subtotals to show the...
Hey all,
I am trying to access an Oracle database and I get an error message: "Could not find crdb_oracle.dll" I looked at Oracle's page as well as installed Hot Fixes and searched all of Crystal's site. Anyone know where I can find this dll?
Thanks,
Slo No
Hi all,
I was hoping someone might know why the Left() function doesnt work in Access 2000, but does in Access97.
I have a query that is supposed to update a field, this query runs in Access 97, but when the database is opened in Access 2000(converted or not) I get an error message of...
Without creating a connection or anything, all I want to do is open a certain Access 97 file with VB. Is there a siple way to do this? ( I only need to open the file, not make any chages to it )
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.