| Thread | Last Post | Replies |
|
| Server Application Unavailable on hosted server, not locally though | 16 Jul 2007 21:06 GMT | 2 |
I wrote a few webservices in VB .NET 1.1 and have verified they are functional on localhost. The website they are intended for is paid hosting (I don't have direct access to the server) that supports .NET 1.1.
|
| Treeview won't collapse/expand dynamically | 16 Jul 2007 20:43 GMT | 1 |
2 Issues: 1. When treeview renders all parent nodes are open? I want it to render closed? 2. When I try to collapse programmatically, it does not do anything? I'm using a tree view with a sitemap to create a menu. The treeview
|
| Adding Headers in ASP.NET on vista | 16 Jul 2007 20:29 GMT | 5 |
I had the following code running fine on my xp box. Then, I got a vista box and now I get a "PlatformNotSupportedException" when I try to add the header. I do know that now in IIS7 there are different ways to do things, but I have the issue of deploying to IIS6 servers.
|
| ASP.NET - Trying to spin off an Excel worksheet with IIS | 16 Jul 2007 20:09 GMT | 2 |
I've been trying to spin off an Excel worksheet on the client from an ASP.NET website. I was successfull in displaying an Excel worksheet on the client in a test website (not using IIS, but using Visual Studio 2005) with the following code:
|
| Login ASP.NET control | 16 Jul 2007 19:57 GMT | 1 |
I have a problem that should be quite simple, but I can't figure out: I have an asp:Login control on the web form, but in the same form there are, before the login control, other buttons that have the UseSubmitBehavior set to True.
|
| Placing identical controls on to the page using the Placingholder control makes them disappear | 16 Jul 2007 19:54 GMT | 2 |
I've been implementing some paging links that I would like at the bottom and top of a result set, I build up the required HTML in the code behind then add it to the placeholder. This works fine when there only one placeholder on the page but as
|
| ASP.NET 2.0 deployment | 16 Jul 2007 19:41 GMT | 3 |
I am currently using VS 2003 ASP.NET 1.1 I like the way that deployment of a new assembly is so simple, I just FTP the dll of the entire project across and that's it, none of the web users are any the wiser. No source code on the server either.
|
| Findcontrol problem | 16 Jul 2007 18:23 GMT | 1 |
InASP.NET 2.0 I have a checkbox named CB1 <asp:CheckBox ID="CB1" runat="server" /> In the Page_Load event: dim cb as checkbox
|
| Database | 16 Jul 2007 17:36 GMT | 3 |
I study the manual of W3Schools, And couldn't find enough explanation for Databases. I managed to understand how to pull out data from table, But don't know yet how to update and insert data.
|
| Linking events from controls, when the controls have been created | 16 Jul 2007 17:02 GMT | 3 |
I've a situation where I'm creating controls programatically. I'm programatically creating table cells and rows. I've got an array of data, and I want to format the data on screen in rows of 4. I get my array, calculate how many complete rows I need. Then for each of the ...
|
| Easy way to findcontrol? | 16 Jul 2007 16:18 GMT | 1 |
I have the following string from one of the controls, inside gridview, inside a control, inside a repeater item. rptBorrower_ctl00_ctlAuthorizedSigners_gvAuthorizedSigners_ctl04_ The control was a button, but I stripped off the name of that button
|
| Padding is invalid and cannot be removed | 16 Jul 2007 15:46 GMT | 1 |
For some time now we've been seeing seemingly random errors thrown by an application "Padding is invalid and cannot be removed". Everything I've read about this online suggests that the machine key is different between two load-balanced servers, but this application is running on
|
| panel control with horizontal sliders | 16 Jul 2007 15:26 GMT | 1 |
i need a control for a .net 2.0 web app that divides the page into two panels, the first of which should have a horizontal slider should the content become too wide to fit in the allowed width of the panel. i know i could do this with iFrame, but would hate to resort to that. is ...
|
| ASP.Net 2.0 Unexpected Session Timeout | 16 Jul 2007 14:38 GMT | 9 |
We running an ASP.Net 2.0 app on IIS 6. We're trying to set a session timeout to 4 hours (business requirement). We've tried setting the timeout at login via code, setting it in the global.asax, and setting it in the web.config. We still get random timeouts, sometimes less ...
|
| [ASP.NET] Inheritance and Label | 16 Jul 2007 14:31 GMT | 16 |
hi all, i'd like to inherit from a label, how can I do ? i've tried: 1. making a new Web User Control, then inherit from System.Web.UI.WebControls.Label but not works!
|