| Thread | Last Post | Replies |
|
| Profiles with Generic Types | 21 Feb 2006 13:57 GMT | 1 |
All, I'm trying to figure out the correct way to specify a profile property type with a generic type, where the type parameter is a type from a generated assembly. Consider the following web.config snippet:
|
| Register script block from app_code | 21 Feb 2006 13:56 GMT | 2 |
I have function in my app_code folder. Is it possible to register client script block from app_code function? public static void CheckSessionModal() {
|
| WebPartManager is Undefined | 21 Feb 2006 13:53 GMT | 1 |
I have created sample web Application. On the default page I drop webpartmanager control and then create a table and place webpartzones. Now when i am running it in development mode ...everything runs fine. But when i publish the website and try to run....error pops up
|
| Using reflection to read the page properties... | 21 Feb 2006 13:41 GMT | 1 |
I am trying to write a detailed logging system for a site. The client basically wants us to save the values of the properties on the page every time someone presses a save button. I have written the following function that formats the properties of a basic
|
| Problem with ASP.NET Development Server | 21 Feb 2006 13:39 GMT | 2 |
The “The page cannot be displayed” error occurs when debugging ASP.NET web application using VS 2005. ASP.NET Development Server icon in taskbar shows that application is starting on port 2795 but immediately redirects to http://localhost:1473/MyApp and the error occurs. Other ...
|
| Master Pages & relative/absolute positioning? | 21 Feb 2006 12:51 GMT | 1 |
I'm working on one of my first web applications in asp.net 2.0 and I'm having a problem with absolute versus relative positioning of controls that I place on pages that use master pages with Content Place Holders. The controls placed in a content area with absolute or relative
|
| Code behind | 21 Feb 2006 12:30 GMT | 2 |
Is it possible to separate the code behind in a folder on a separate machine? Thanks.
|
| How to make a web user control show on the top? | 21 Feb 2006 12:22 GMT | 8 |
Hello, friends, We created a drop-down menu bar and a show/hide calendar web user controls mainly using javaScript and html. However, they both have the problem that they are not dispaly as the top
|
| RadioButtonList: Show selected | 21 Feb 2006 11:59 GMT | 5 |
I'm making a page to update articles. When a radiobuttonlist is displayed, I want the stored value to be displayed as default (checked). Example: I use a procedure to display the RadioButtonList. An input to this
|
| There is a bug concerning SSL and ASP.Net 2.0 Menu Control | 21 Feb 2006 11:31 GMT | 11 |
It appears there is a bug - when using a 2 or more tier menu control in asp.net in an SSL environment you get prompted with the: "This page contains both secure and non-secure items blah blah" a) has anyone else experienced?
|
| Web.Config | 21 Feb 2006 09:11 GMT | 1 |
All, How can we include some configuration file inside Web.Config file? For example, we're having the Web.Config file with a number of general settings, but some of these settings are different per developer's machine and we
|
| App Directory | 21 Feb 2006 09:06 GMT | 2 |
How can we get the currently running WebApp directory? All kinds or Request. don't work, maybe security..., the requests that work just show C:\Windows\System32, but I need the physical path of the WebApp to adjust some parameters in the running application after its start. I ...
|
| Limit execution of custom validator? | 21 Feb 2006 08:55 GMT | 1 |
Hi there everyone, I have a page containing dynamic user controls. The main page contains a custom validator that checks the dynamic user controls, this works fine. However, I only want the custom validator to fire when the main submit
|
| what could be wrong here? | 21 Feb 2006 07:33 GMT | 1 |
i get an error on the line that says currentaudit=3 <script runat="server"> Public currentAudit As Integer = 0 currentaudit=3
|
| getElementById question | 21 Feb 2006 07:29 GMT | 5 |
I have one button in the aspx page called btnSubmit which i need to disable using javascript the document.getElementById("btn_Submit").Enabled=false returns an error and the
|