Click here to Skip to main content
15,902,299 members
Home / Discussions / ASP.NET
   

ASP.NET

 
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 
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 
Hi Kuricheti,

There is no AutoPostBack event in Treeview control. To get the selected text you can use OnSelectedNodeChanged property in .aspx file and point it to some function.
eg. <asp:treeview id="tvCategories" runat="server" enabletheming="true">
OnSelectedNodeChanged="SelectCategory">


to get the selected value write a function in C# and use TREEVIEWID.SelectedNode.Text
eg. tbCategory.Text = tvCategories.SelectedNode.Text;

Try it out.
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 
GeneralHttpRequest in custom control Pin
248912812-Mar-08 23:55
248912812-Mar-08 23:55 

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.