| Thread | Last Post | Replies |
|
| Visual Studio isn't generating the Code Gen file (*.designer.vb) | 15 May 2007 04:16 GMT | 7 |
I am an ASP.NET developer, and Visual Studio 2005 seems to have stopped declaring the controls that I add in the *.designer.vb files, therefore forcing me to manually add them before I can use them in code that I write in the *.aspx.vb and *.ascx.vb files. Why is it no longer ...
|
| cannot create an asp.net web application under http://localhost | 15 May 2007 03:02 GMT | 1 |
When I create a new web application, if I input http://localhost/myproject in the location, the OK button is always disabled, while location like c:\document and ........ allows to go further. What's the reason?
|
| Is this possible with themes? | 15 May 2007 02:05 GMT | 2 |
ASP.NET 2.0 I have developed a webpage which are using themes, the webpage contain a dropdownlist where the user can select the theme for the page... This webpage (.aspx) contain a table (asp:Table). Here is my problem I want
|
| ASP.Net VB Web Parts - Connections work fine, until I close, then reopen a web part. | 15 May 2007 01:50 GMT | 1 |
Accidentally put this in normal ASP newsgroup, so reposting: I'm just starting out with ASP.net, making a web parts intranet. I'm triyng to get some basic web parts (ascx files) working on a page, I want them to share a variable, 'StaffID' which one part generates by
|
| making a script ... | 15 May 2007 01:43 GMT | 1 |
Hi, I have a web page that control a internet camera, on the page I have the "auto-patrol" button that make a patrol to the camera. My problem is that it make a patrol but only one time. My Goal : Make a script or program or anything else that will wait x minutes (exemple
|
| asp.net opjects? | 14 May 2007 23:14 GMT | 4 |
I'm a complete newbie to anything .net and have picked up a copy of Expression Web. I do know html and want to start getting into database driven sites, so I figure asp.net is a great place to go... I've been reading the forums and google about asp.net, but is there a
|
| Okay to override an ASP.NET page's constructor | 14 May 2007 22:39 GMT | 2 |
See any problem with this code: Here's my Base page class: Public Class BasePage Inherits System.Web.UI.Page
|
| Flash movie in c# asp.net (aspx) file help... | 14 May 2007 21:48 GMT | 6 |
How can I make my .swf file work in my c# project. I have tried to use this (works fine in regular html page as a test): <OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://
|
| ASP and ASP.NET applications running side by side during a migration | 14 May 2007 21:29 GMT | 10 |
We have been approached by a company that have large 2 tier ASP based website using SQL Server as the backend. These systems have been in place for well over a decade with a small inhouse team doing any maintainance required.
|
| need two authentication timeouts for internal and external users | 14 May 2007 19:49 GMT | 1 |
I have an ASP.NET 2.0 web app using forms authentication and an ASP.NET Membership database. Internal users access the app from the intranet, but they are authenticated by the membership module. External users access the app over SSL from the internet and are also authenticated ...
|
| Creating aspx.cs file manually | 14 May 2007 19:40 GMT | 3 |
I design all of my pages in expression web. I then want to create a code behind file for the aspx page created by EW in VS 2005. How could I do this easily?
|
| On DataTable, two databases | 14 May 2007 19:29 GMT | 3 |
I'm building an ASP.Net corportate web application. One module of the application consists of a web service that manages users. Due to the history of the organisation, there is several databases accross the network and users data are unfortunatelly not stored in the same DB.
|
| Find out OS/Browser/.... | 14 May 2007 19:29 GMT | 5 |
We want to keep track of what OS/Browser people are using for our website. How can I find that out so that I can write it to a DB ? I know how to get it into the DB; I just need to know how to get that stuff in .Net. Thanks.
|
| SQL Server 2000/ASP.NET 2.0 Connection String: Works with Cassini, not with IIS 5.1 | 14 May 2007 19:23 GMT | 5 |
I am at a loss here, I have a c# asp.net website which connects to a remote SQL Server 2000 db via a connection string. If I set the website up in the filesystem and use the inbuilt cassini webserver in VS2005 then everything is rosy. If I then set up the website on the
|
| web service | 14 May 2007 18:04 GMT | 2 |
Is there any limit to the number of methods you can put into a web service? Could you for example have 200 methods or more? We are working on a massive system that we would like to use web services to provide functionality to remote users... thanks!
|