| user controle problem (4 replies) |
| ASPFriends.com 'aspngcontrolsvb' list |
| Moved from [aspngwebservices] to [aspngcontrolsvb] by Charles M. Carroll darthcarroll@asplists.com hi all i developped one small user controle which contains 4 tables. i want to set up one of the table's height through property. i created that property as writeonly.i registered this user controle in my web form. but when i run my program(.aspx), i am getting following eerror. i am including my .as... |
|
| Save a Table web server controls dynamically added rows to the ViewState? (3 replies) |
| ASPFriends.com 'aspngcontrolsvb' list |
| Is there a way to to save a Table web server controls dynamically added rows to the ViewState? This would save dynamically recreating these rows on postback? * * * Steve Schofield * steve@aspfree.com * * http://www.aspfree.com * http://www.mrcsharp.com * * |
|
| Custom Control Parser Error (7 replies) |
| ASPFriends.com 'aspngcontrolsvb' list |
| Any help on the following would be appreciated. I am assuming the base class is my codebehind?? Why would the types be incompatible if the are referring to the same custom control? Thanks, Joe Parser Error 20 Description: An error occurred during the parsing of a resource required to service this request. 20 Please review the following specific parse error details and modify your source file appro... |
|
| NET Positioning controls programatically (3 replies) |
| ASPFriends.com 'aspngcontrolsvb' list |
| I need to attach different (self created) user controls to my web form at run time, and I want to specify their position when/after they are loaded. The only way I have managed to do this so far, is by drawing a control container (like the Placeholder control) at designtime, but I need to do it all at runtime. Does anyone know how to do this? * * * Steve Schofield * steve@aspfree.com * * Microsoft... |
|
| Custom Control (2 replies) |
| ASPFriends.com 'aspngcontrolsvb' list |
| Hi, I have created a .vb file which contains the following text. How do i create my Custom Control. Imports System Imports System.Web Imports System.Web.UI Namespace MyCustomControls Public Class CustomControl1 : Inherits Control Protected Overrides Sub Render(Output as HtmlTextWriter) Output.Write("This is my Custom Control ! The Time is now " & DateTime.Now.ToString) End Sub End Class End Namesp... |
|