| Thread | Last Post | Replies |
|
| Server Application Unavailable on windows 2003 server. | 20 Jul 2005 08:58 GMT | 2 |
hi. i am having this error after i run my asp.net/asp mix application for some time. on windows 2003 enterprize server.
|
| cant open ASP.Net project | 20 Jul 2005 08:58 GMT | 3 |
i am trying to open an old project of mine and i get the error: 'The web server reported the following error when attempting to create or open the web project located at the following URL:........ HTTP/1.1 500 Internal Server Error'
|
| LDAP using .NET | 20 Jul 2005 08:34 GMT | 2 |
I am having a weird problem. I am trying to use the following code to query active directory. Function IsExistInAD(ByVal loginName As String) As Boolean Dim userName As String = ExtractUserName(loginName)
|
| AlternatingItem Style in asp:table | 20 Jul 2005 08:11 GMT | 2 |
How can i implement a AlternatingItem Style in a asp:table like in a DataGrid? ch Beffmans
|
| Problems with HTTP_REFERER | 20 Jul 2005 07:59 GMT | 5 |
Hi, I have the following code in my ASPX: private string pagina = System.IO.Path.GetFileName(System.Web.HttpContext.Current.Request.ServerVariables["HTTP_REFERER"].ToUpper()); The problem is it: When i call this page directly i get an error:
|
| Help on report advise ?? | 20 Jul 2005 07:55 GMT | 3 |
I need to create an application which is able at the end to generate reports based on SQL server data table. Actually it is hard to decide if I have to go for a simple Windows application or a Web application.
|
| message box | 20 Jul 2005 07:49 GMT | 3 |
I have an application in which before they move to a different form. I would like a message box to pop up to ask them if they want to save their changes but I can't figure out how to accomplish this. Any help would be appreciated
|
| Help!!! Using Frames ASP.NET... | 20 Jul 2005 07:30 GMT | 6 |
I have used frames in html. I badly need to know how to use frames in .NET. Looked around internet, but couldnt find an appropriate answere to my question. 1. Is there a direct way to use frames? ie. not jumping from ASP.NET,
|
| Cannot view subclassed Page in Visual Designer | 20 Jul 2005 05:03 GMT | 4 |
When I create a BasePage class in either the same or separate assembly, create a Web Form that inherits from BasePage, and then attempt to view my Web Form in the visual designer, I get the following error: ----------
|
| Call a DLL LIB function in ASP.NET (Code Behind) or VB.NET (The same code is working fine in VB 6.0) | 20 Jul 2005 04:14 GMT | 2 |
In VB 6.0 declaring this function and calling this functions works smoothly. But in VB.NET or ASP.NET (Code behind), I am getting an error in the line "HResult = CreateReportOnRuntimeDS(Rs, svReportFile, svTTXFile, False, True)" saying that, "Object reference not set to an instance ...
|
| viewstate and dynamic table | 20 Jul 2005 00:03 GMT | 1 |
Here's a problem I'm having with a dynamic table. Following the guidelines here (http://www.codeproject.com/aspnet/dynamiccontrols.asp), which make perfect sense. The problem is that the table contains a SELECT box
|
| problem connecting to my database behind a firewall | 19 Jul 2005 23:29 GMT | 7 |
I have site that I just moved to a new host. It is a dedicated server that sits behind a dedicated firewall. Most of the site uses classic ASP that are working fine but I have some parts that I am converting to .NET that can't seem to access the database.
|
| Adding a onload event to the body section. | 19 Jul 2005 22:15 GMT | 4 |
I have some javascript code that I need to run based on a value I know at the server when I load a page. How can I do an onload event call with a condition value from the server. (The reason is depending on how the page is loading - with pre-loaded values or just the defaults) So ...
|
| Writing files with a separate class file | 19 Jul 2005 21:27 GMT | 4 |
I am trying to write a class file, but am not quite sure what I am doing. What I want to do is from within an ASP page is to call a class. The class must then create a text file (using StreamWriter). I then need to pass various information to the class, then eventually close
|
| Custom Errors | 19 Jul 2005 21:05 GMT | 1 |
Is it possible to redirect the user to a certain page when an error occurs like 404 or 500? I think I should do this in web.config in <customErrors mode="RemoteOnly" /> but I don't know how.
|