| Thread | Last Post | Replies |
|
| deploy issue | 11 Dec 2006 03:56 GMT | 1 |
We deployed an asp.net 2.0 web app to our production web server and when we run the site from that box we got an Done, with errors javascript message. Now we don't get that message on any other web server so what could be causing it on that particular web server?
|
| Reference ASP.Net Page from a Master Page | 11 Dec 2006 01:27 GMT | 2 |
I have some code in a basePage class public class PageBase : Page {} that I would like to access from a Master Page. On the Master Page I would like to code something like
|
| WebPart asp.net database iis 6.0, iis5.0 and personal web server | 11 Dec 2006 00:39 GMT | 1 |
I'm using WebPart on a IIS 6.0 web server running Windows 2003. I made a backup of the ASP database and I restore it on an other computer with Windows XP. Test 1 : I started the web site with the personal web server provided by
|
| Dropdown | 11 Dec 2006 00:38 GMT | 1 |
Howdy, I'm getting an error and I'm not sure why: System.ArgumentOutOfRangeException: 'ddManufacturer' has a SelectedValue which is invalid because it does not exist in the list of items. Parameter
|
| Am I Correct? | 11 Dec 2006 00:38 GMT | 1 |
Assume that the one of the Headers in a DataGrid control in a CheckBox. Now if I am not mistaken, the parent of this CheckBox control is a TableCell object (which creates the HTML <td>). The parent of this TableCell (or rather, all the TableCells) is an object of type
|
| Style Sheet not getting applied to content page | 11 Dec 2006 00:08 GMT | 8 |
I have a master page and a content page but the stylesheet isnt getting applied like how it looks in visual studio design view. The master page is defined like this: <%@ Master Language="VB" CodeFile="MasterPage.master.vb"
|
| Instantiating control instances - VS2005 Websites | 10 Dec 2006 22:43 GMT | 1 |
I haven't yet installed the VS2005 Web Application project type, since I'm naivly waiting for VS2005SP1 to come out before Duke Nukem Forever. My VS2005 installation also crashed twice whilst working on a simple ASP.NET 2.0 Website, surely part of "Trustworthy computing" involves ...
|
| [ InProc ] about SessionState ; what implies ? | 10 Dec 2006 21:32 GMT | 2 |
I need to use the 'Session_End' event in the 'Global.asax' file. It only works if in the 'Web.config' file the 'sessionState mode' Tag is present
|
| Get values from file | 10 Dec 2006 18:53 GMT | 1 |
I have a XML (Keywords.xml) file as follows: <objective name="english"> <keyword>english</keyword> <keyword>england</keyword>
|
| can i change it?? | 10 Dec 2006 17:54 GMT | 5 |
i was wondering if it is possible to change the location of the dlls of an application, by default, the assemblies of an application is loaded in the bin folder in the applications folder, can i change some configurations to save these dlls in another location???
|
| ASP Session size limit 80ko ? | 10 Dec 2006 17:45 GMT | 2 |
Does someone know why Microsoft advises not to exceed 80ko per user for the asp sessions when they are stored in a SQL SERVER
|
| Function | 10 Dec 2006 13:43 GMT | 2 |
Is it possible to call a vbscript function from the grid's properties?
|
| Timeout Error | 10 Dec 2006 13:19 GMT | 3 |
When I try to use ASP.NET Configuration under WebSite Menu I get the following error message: "An error was encountered. Please return to the previous page and try again." I am using a SQL SERVER 2005 database instead of SQLEXPRESS. I have
|
| Rendering TEXT file with navigation control | 10 Dec 2006 08:34 GMT | 1 |
Scenario - There's a file called TEST.TXT Pagebreak characters in the TEXT.TXT will be used to split the content of text file into multiple pages. A Navigation control ( <first> <previous> <next> <last> of page #) is
|
| List of Countries | 10 Dec 2006 08:33 GMT | 6 |
I wander how can I get the a list with all countries and the 2 characters country alphabetic code etc. Thank you, Samuel Shulman
|