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

ASP.NET

 
GeneralRe: Ok, I'll be speciffic! I have a casting problem: Pin
minhpc_bk25-Jan-07 14:56
minhpc_bk25-Jan-07 14:56 
GeneralRe: Ok, I'll be speciffic! I have a casting problem: Pin
davidstern10025-Jan-07 15:28
davidstern10025-Jan-07 15:28 
GeneralRe: Ok, I'll be speciffic! I have a casting problem: Pin
minhpc_bk25-Jan-07 15:38
minhpc_bk25-Jan-07 15:38 
GeneralRe: Ok, I'll be speciffic! I have a casting problem: Pin
davidstern10025-Jan-07 17:19
davidstern10025-Jan-07 17:19 
QuestionUser controls and Custom controls Pin
Tina P24-Jan-07 13:12
Tina P24-Jan-07 13:12 
AnswerRe: User controls and Custom controls Pin
minhpc_bk24-Jan-07 13:57
minhpc_bk24-Jan-07 13:57 
GeneralRe: User controls and Custom controls Pin
Tina P25-Jan-07 11:37
Tina P25-Jan-07 11:37 
GeneralRe: User controls and Custom controls Pin
minhpc_bk25-Jan-07 14:33
minhpc_bk25-Jan-07 14:33 
Tina P wrote:
Is there something similar to TABIndex property that most html and some web controls also have??


Tab Order, Focus, and Access Keys in ASP.NET Web Server Controls [^]


Basically, the ASP.NET custom control is designed to work at the server side and at the end the output markup of the control is the pure html, text with javascript. So when you want to do something with a custom control or you want it to accomplish a certain task, you first need to think about how to obtain that with html, javascript or you need to ask if this certain feature is doable in the html environment. And when you know that you are able to achieve with pure client side elements, you then can start thinking of implementing in the ASP.NET custom control. Take the TabIndex property for example, the html elements or the built-in custom controls basically have this attribute, but they don't have any TabOrder property and you now want your custom control to have the TabOrder. Here, you know that this task can be obtained with the TabIndex attribute of the html element, you then start implementing a custom property, say TabOrder, which in turn can be used internally in the control to set the TabIndex property of any child html/built-in control.




GeneralRe: User controls and Custom controls Pin
Tina P26-Jan-07 6:46
Tina P26-Jan-07 6:46 
GeneralRe: User controls and Custom controls Pin
minhpc_bk26-Jan-07 17:47
minhpc_bk26-Jan-07 17:47 
GeneralRe: User controls and Custom controls Pin
Tina P27-Jan-07 18:18
Tina P27-Jan-07 18:18 
GeneralRe: User controls and Custom controls Pin
minhpc_bk28-Jan-07 19:04
minhpc_bk28-Jan-07 19:04 
GeneralRe: User controls and Custom controls Pin
Tina P29-Jan-07 18:33
Tina P29-Jan-07 18:33 
QuestionDeployment and Session State Pin
Andrew S. Kloos24-Jan-07 11:01
Andrew S. Kloos24-Jan-07 11:01 
AnswerRe: Deployment and Session State Pin
minhpc_bk24-Jan-07 14:04
minhpc_bk24-Jan-07 14:04 
Questionget the Documents and Settings directory Pin
Mack Ait-Aoudia24-Jan-07 10:38
Mack Ait-Aoudia24-Jan-07 10:38 
AnswerRe: get the Documents and Settings directory Pin
minhpc_bk24-Jan-07 14:45
minhpc_bk24-Jan-07 14:45 
Questionstring value Pin
netJP12L24-Jan-07 9:35
netJP12L24-Jan-07 9:35 
AnswerRe: string value Pin
Mack Ait-Aoudia24-Jan-07 10:55
Mack Ait-Aoudia24-Jan-07 10:55 
AnswerRe: string value Pin
Artem Kustikov25-Jan-07 0:55
Artem Kustikov25-Jan-07 0:55 
QuestionData Grid Control Pin
Civic0624-Jan-07 9:18
Civic0624-Jan-07 9:18 
AnswerRe: Data Grid Control Pin
ednrgc24-Jan-07 9:21
ednrgc24-Jan-07 9:21 
QuestionDynamic columns in Matrix report in Reporting services. Pin
kalyan_vb24-Jan-07 7:40
kalyan_vb24-Jan-07 7:40 
QuestionUsing OptGroup in DropDownList Pin
wEb GuRu...24-Jan-07 7:13
wEb GuRu...24-Jan-07 7:13 
AnswerRe: Using OptGroup in DropDownList Pin
minhpc_bk24-Jan-07 14:46
minhpc_bk24-Jan-07 14:46 

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.