| Thread | Last Post | Replies |
|
| Raising a click event | 10 Feb 2006 20:30 GMT | 3 |
I created a custom control - inheriting from WebControl. How do I give this control a click event for the user of the control to put some code behind? Thanks. Jerry
|
| Click Event Not Firing | 10 Feb 2006 16:10 GMT | 2 |
In Framework 1.1 (VS 2003, C#) I've written a server control that contains a button. If I place the control on a page surface, it renders fine and the button's click event fires, changing the visual state of the control. But if I place the control inside the template of another ...
|
| ASCX without @Register Broken? | 10 Feb 2006 15:41 GMT | 2 |
ASP.NET 2.0 has a way to centrally register user controls (ASCX) in the web.config file, but it is poorly documented and appears to be broken. Can anyone confirm the issue or suggest a fix? The SDK documentation examples have bad XML case and attribute names.
|
| getting data from parent site | 08 Feb 2006 12:06 GMT | 1 |
when i create a new column in the document library with the column type as "LookUp", can i able to refer the list in the parent site? Can anybody help me how to do that Kaandy
|
| How do I use the URL picker? | 07 Feb 2006 03:44 GMT | 1 |
I'm creating a custom web control and a few of the properties should be image URLs. How do you get the system to present the URL picker as an option when the user is setting the control's properties? (Like the standard controls do for image URLs...) Thanks.
|
| ObjectDataSource | 06 Feb 2006 09:10 GMT | 2 |
LS, Could somebody help me with finding information over building an derived objectdatasource. I think that the design of this control isn't good enough if you work with your own objectmodel and having
|
| ASP.NET 2.0 BUG with ASCX controls | 02 Feb 2006 16:55 GMT | 1 |
My application runs fine for a long while then, all of a sudden my it starts getting this error pointing to my ascx control in the call stack Could not load file or assembly 'App_Web_ih1xlmmx, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The ...
|
| Template control not displaying Container properties | 01 Feb 2006 17:01 GMT | 1 |
I am trying to create a templated control for asp.net 2.0 using the example found in the documentation, however when outputing <%# Container.Message %> it always returns an empty string. Please help. control code:
|
| why the error ? | 01 Feb 2006 12:40 GMT | 1 |
why the error ? Compiler Error Message: BC30452: Operator '&' is not defined for types 'System.Web.UI.WebControls.FontUnit' and 'String'. Source Error: Line 203: writer.AddAttribute("border", "1")
|