| Thread | Last Post | Replies |
|
| Web site vs Web Project: scope difference? | 11 Aug 2007 16:01 GMT | 4 |
I am running into the following problem that I am just plain stuck. Can't even find a starting point to look: I originally had a "web site" created in VS2005. Within the site I have a helper class (under the App_code directory) called PageHelper.
|
| how to go back one level up? | 11 Aug 2007 10:02 GMT | 2 |
The asp.net application is in http://myserver/myapp . At a certain moment, the user is into subdirectory http://myserver/myapp/mydir. How can he go back to 'start.aspx' in the 'myapp' directory in javascript?
|
| question about compiling application | 10 Aug 2007 23:52 GMT | 4 |
i want to compile my application with this code: cd \windows\microsoft.net\framework\v2.0.50727 aspnet_compiler -p "c:\inetpub\wwwroot\myapp" -v / c:\compiled\myapp -f But the problem is that this application creates at runtime an asp.file
|
| problem with .aspx.vb code | 10 Aug 2007 22:08 GMT | 13 |
I'm working on a problem with a form with 6 textboxes and a submit button for adding data to an Access database.I changed a few things and got it down to 1 error!. I have a Sub Page_Load and a Sub btnAdd:
|
| Error message puzzle "da.Fill(ds, "Assets") " | 10 Aug 2007 22:05 GMT | 2 |
I'm getting a error when I open my . aspx in my browser... line 34: da.Fill(ds, "Assets") Here's the error and my entire code for this .aspx.vb is below that ...
|
| Lack of Documentation, what would you do? | 10 Aug 2007 21:41 GMT | 2 |
I started with this company in March, and quickly found out NOTHING is documented. I couldn't get you a list of server names if my life depended on it. When I started there were 2 .net guys (me and another guy).
|
| Mixing Non-ASP.NET & ASP.NET Files in One Domain | 10 Aug 2007 21:13 GMT | 2 |
Hi. I have a website written entirely in classic ASP. My customer has asked if I can place one (1) aspx page into the website. They don't want the domain name to change between the aspx & non-aspx pages. Is this possible? Do the domain names have to be different to ...
|
| small thing on VS2005 | 10 Aug 2007 20:57 GMT | 1 |
I've just started using VS2005 and notice that when you open new files, the title tabs appear to the left of existing tabs which is rather annoying. Anyway to get this working as it does in VS2003 (i.e. with tabs
|
| VSNET2005 config question | 10 Aug 2007 20:40 GMT | 1 |
Sorry not really on topic, but doubtless most of you will be using Visual Studio 2005 so I suppose this is as good a place as any. I've recently switched to VS2005 from VS2003 and notice that when you have a few files open and you open a new file, the new file bookmark
|
| .aspx.vb code syntax | 10 Aug 2007 20:30 GMT | 10 |
I'm making a OLE DB connection in code and was wondering if anyone could identify what the syntax errors would be in this just as it is pasted (I tried putting & _ at the end of the first line and that only brought up other errors):
|
| error BC30002: Type Excel.Application is not Defined | 10 Aug 2007 19:30 GMT | 8 |
Can anyone tell me why I am getting this error? It bombs on this line of my VB code: Public appExcel As New Excel.Application It works when I test it on my machine but once I release the page to
|
| Template GridView | 10 Aug 2007 19:22 GMT | 2 |
Hi, I have a template wich shows a DateTime returned from the SQL server, but where do I put a function wich returns only the date not the time? <asp:Label ID="Label9" runat="server" Text='<%# Bind("DATA_CONTRATO") %>'></asp:Label>
|
| AJAX Page Methods Broken in IIS, Work with Built-in Web Server | 10 Aug 2007 19:10 GMT | 3 |
We are using static public methods decorated with 'WebMethod' as our AJAX implementation. We then use the client-side Sys.Net.PageMethod approach to invoke the page method. In the same application, this works fine with the built in web server,
|
| Remote execution from web | 10 Aug 2007 18:14 GMT | 2 |
I don't think it can be done but does anyone know if it is possible to run an application (.exe) on a client workstation from a web request? Certain workstations have an application which I would like to run from a hyperlink. If it can't be done then it isn't no big deal. ...
|
| Forms Authentication / Role based security | 10 Aug 2007 18:06 GMT | 1 |
Is it possible to do role based security using AD groups in conjunction with Forms authentication? If so, how? I've seen people talk about using AzMan to solve this problem...but is there an easier way?
|