| Thread | Last Post | Replies |
|
| eventvalidation razzle dazzle | 04 Jul 2007 20:54 GMT | 1 |
I've go a little userwebcontrol that has a button. Tis button when clicked hides a label and shows a textbox in its place ([code 1]). Works fine until i put it in a datalist or similiar thing. As you could expect, or may be you shouldn't, Asp shouts something about event ...
|
| ajax error on firefox | 04 Jul 2007 20:51 GMT | 2 |
doing a simple page webmethod call an a page via PageMethods works fine in ie7 & opera9 the same call on firefox ( and I assume netscape ) generates the following error :
|
| Pocket PC - Unable to read data from the transport connection | 04 Jul 2007 20:39 GMT | 7 |
We have a Pocket PC client application which just connects to our webservice. When a client connects his Pocket PC through his WIFI he gets the following- Unable to read data from the transport connection . I have the same setup and am unable to reproduce this problem. This ...
|
| Attribute 'ms_2d_layout' is not a valid attribute of element 'table' | 04 Jul 2007 19:56 GMT | 4 |
I got the above message on the code below. The code is in an ASP.NET program (I think from version 1.1) and the error message shows up when I open the file in Visual Studio 2005. I am new to ASP.NET and Visual Studio. Is there another way to write that to get the same results? ...
|
| Error in Send mail in ASP with CDO | 04 Jul 2007 19:45 GMT | 1 |
I have a problem to send Mail in ASP. I am using CDO for sending mail. My Server configuration are : Windows Server 2003 Stadndard Edition with R2, Service Pack 2,
|
| Use HtmlControls or manual output | 04 Jul 2007 19:03 GMT | 2 |
I'm in the start-phase of implementing an ASP.NET 2.0-application which will output quite a lot of HTML to the client. The question now is whether to use the built-in HtmlControls: HtmlTable tab = new HtmlTable();
|
| vwd.webinfo | 04 Jul 2007 18:14 GMT | 1 |
I have added a CrystalReport to my solution (project) and removed the report afterwards. However, the solution still contains a file vwd.webinfo with the following content:
|
| .NET 2.0 Custom Web.Config section and Intellisense | 04 Jul 2007 17:36 GMT | 1 |
I have created a custom web.confif section and all works fine. However, is there a way to add intellisense to the elements? For example, one of the elements can only be INTERNAL or EXTERNAL, so I'd like these to drop down in an intellisense box. Is it possible?
|
| Cannot start debugging. Unable to find Microsoft Internet Explorer. | 04 Jul 2007 15:48 GMT | 1 |
When ever i try to run ASP.NET by "Start without debugging" the error message, "Cannot start debugging. Unable to find Microsoft Internet Explorer.", is displayed on message box. But i also want to tell that whenever i make a right click on the webform and browse it, it executes ...
|
| Some Master Page questions | 04 Jul 2007 13:55 GMT | 8 |
I have a Master page that all other pages reference. When I create a new page I use "New WebForm" Is that correct in this situation? the IDE then inserts after the <%@ Page line
|
| .net 2.0 Login Control | 04 Jul 2007 13:47 GMT | 1 |
I am trying to use the login control but there seems to be so much set up required and it seems to lock the entire site and require a login for every page. All i want is to use the functionality of this control and be able to set
|
| user control ambiguous in the namespace | 04 Jul 2007 12:22 GMT | 2 |
I got the following error on a .net 1.1 application: 'mycontrol_ascx' is ambiguous in the namespace '_ASP' The problem appears when I call 2 user controls on the same page, they both have the same name but they are located in a different folder and
|
| using Eval ("ZZZ") | 04 Jul 2007 12:06 GMT | 4 |
I am using repeater bound to a dataset. Within the repeater I have got ItemTemplate in which I am displaying data by using Eval("DataFieldName").
|
| Global application function asp.net | 04 Jul 2007 11:03 GMT | 2 |
I am writing a web appplication that will use a global licensing paradigm. For every instance of the server I want to check the licensing requirements i.e the application in a global context. I've read that using the Application_Startup event in HttpApplication class
|
| AJAX ScriptManager Memory Leak | 04 Jul 2007 10:54 GMT | 11 |
I know this topic has been discussed a long way, but I haven't found any apparent solution (maybe I shouldn't be looking for a one :)) I have a very simple application with one page and with just ScriptManager object in it. Every time I refresh the page the memory usage goes up. ...
|