| Thread | Last Post | Replies |
|
| "Access is denied"---about word automation | 20 Feb 2006 23:47 GMT | 2 |
We have a web application written in C# that need to deal with MS word 2003. it works fine on developer's machine but when I deployed it on web server, we got error msg says "Access is denied". So i guess the code is OK but web server configuraion has to be changed.
|
| FORMAT, CURRENCY | 20 Feb 2006 22:46 GMT | 1 |
$8987.7600 How do I get the comma to appear?
|
| error - find the error | 20 Feb 2006 22:40 GMT | 2 |
The erring asp.net page gives a big old stack trace, but does not list the simple line number of the erro as it would do in ASP. What gives?
|
| Config Error!!! | 20 Feb 2006 22:38 GMT | 1 |
Hi all I am getting this error: Server Error in '/' Application. Configuration Error Description: An error occurred during the processing of a configuration file
|
| File DownLoads | 20 Feb 2006 22:08 GMT | 2 |
Can someone show me the code required to download a zip file to a user? Thanks, Otis Mukinfus http://www.otismukinfus.com
|
| Word automation access is denied | 20 Feb 2006 21:44 GMT | 1 |
We have a web application written in C# that need to deal with MS word 2003. it works fine on developer's machine but when we deployed it on web server, we got error msg says "Access is denied". So i guess the code is OK but web server configuraion has to be changed.
|
| Seeking examples of screen scraping.... | 20 Feb 2006 21:01 GMT | 29 |
I want to extract data from several websites that I visit daily. I'd like to condense the info into a single web page that I can visit (instead of the multiple websites I have to visit now to get the same info). There are no open APIs or webservices for these websites that I am ...
|
| The case of the crazy reseting dropdowns :-( Please help! | 20 Feb 2006 20:31 GMT | 3 |
I keep getting a problem with dropdownlist controls. It sounds really stupid, but my app is screwed as long as this keeps happening. It seems to spontaneously happen and then I cant fix it without rebuilding the whole page from scratch! Not Fun. :-(
|
| adding buttons to a panel... | 20 Feb 2006 20:29 GMT | 2 |
i am trying to add link buttons to a panel on an ASP.NET web form. but when i drag them onto the panel, i cant reposition them on it. ideally i would like each link button added to be on its own line, running the vertical length of the panel.
|
| Developing Web Service in VS2005 on Win2003 Server: Need environment suggestions | 20 Feb 2006 20:16 GMT | 1 |
I would like some suggestions about a particular developer's environment problem I'm having. I have a developer who has VS2003 installed on his "primary" machine. (A descision has been made by the development group not to load VS2003
|
| Same directory structure on development machine and final machine.... | 20 Feb 2006 20:09 GMT | 2 |
Is there any way to have it so that you can have different root structures on a web site on two different machines? For instance - on my dev machine, I want to work in c:\inetpub\wwwroot\Devo but on the web server it's going to be in g:\inetpub\wwwroot\Prod
|
| Distribution of Migrated Application | 20 Feb 2006 19:57 GMT | 1 |
We migrated our ASP.NET 1.1 application to 2.0. We want to deploy using the fully compiled mode and have made the appropriate selection in teh IDE to publish a non-updatable site. However, what gets published are more files then it would appear we need. I understand
|
| How to set output cache to never expire? | 20 Feb 2006 19:49 GMT | 1 |
Hello, how do I set the output cache on the page to never expire. Currently I have this at the top of the page, but it's kind of silly. <%@ OutputCache Duration="100000" VaryByParam="id" %> Is there a special Duration value that means forever?
|
| Dynamic server side include containing a control | 20 Feb 2006 19:33 GMT | 3 |
I need a method to dynamically include a server side include in my asp.net page. The problem is, the include file contains asp.net controls, and I can't find a way to get the controls to render. HISTORY
|
| ASP.NET 2.0 Form | 20 Feb 2006 19:10 GMT | 1 |
I have a form that once users select various options, it will postback to itself and display a datagrid. The form is in one panel and the datagrid is in another panel. Within the formload event, I'm enabling or disabling the panel.
|