| Thread | Last Post | Replies |
|
| Javascript printing of Documents | 20 Oct 2005 16:56 GMT | 1 |
How do I print Word/Excel documents using javascript? I am looking for doing this for more than a couple of weeks and still I'm looking ... I would appreciate any insughts into this. Thanks.
|
| CDO.Message Error | 20 Oct 2005 16:45 GMT | 3 |
I have copied over code to create an e-mail from a web form, but I am getting the following error: (pathnames changed) The following exception occurred: System.Web.HttpException: Could not create 'CDO.Message' object. at
|
| How to convert all to binary? | 20 Oct 2005 16:39 GMT | 2 |
I have doubt in converting all the div's data (such as image, table, etc) into binary format wihout losing any information/have to link to image's url after opening. It means after converting, the binary is all the data without link to other
|
| Read Text File and split them to individual text file | 20 Oct 2005 16:39 GMT | 1 |
I have requirement, that i get one big chunk of text file. This text file will have has information, that on finding "****End of Information****", i have to split them individual text file with our naming standard (unique id) and create them designated folder.
|
| Url rewriting and inner links | 20 Oct 2005 16:07 GMT | 3 |
I have a problem and I haven't found a good solution yet... I'm using Url rewriting for my message board so it's more readable to have something like mysite.com/1040/message.aspx instead of mysite.com/message.aspx?id=1040
|
| stream image as hex | 20 Oct 2005 15:50 GMT | 2 |
we are upgrading an old COM based app to .net - one thing we need to do is convert an image to bin-hex and store that as text in a database. For example, a bmp in the old app would be converted to something like this. <SymbolDataStream
|
| Step through works, without breakpoints, it doesn't work. | 20 Oct 2005 15:40 GMT | 1 |
Good morning. Does anybody know what might cause this? I'm debugging a custom server control that inherits from dropdown list. The control is in a seperate project from my web project, but it's included in the solution. When I add a breakpoint in vs.net and step through the code ...
|
| postback and refreshing. | 20 Oct 2005 15:27 GMT | 1 |
Stupid developer question.... Is there a way to capture, on a page, all callbacks to the page or user controls, and encompass them with another event?... Looking for a way to remove the refresh-resubmit problem in the base page.
|
| Error: Request timed out. | 20 Oct 2005 15:11 GMT | 1 |
My ASP.NET application calls a web service (in the same project) that queries a SQL server by using a data adapter to fill a dataset. The dataadapter may fill more than one dataset to build the resulting dataset. This can take several minutes (I think up to approximately 10 ...
|
| ASP.NET 2.0 | 20 Oct 2005 14:42 GMT | 2 |
I don't seem to see many books dealing with ASP.NET 2.0 readily available (some i've seen only deal with beta),. I know ASP.NET 2.0 is not released until next month. Just wondering if anyone has come across any good ebooks or info to help me
|
| Session Variable dissappears between post backs on Win 2003 | 20 Oct 2005 14:30 GMT | 6 |
I have a problem with a Session variable that dissapears after a postback of one of my pages. This only happens on WIn 2003 servers.. it is fine on my XP dev box. This page opens in another window, but I have ascertained that is is
|
| how does #Include work? | 20 Oct 2005 14:13 GMT | 3 |
In an asp.net application, I have seen some lines like this: <!-- #Include File="xyz.html" --> and I can see what happens when the included file contains just text and html, but I can't find any documentation on msdn about this and I'm trying
|
| ASP.NET 2.0 | 20 Oct 2005 14:11 GMT | 2 |
I have created a default webservice (the hello world). When I try to invoke the webservice I get only a blanc page running for ever. The version I'm using is 2.0.50727 Does anyone have the same problem with this version? (I don't hav ethe
|
| Issuing a mailto: | 20 Oct 2005 14:08 GMT | 3 |
I want to issue mailto from one of my pages. Basically to drop contact information from a from to the body of the email and have the user enter the desired address to send it to. I thought that I could use response.redirect for this, but I get a "the page could not be displayed" ...
|
| Cannot connect to Web service or ASP.NET website from another mach | 20 Oct 2005 13:51 GMT | 4 |
I have the simple Hello World web service running in debug mode on my development machine (XP Pro SP2). I'm using VS2005. I'm able to access it from my machine. When I try to access it from another machine (also XP pro SP2), using the URL:
|