| Thread | Last Post | Replies |
|
| Dll reference in Web Application Projects | 26 Sep 2007 20:16 GMT | 3 |
I'm trying to figure out how references works in Web Application Projects. We have a third party dll that we use in many projects. I've created a folder containing that DLL. That way, when we want to update the DLL, we simply have to update it in that folder and it should
|
| content placeholder in the masterpage | 26 Sep 2007 19:54 GMT | 5 |
working with asp.net 2.0 C#, once i create a masterpage i'm practically unable to resize the content placeholder: can anyone tell me what i should do? I tried to resize it by dragging the small squares at the border, but it does not allow me to do anything.
|
| The namespace, , is a duplicate error when compiling .NET Webservice | 26 Sep 2007 19:41 GMT | 3 |
I've been receving this error "System.InvalidOperationException: The namespace, , is a duplicate." and have been unable to locate the exact cause of the exception. I've written a webservice with the new AJAX extensions for .NET. The
|
| Variables to use in more than one sub | 26 Sep 2007 18:32 GMT | 17 |
Using ASP.net 1.1 and VB.Net What is the SIMPLEST way to have 2 subroutines use the same variables (59 of them)? I don't know much about OOP. I need a way that uses very few concepts until I get a grasp of the process.
|
| Alert Box | 26 Sep 2007 18:24 GMT | 1 |
Can someone tell me how to create a dialog box...aka javascript alert box to display an *informational* message to the user? The regular alert box is perfect, except that it shows a Warning icon. I need one to show a simple "i" or informational icon. I want to do this
|
| Adding elements on client side | 26 Sep 2007 16:43 GMT | 2 |
I have <div id="divTbl" runat="server" enableviewstate="true"> control on my asp.net page. Than I add some html elements into this div element with javascript on client side:
|
| Stopping publish deleting uploaded files | 26 Sep 2007 16:37 GMT | 1 |
Sorry for the newbie question, but is it possible to stop the publish operation from Visual Studio 2005 deleting files in a specific folder on the web server? I have an uploads folder on the server where users upload files and this will get wiped out every time I publish a new ...
|
| ValidatorOnSubmit and Ajax calls | 26 Sep 2007 16:09 GMT | 2 |
All, I am using XmlHttp / PageMethods to refresh a portion of web page that contains some asp.net validators that are enabled for client side validation. But before I submit Ajax post request I want to be able to
|
| framework 3.5 / IIS question | 26 Sep 2007 15:39 GMT | 1 |
I have a VS2008 Orcas Beta 2 ASP.Net application that runs great on my laptop. However, I want to deploy this to a Win2003 server for more formal testing. I noticed there is no Aspnet_regiis.exe that comes with framework 3.5 beta 2. How do I manually map my asp.net app to ...
|
| Adding a tab character to a drop down | 26 Sep 2007 15:29 GMT | 2 |
Anyone know the syntax in ASP that shows 2 values in a drop down combo with a tab between them I have tried: <option value=<%= rstT.fields("pcode")%>><%= rstT.fields("pcode") & vbTab &
|
| Recommendation. | 26 Sep 2007 14:31 GMT | 2 |
All, We are embarking on redisgning our website. Some of the things we are looking at adding to the new site are: - Chatting software for our customer service group
|
| w3wp.exe and high CPU Load | 26 Sep 2007 13:52 GMT | 7 |
one of my servers is running windows 2003 and IIS 6.0. We have big performance issues on that server and I found out that a high CPU usage iniciated by w3wp.exe causes the problem. I couldn't find out what to do on the server itself. I think it must be the application runnig on ...
|
| access to COM object denied | 26 Sep 2007 13:24 GMT | 2 |
i'm using the altovaxml COM component to validate my xml (far superior to the built in .net xml validators) but keep getting an error message: Retrieving the COM class factory for component with CLSID {533BAC07-C702-4D91-8D37-39FDC919A19C} failed due to the following error:
|
| Session Question (SQL Server) | 26 Sep 2007 12:44 GMT | 2 |
I have the following simple class: using System; [Serializable] public class Person
|
| Cookie Encoding/sharing ASP.Net and ASP | 26 Sep 2007 12:20 GMT | 2 |
i have a little problem with cookie encoding. Our ASP.Net web-app uses UTF-8/Unicode Encoding as default. Now we write an cookie with for example the username in it. In Germany names can contain umlauts like äöüß... Another web-app, written in ASP from another developer, read out ...
|