| Thread | Last Post | Replies |
|
| Many characters added to markup | 23 Apr 2008 23:38 GMT | 1 |
We are experiencing a serious problem with custom server controls in the web designer of VS2008. When we perform an action within the designer that causes the markup to be updated, there are many characters and spaces inserted in between the tags of the server control. For ...
|
| IPostBackEventHandler | 22 Apr 2008 18:35 GMT | 2 |
I am building a Webcontrol. public class MyCustomControl : WebControl, IPostBackEventHandler, IPostBackDataHandler { .......
|
| Dropdown box stopped working | 16 Apr 2008 19:55 GMT | 7 |
Can anyone please suggest things can cause a dropdown box to stop causing a postback? (besides unchecking the 'enable postback' box) One of the last things I was doing was creating modalpopup extender panels which which use update panels that refer to the dropdown box... but I ...
|
| INamingContainer and ClientID for nested Composite Controls - Guidance needed | 01 Apr 2008 12:59 GMT | 2 |
I have created a series of Composite Controls, inheriting from CompositeControl, which of course implements INamingContainer. Below is a snippet of simplified code to show how I'm using these controls in the page.
|