| Thread | Last Post | Replies |
|
| 2k3 Server x64 setup question | 18 May 2007 15:54 GMT | 3 |
I've been investigating a problem whereby one of our webapps uses a different .NET version to most of the others. Everything was fine, but we recently moved our web server stuff to a new machine, which I discovered only afterwards runs Windows 2003 Server x64.
|
| ContentType = "application/pdf" | 18 May 2007 15:37 GMT | 1 |
Hi!, I'm using Visual Studio 6.0 and I'm trying to open an asp page like a .pdf file, I used Response.ContentType="application/pdf" in my asp page but it doesn't work
|
| XML-RPC from ASP.NET | 18 May 2007 15:23 GMT | 2 |
We're currently working with another software provider and I'm required to grab a list of values from there system using XML-RPC (don't have more information right now) and display it on our web site. I've used Web Services many times before but never XML-RPC. Does
|
| web.config parameters inside compiled ClassLibrary | 18 May 2007 15:16 GMT | 1 |
I've created a class library, compiled as a .DLL-file to support my ASP.NET webapplication. My .NET-application has some parameters (ie. SQL connection string) stored in the web.config file. But I havent't been able yet to use these parameters inside the class library ?
|
| Choose 1 or many | 18 May 2007 14:26 GMT | 5 |
I'm using ASP.Net and VB.net I have 18 choices - 18 checkboxes. The user can choose 1, a few, or all. What is the best structure to record and write the response? Select/Case statement? Or is that only for ONE choice?
|
| !! How to read a value in a detailsview or in an accessdatasource ?? | 18 May 2007 13:52 GMT | 1 |
With ASP.NET 2, i would like to have (to read) a value in a detailsview or from the accessdatasource that depend on it .. What's the code for that ? I would like to use it from the loadpage event ...
|
| Global.asax Variables | 18 May 2007 13:34 GMT | 10 |
I was trying to connect to an Xml database, and I thought of loading the Xml Document in "Application_Start" so that the xml is loaded only once and then queried later as many times as requested, this should the efficient way of connecting to the database afaik, however I can't ...
|
| Autopostback dropdownlists... | 18 May 2007 12:26 GMT | 1 |
I've two dropdownlists where each has its own sqldatasource object as a datasource. The first, for example, contains a list of car manufacturers... BMW, Audi, Peugeot, Ford, etc...
|
| downloading files to local machine from web app | 18 May 2007 12:23 GMT | 1 |
How do you allow users of a web app that for example select files from a grid view and then enable them to download the files to their local machine?
|
| How do I convert to Hex? | 18 May 2007 10:28 GMT | 5 |
I have a function that returns an int that represents an rgb colour code (e.g. '5731173'). How can I convert this to a hex value of the form #D2D2D2 so that I can use it to color an object?
|
| Collection problems (create Collection object, add data to collection, bind collection to datagrid) | 18 May 2007 10:24 GMT | 1 |
I try to make my own ArticleAttribute object and ArticleAttributeCollection, and add data to this Collection. It almost works, but the problem is that each time I add an ArticleAttribute to my Collection, it seems like it overwrites the other ArticleAttributes. When bind the
|
| Not able to debug aspx page when called from winform | 18 May 2007 06:18 GMT | 1 |
I had to repost this becuase I renewed-changed my msdn alias. Also, the asnwer in the other past did not understand what I'm trying to do, so I'll attempt to clarify. I have a .net 2.0 winforms app that calls a web service which creates
|
| HttpHandler not working | 18 May 2007 05:51 GMT | 4 |
I have created a HttpHandler to intercept *.zip requests, authenticate and authorize user before allowing user to download the file. This works perfectly when I run it from ASP.NET development server (from VS 2005).
|
| Question about drop down lists | 18 May 2007 05:11 GMT | 1 |
Can a drop down list be configured so you can search by more that the first letter? That is if you have a drop down list with the follwoing items abc
|
| localhost URL changes in asp.net 2.0 | 18 May 2007 04:58 GMT | 1 |
I'm building an asp.net 2.0 app (and I also have .net 3.0 installed so I don't know if that effects anything here). anyway, I haven't worked in asp.net for a long time and now I notice that the url to the local web app looks something like this:
|