| Thread | Last Post | Replies |
|
| ajax projects is now Wiki!!!!! | 16 Jun 2006 06:10 GMT | 2 |
www.AjaxProjects.com is now based on a wiki system so anyone can edit its contents to add valuable contents to any project.
|
| Forcing Download of File Appends HTML from Download Page to Downloaded File? | 16 Jun 2006 05:05 GMT | 1 |
Ok, I know this sounds odd. Let me explain further. I have an ASP.net page (w/ C# code behind) that, when given a session variable containing the path to a local file, will attempt to start the download of that file for the user.
|
| traping curly apostrophes | 16 Jun 2006 04:10 GMT | 4 |
Sometimes I have a user who will copy and paste something from Word and it includes a curly variation of an apostrophe. When this text is displayed back to the user at a later date (after pulling from the SQL Server DBMS) it is interpreted as "?" instead.
|
| Retrieve valus modifed using AJAX | 16 Jun 2006 03:29 GMT | 2 |
I have a drop-down list, where by on change the value is sent to the server (using AJAX), and a label is in turn updated on the form with the result. This is working well, however, when I hit submit and do a traditional post-back, the value for the label is "".
|
| How sell ownership of websites? | 16 Jun 2006 03:10 GMT | 7 |
I am an independent ASP.NET/Flash developer. I currently have about 15 ASP.NET, Flash, and mixed websites that I created and manage. Because of various factors I am thinking about selling the rights of my websites, including domain name, source code, rights to profit off all
|
| Creating Random Image Authorization | 15 Jun 2006 23:44 GMT | 4 |
I am trying to set up an Image authorization where you type in the value that is in a picture to log on to our site. I found a program that is supposed to do it, but it doesn't seem to work. It should put a blue and yellow box on the page with "This is a test" as
|
| Reusable ASP.NET User Controls!?!? | 15 Jun 2006 23:43 GMT | 4 |
I love how easy it is to develop ASP.NET user controls. They are fast to make and easy to reuse within your web application. However, sometimes I want to make controls that I use in one web application and I want to reuse them in another application. However, I can't figure
|
| WebDev Express, Windows Authenticaiton and SQL Server | 15 Jun 2006 23:04 GMT | 1 |
Hello, there, I'm trying to deploy a web app onto a web server inside my organization, but I fail. My application runs successfully on the internal webserver of visual web developer express, though. I want to publish on the Windows Server 2003
|
| Event handlers disappear | 15 Jun 2006 22:49 GMT | 3 |
Often during development, some event handlers disappear from the code after making changes to the controls in design view. Why does this happen? Thanks.
|
| Serializable Flag on a Class | 15 Jun 2006 22:33 GMT | 1 |
My company has developed a backend component which needs to be carried around in session state, therefore it must be marked [Serializable] at the class level. The problem I have with this is that now any class that this class uses
|
| HTML data from a WinHTTP call to an ASPX page | 15 Jun 2006 22:24 GMT | 1 |
I'm doing a prrof of concept to develop an application to run under WinPE. The application will use WinHTTP to send requests to an ASPX file running IIS 6.0 My problem is that I do not know how to prevent IIS from returning the HTTP code of the ASPX page. The client side use ...
|
| Show div using Ajax | 15 Jun 2006 21:49 GMT | 2 |
on click of a link, i'm sending an ajax call to the server, grabbing relevant data, and trying to display it by adding a datagrid to a hidden div, making it visible, and moving it to the front. But when my function is complete, the div remains in its original state... anybody ...
|
| How to use the credentials of the logged in user? | 15 Jun 2006 21:08 GMT | 1 |
I have a web page that is published on the internal IIS server. This web page is for common administrator actions like reset a user's password. The problem is I don't know how to tell IIS or Visual Basic or .....? to perform the actions using the credentials of the person
|
| Publishing web sites with IIS 6.0 | 15 Jun 2006 20:55 GMT | 3 |
I created a web site with Visual Studio, and now I would like to publish it. When I click on publish it creates 3 files and a bin directory. When I try to open the .aspx file with internet explorer I get this error:
|
| Speed up ASP.NET 2.0 build... Possible? | 15 Jun 2006 20:37 GMT | 4 |
Is it possible to speed up the build for ASP.NET 2.0 apps? Each time I click build (or play for debug), it takes forever to build.... Is is possible to speed up this process? it was correct in ASP.NET 1.1, but now it's unacceptable...
|