| Thread | Last Post | Replies |
|
| UserControl values lost on PostBack | 31 Aug 2006 09:41 GMT | 1 |
I have a very simple user control that contains 3 drop downs. Whenever there's a postback the values of these drop downs are lost. I've tried enabling viewstate everywhere without success. Could anyone shed any light on what's going wrong?
|
| Clikable rows in Grid View | 30 Aug 2006 16:43 GMT | 1 |
How can I make clickable rows in Grid View in ASP.Net 2.0 in VS2005 Thanks in advance
|
| Menu control. Clickable area | 30 Aug 2006 14:43 GMT | 4 |
I have a static menu with items Long, easy clickable menuitem 1 Long easy clickable menuitem 2 menu item3
|
| Events for programatically added controls | 30 Aug 2006 12:35 GMT | 3 |
I am new to asp.net. I need to create a form programatically. I could use Response.Write to create html input fields and the Request.Form collection, but there is the Placeholder conbtrol that can be used to add controls on the fly. However, I can't see how to respond to events ...
|
| Need some advice on a GridView control. | 29 Aug 2006 13:18 GMT | 3 |
Hi there, I am having this problem with a gridview control. what I'm doing is assigning the gridview's datasource to a objectdatasource which calls a parameterized stored procedure and that is all fine.
|
| disable an ascx entirely in my web page | 29 Aug 2006 02:19 GMT | 6 |
I have a page that has an .ascx. I want to use it most of the time, but sometimes I don't and just setting it's 'visible' property to false doesn't cut it because I want it not to be touched at all (because in certain situations if the page tries to render it, it blows up ...
|
| Exposing an event handler as a control property | 28 Aug 2006 14:25 GMT | 1 |
I have a custom server control that can contain one or more buttons. I'm trying to expose an event handler as a property so that the buttons can fire a click event when clicked. However, I'm getting the following error:
|
| label overlap during design | 28 Aug 2006 14:01 GMT | 6 |
I have several labels in a FormView control on a C# ASP.NET web form. Each label is bound to a specific field in a datasource. In the template ItemTemplate I have positioned the labels where they should be. The problem I have is that when designing the layout in some instances ...
|
| objectdataSource case sensitive with parameters?? | 28 Aug 2006 03:18 GMT | 5 |
I'have this error on a runtime page: ObjectDataSource 'dataSourceActivityLogs' could not find a non-generic method 'GetActivityLogsCount' that has parameters: veichleID, originalName, status.
|
| Don't understand state in WebControls class | 27 Aug 2006 13:15 GMT | 1 |
I've been working on a web control class that generates a grid of checkboxes dynamically, based upon a DB query. I've been creating them in the Render method as needed. CheckBox _cb = new CheckBox();
|
| ValidationControl evaluationfunction ASP.NET 2.0 | 27 Aug 2006 13:09 GMT | 8 |
I'm trying to work out how to call a custom evaluation function for a Validation Control (via the "evaluationfunction" attribute) to change the visual style of the div hosting the input control if validation fails. We have this working as a fallback on the server-side (if
|
| Conditional True/False output for datalist item | 25 Aug 2006 22:54 GMT | 2 |
I have a datalist which pulls back a list of categories from a database. In the returned table are the CategoryID, the CategoryName and the IsActive Field. CategoryID is an integer, CategoryName is a VarChar(250) and IsActive
|
| Page CallBack | 24 Aug 2006 22:16 GMT | 1 |
I have a .aspx page that implements ICallBackEventHandler. On the page I have texbox server controls and a button with a click event set to trigger the call back to the server. I put a breakpoint in the page_load event to step through whats happening in the codebehind as the ...
|
| CompositeControl Property Persisted But Not Reflected At Run/Desig | 23 Aug 2006 15:44 GMT | 1 |
I have a compositecontrol derived class that I am working on that exposes several design-time properties. Most of these properties simply delegate to a corresponding child control property. In most cases this works just fine in both the designer and runtime. However for two ...
|
| Center Login Control and Firefox | 23 Aug 2006 13:58 GMT | 1 |
How to horizontal center a Login Control using DIV that works fine with Firefox ? My page width = 775px.
|