| Thread | Last Post | Replies |
|
| Initialization of a Web User Control inside Repeater Control | 21 Aug 2007 16:03 GMT | 2 |
I am working on an application that has a Web User Control contained within <ItemTemplate> of a Repeater control. The Web User Control has a public property that needs to be assigned in order to work correctly (the web user control uses this object to initialize DataSource of
|
| Empty DataSet and GridView | 21 Aug 2007 15:40 GMT | 4 |
Is it possible to display a message in a GridView such as "No Records Available" when the DataSet is empty? Thanks, Miguel
|
| ASP.NET dynamic compilation? | 21 Aug 2007 15:26 GMT | 6 |
Does ASP.NET have the same feature of PHP as in can I reupload an ASPX file and it becomes 'live' with all the new changes? Do I also need to reupload the site DLL each time I make a code change?
|
| simple question | 21 Aug 2007 14:51 GMT | 3 |
I am new in ASP.NET. I want that when the user clicked on a push button in one page another page is sent to user. how Can I do this? Don't think that it is a special; case: just assume that I have a page names page1.aspx and in this page I have 2 input boxes and a push button. ...
|
| MasterPage subdirectory and ResolveUrl - not working correctly | 21 Aug 2007 14:43 GMT | 1 |
I have an older web project that I am trying to update with new .NET 2.0 features. I put new master pages in a subdirectory below the project directory. This particular project runs under IIS (rather than using a file
|
| 'System.Web.Administration.WebAdminRemotingManager' | 21 Aug 2007 13:36 GMT | 1 |
'System.Web.Administration.WebAdminRemotingManager' in Assembly 'App_Code.1hpl8upp Everytime I click the ASP Configuration button with VS2K5 this ERROR-RIDDEN file is created in the
|
| question about conversion | 21 Aug 2007 12:40 GMT | 1 |
We use an english version windows server. The regional setings are set to French (France). Asp.Net renders and interprets the date correctly (dd/mm/yyyy). So does Sql Server (date is saved in dd/mm/yyy format in datetime field).
|
| Creating and debugging web app on remote server | 21 Aug 2007 12:31 GMT | 1 |
Can someone tell me how I can create a web application that is created on a remote IIS server and debug it locally in Visual Studio 2003 ASP.NET 1.1.? Thanks, Josh
|
| Call JavaScript Function | 21 Aug 2007 12:16 GMT | 5 |
What event can be used to call a JavaScript function when the page loads AND when it receives a response from the web server? Thanks,
|
| css & ajax | 21 Aug 2007 12:12 GMT | 1 |
I get a lot of errors in my css files when I build a web project that uses ajax controls. They seem to work fine, but it's a pain when I am debugging and it always displays these errors. "Lemonchiffon" seems to be a common error; FILTER is not a known CSS property name, and ...
|
| web service reference | 21 Aug 2007 12:11 GMT | 3 |
I have a web app that is referencing several web services. When I make a change to a web service (add, modify a method), I have to 'Add Web Reference' for the changes to take affect. If I do 'Update web reference' the web app does not see the web service changes. The web services ...
|
| NullReferenceExcepton in Ajax/Atlas UpdatePanel | 21 Aug 2007 11:49 GMT | 1 |
I have a web site with an UpdatePanel, a Label within that panel and a Button outside the panel. All controls are created programatically (see code below). When I click the button to update the label's text, I get a
|
| DataReader with Datatable Vs Dataset | 21 Aug 2007 11:29 GMT | 4 |
I use a dataread to read data with high performance From database , but I have some question about this . I use datatable to insert datareader item into DataTable , Is this Consistently Better that a data reader or not?
|
| Web.config | 21 Aug 2007 11:00 GMT | 9 |
I get this message when working on different sites: Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however,
|
| Exporting a template into Visual Web Developer Express? | 21 Aug 2007 09:59 GMT | 1 |
I have a question about using a pre-designed template in Visual Web Developer 2005 Express. I am collaborating with someone who has essentially worked-out the database portion of a web project, but his "user interface" (i.e., the actual site as viewed by visitors) is crude. He ...
|