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

ASP.NET

 
QuestionHow to disable a button and still have the click event to fire. Pin
Martin_12-Jul-07 11:09
Martin_12-Jul-07 11:09 
AnswerRe: How to disable a button and still have the click event to fire. Pin
DanB198312-Jul-07 11:47
DanB198312-Jul-07 11:47 
AnswerRe: How to disable a button and still have the click event to fire. Pin
Venkatesh Mookkan12-Jul-07 16:34
Venkatesh Mookkan12-Jul-07 16:34 
AnswerRe: How to disable a button and still have the click event to fire. Pin
K.P.Kannan12-Jul-07 17:16
K.P.Kannan12-Jul-07 17:16 
QuestionMenus and Membership/Role Pin
Amit Kumar G12-Jul-07 10:27
Amit Kumar G12-Jul-07 10:27 
QuestionNeed a VERY fast tree Pin
DarrollWalsh12-Jul-07 9:52
DarrollWalsh12-Jul-07 9:52 
AnswerRe: Need a VERY fast tree Pin
Christian Graus12-Jul-07 10:00
protectorChristian Graus12-Jul-07 10:00 
AnswerRe: Need a VERY fast tree Pin
Pete O'Hanlon12-Jul-07 10:18
mvePete O'Hanlon12-Jul-07 10:18 
How deep are you going with your nodes? It's common to just retrieve nodes down to the next depth and then when expanding a node, get the nodes two layers down from that. This means that the user sees the nodes that can be expanded. Here's a quick example:

RootNode
|-Level 1
    |-Level 2
    |-Level 2
    |-Level 2
|-Level 1
    |-Level 2


Now, imagine that you are expanding the first Level 1 node, you retrieve the nodes below Level 2 so that the user sees the appropriate visual cues:
RootNode
|-Level 1
    |-Level 2
         |-Level 3
         |-Level 3
    |-Level 2
    |-Level 2
         |-Level 3
         |-Level 3
         |-Level 3
|-Level 1
    |-Level 2

As you can see, you only get the information that you need so that you can keep the user happy. I hope that helps.



Please visit http://www.readytogiveup.com/ and do something special today.
Deja View - the feeling that you've seen this post before.

Questionpage timesout Pin
VickyC#12-Jul-07 8:18
VickyC#12-Jul-07 8:18 
AnswerRe: page timesout Pin
Guffa12-Jul-07 10:35
Guffa12-Jul-07 10:35 
GeneralRe: page timesout Pin
VickyC#12-Jul-07 11:54
VickyC#12-Jul-07 11:54 
GeneralRe: page timesout Pin
Paul Conrad12-Jul-07 12:47
professionalPaul Conrad12-Jul-07 12:47 
GeneralRe: page timesout Pin
VickyC#12-Jul-07 12:55
VickyC#12-Jul-07 12:55 
GeneralRe: page timesout Pin
Paul Conrad12-Jul-07 13:00
professionalPaul Conrad12-Jul-07 13:00 
GeneralRe: page timesout Pin
VickyC#12-Jul-07 13:05
VickyC#12-Jul-07 13:05 
GeneralRe: page timesout Pin
VickyC#12-Jul-07 13:07
VickyC#12-Jul-07 13:07 
GeneralRe: page timesout Pin
Paul Conrad12-Jul-07 13:10
professionalPaul Conrad12-Jul-07 13:10 
GeneralRe: page timesout Pin
VickyC#12-Jul-07 13:27
VickyC#12-Jul-07 13:27 
GeneralRe: page timesout Pin
Paul Conrad12-Jul-07 13:37
professionalPaul Conrad12-Jul-07 13:37 
GeneralRe: page timesout Pin
VickyC#12-Jul-07 14:04
VickyC#12-Jul-07 14:04 
GeneralRe: page timesout Pin
Paul Conrad12-Jul-07 14:13
professionalPaul Conrad12-Jul-07 14:13 
GeneralRe: page timesout Pin
VickyC#12-Jul-07 14:16
VickyC#12-Jul-07 14:16 
GeneralRe: page timesout Pin
Paul Conrad12-Jul-07 14:18
professionalPaul Conrad12-Jul-07 14:18 
GeneralRe: page timesout Pin
VickyC#12-Jul-07 23:16
VickyC#12-Jul-07 23:16 
GeneralRe: page timesout Pin
Paul Conrad13-Jul-07 3:25
professionalPaul Conrad13-Jul-07 3:25 

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.