Click here to Skip to main content
16,006,006 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: update 2 tables Pin
DotNetXenon2-Jan-08 9:54
DotNetXenon2-Jan-08 9:54 
Generalevent handler in asp.net 2.0 Pin
keyto1-Jan-08 20:06
keyto1-Jan-08 20:06 
GeneralRe: event handler in asp.net 2.0 Pin
N a v a n e e t h1-Jan-08 20:17
N a v a n e e t h1-Jan-08 20:17 
GeneralRe: event handler in asp.net 2.0 Pin
Michael Sync1-Jan-08 22:22
Michael Sync1-Jan-08 22:22 
GeneralInserting Record from Dynamic Textboxes Pin
Imranlogi1-Jan-08 19:50
Imranlogi1-Jan-08 19:50 
GeneralRe: Inserting Record from Dynamic Textboxes Pin
Michael Sync1-Jan-08 22:18
Michael Sync1-Jan-08 22:18 
QuestionHow to hide all base class properties but one in Custom Control? Pin
Blumen1-Jan-08 19:44
Blumen1-Jan-08 19:44 
AnswerRe: How to hide all base class properties but one in Custom Control? Pin
N a v a n e e t h1-Jan-08 20:02
N a v a n e e t h1-Jan-08 20:02 
blumenhause wrote:
I plan to set the Enabled property of of both these controls (DropDownList and a ASP:button) to false, when the user sets the Enabled of Custom control to false. Is this the correct approach?


Yes it's the correct approach, as the user of the custom control don't know you are using two controls internally.

blumenhause wrote:
Another query I have is how to hide all other properties of base class except Enabled for my control so that only "Enabled" and few other properties that I specify is displayed in property descriptor.


AFAIK, this is not going to be possible. You can't hide base class members. But you can use method hiding[^] to write your own functionalities. But all base class methods would be visible.


All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia

My Website | Ask smart questions


GeneralRe: How to hide all base class properties but one in Custom Control? Pin
Blumen1-Jan-08 21:52
Blumen1-Jan-08 21:52 
GeneralRe: How to hide all base class properties but one in Custom Control? Pin
N a v a n e e t h1-Jan-08 22:09
N a v a n e e t h1-Jan-08 22:09 
GeneralRe: How to hide all base class properties but one in Custom Control? Pin
Blumen1-Jan-08 22:34
Blumen1-Jan-08 22:34 
GeneralRe: How to hide all base class properties but one in Custom Control? Pin
N a v a n e e t h1-Jan-08 23:12
N a v a n e e t h1-Jan-08 23:12 
GeneralRe: How to hide all base class properties but one in Custom Control? Pin
Blumen2-Jan-08 0:36
Blumen2-Jan-08 0:36 
Questionadd key press Event on Asp:control Pin
keyto1-Jan-08 19:34
keyto1-Jan-08 19:34 
GeneralRe: add key press Event on Asp:control Pin
Ravi_211-Jan-08 20:06
Ravi_211-Jan-08 20:06 
GeneralSite Map Path Control in asp.net Pin
Satish - Developer1-Jan-08 19:14
Satish - Developer1-Jan-08 19:14 
GeneralRe: Site Map Path Control in asp.net Pin
N a v a n e e t h1-Jan-08 19:58
N a v a n e e t h1-Jan-08 19:58 
GeneralByte Conversion Pin
SreejithAchutan1-Jan-08 18:35
SreejithAchutan1-Jan-08 18:35 
AnswerRe: Byte Conversion Pin
Sonia Gupta1-Jan-08 18:44
Sonia Gupta1-Jan-08 18:44 
GeneralRe: Byte Conversion Pin
SreejithAchutan1-Jan-08 19:07
SreejithAchutan1-Jan-08 19:07 
GeneralRe: Byte Conversion Pin
Sonia Gupta1-Jan-08 21:14
Sonia Gupta1-Jan-08 21:14 
GeneralRe: Byte Conversion Pin
SreejithAchutan1-Jan-08 21:23
SreejithAchutan1-Jan-08 21:23 
GeneralRe: Byte Conversion Pin
SreejithAchutan1-Jan-08 21:34
SreejithAchutan1-Jan-08 21:34 
GeneralRe: Byte Conversion Pin
Sonia Gupta1-Jan-08 22:05
Sonia Gupta1-Jan-08 22:05 
GeneralRe: Byte Conversion Pin
SreejithAchutan1-Jan-08 22:47
SreejithAchutan1-Jan-08 22:47 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.