Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > User Web Controls properties missed. Bug?

Reply
Thread Tools

User Web Controls properties missed. Bug?

 
 
ABC
Guest
Posts: n/a
 
      11-18-2005
I created a base control which will be inherted from another Custom UI
control. When I draw Custom UI control on Web Page, and try to change
properties. Oh, my god, no one properties from BaseControl. What happen?
Bug????

public class BaseControl : System.Web.UI.UserControl

{

// public properties

}



public class WebUIControl : BaseControl

{

// public properties

}








 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Why the properties of web user controls which inherted from my custom base UI controls MISSED? ABC ASP .Net Web Controls 0 11-21-2005 04:08 AM
Why the properties of web user controls which inherted from my custom base UI controls MISSED? ABC ASP .Net Building Controls 0 11-21-2005 04:08 AM
Why the properties of web user controls which inherted from my custom base UI controls missed? ABC ASP .Net 0 11-21-2005 04:08 AM
web composite controls properties of underlying controls Ziyad Makki ASP .Net 0 07-20-2004 12:39 PM
Reference a user controls properties from another user control?? =?Utf-8?B?YWJqb3Jr?= ASP .Net 1 05-05-2004 02:41 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57