Click here to Skip to main content
15,900,378 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Getting web.config settings Pin
AhsanS13-Mar-08 2:21
AhsanS13-Mar-08 2:21 
QuestionRe: Getting web.config settings Pin
Brendan Vogt13-Mar-08 21:25
Brendan Vogt13-Mar-08 21:25 
GeneralRe: Getting web.config settings Pin
AhsanS13-Mar-08 21:32
AhsanS13-Mar-08 21:32 
QuestionHow to stop PostBack for Treeview control Pin
Kuricheti13-Mar-08 1:17
Kuricheti13-Mar-08 1:17 
GeneralRe: How to stop PostBack for Treeview control Pin
AhsanS13-Mar-08 1:27
AhsanS13-Mar-08 1:27 
GeneralRe: How to stop PostBack for Treeview control [modified] Pin
Kuricheti13-Mar-08 1:34
Kuricheti13-Mar-08 1:34 
GeneralRe: How to stop PostBack for Treeview control Pin
AhsanS13-Mar-08 1:58
AhsanS13-Mar-08 1:58 
GeneralRe: How to stop PostBack for Treeview control Pin
AhsanS13-Mar-08 2:00
AhsanS13-Mar-08 2:00 
there is another solution as well.
When you are adding the nodes do this

You can disable postbacks for expand/collapse events by Setting the property TreeNode.SelectAction = TreeNodeSelectAction.Expand. This will cause the treenodes to expand/collapse without a postback. If you want to enable postback for a particular node, set the property TreeNode.SelectAction = TreeNodeSelectAction.Select or TreeNodeSelectAction.SelectExpand.

Ahsan Ullah
Senior Software Engineer

GeneralRe: How to stop PostBack for Treeview control Pin
P Tagore Srinivas Dhanunjay13-Mar-08 2:08
P Tagore Srinivas Dhanunjay13-Mar-08 2:08 
GeneralCreate New Email in Domain Pin
vurugonda13-Mar-08 0:33
vurugonda13-Mar-08 0:33 
GeneralRe: Create New Email in Domain Pin
Christian Graus13-Mar-08 0:56
protectorChristian Graus13-Mar-08 0:56 
QuestionFORMVIEW CONTROL Pin
md_azy13-Mar-08 0:25
md_azy13-Mar-08 0:25 
GeneralRe: FORMVIEW CONTROL Pin
David Rike13-Mar-08 3:51
David Rike13-Mar-08 3:51 
QuestionHow to capture ASP.NET2.0 control's event at client side Pin
salon13-Mar-08 0:06
salon13-Mar-08 0:06 
AnswerRe: How to capture ASP.NET2.0 control's event at client side Pin
Christian Graus13-Mar-08 0:34
protectorChristian Graus13-Mar-08 0:34 
GeneralRe: How to capture ASP.NET2.0 control's event at client side Pin
salon13-Mar-08 1:07
salon13-Mar-08 1:07 
GeneralRe: How to capture ASP.NET2.0 control's event at client side Pin
Christian Graus13-Mar-08 1:13
protectorChristian Graus13-Mar-08 1:13 
Generalread doc file Pin
yogeshpan12-Mar-08 23:59
yogeshpan12-Mar-08 23:59 
GeneralRe: read doc file Pin
_AK_13-Mar-08 0:02
_AK_13-Mar-08 0:02 
GeneralRe: read doc file Pin
yogeshpan13-Mar-08 0:11
yogeshpan13-Mar-08 0:11 
GeneralRe: read doc file Pin
_AK_13-Mar-08 0:18
_AK_13-Mar-08 0:18 
GeneralRe: read doc file Pin
Christian Graus13-Mar-08 0:30
protectorChristian Graus13-Mar-08 0:30 
JokeRe: your new article Pin
Muhammad Gouda13-Mar-08 0:54
Muhammad Gouda13-Mar-08 0:54 
GeneralRe: your new article Pin
Christian Graus13-Mar-08 0:58
protectorChristian Graus13-Mar-08 0:58 
GeneralRe: read doc file Pin
raushan_913-Mar-08 2:32
raushan_913-Mar-08 2:32 

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.