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

ASP.NET

 
AnswerRe: Enable ajax using ASP.Net using C# Pin
Manas Bhardwaj22-Jun-09 4:59
professionalManas Bhardwaj22-Jun-09 4:59 
AnswerRe: Enable ajax using ASP.Net using C# Pin
Christian Graus22-Jun-09 10:46
protectorChristian Graus22-Jun-09 10:46 
GeneralRe: Enable ajax using ASP.Net using C# Pin
Vasudevan Deepak Kumar22-Jun-09 20:27
Vasudevan Deepak Kumar22-Jun-09 20:27 
AnswerRe: Enable ajax using ASP.Net using C# Pin
l.laxmikant22-Jun-09 19:50
l.laxmikant22-Jun-09 19:50 
AnswerRe: Enable ajax using ASP.Net using C# Pin
Baran M22-Jun-09 20:56
Baran M22-Jun-09 20:56 
QuestionChanging Treviews selected item dynamically Pin
indian14322-Jun-09 3:02
indian14322-Jun-09 3:02 
AnswerRe: Changing Treviews selected item dynamically Pin
Christian Graus22-Jun-09 11:22
protectorChristian Graus22-Jun-09 11:22 
GeneralRe: Changing Treviews selected item dynamically Pin
indian14322-Jun-09 20:44
indian14322-Jun-09 20:44 
Hi Christian,

Thats exactly right, I found it, the binding of the control is being called twice. So what I need now is I sould be able to maintain its selected status in postbacks. I am trying to do it as below
protected void treeId_Unload(object sender, EventArgs e)
    {        
        new TreeViewState().SaveTreeView(treeId, 
        this.GetType().ToString());
    }

It is saving the open and closing state of the menu but not saving the selected Item status.
Then I tried to set its seletedItem property as usual in .Net controls, but for TreeView that property is Read Only.

Please help me in this I would be really thankfull. Its killing all my time.

Thanks in advance,
Md Abdul Aleem,

Thanks & Regards,

Md. Abdul Aleem
NIIT technologies

QuestionLive Video Streaming Pin
K030622-Jun-09 2:56
K030622-Jun-09 2:56 
AnswerRe: Live Video Streaming Pin
Abhishek Sur22-Jun-09 4:31
professionalAbhishek Sur22-Jun-09 4:31 
GeneralRe: Live Video Streaming Pin
K030622-Jun-09 18:38
K030622-Jun-09 18:38 
QuestionProblem with forms authentication Pin
Wael_Soltan22-Jun-09 1:53
Wael_Soltan22-Jun-09 1:53 
AnswerRe: Problem with forms authentication Pin
Ennis Ray Lynch, Jr.22-Jun-09 7:12
Ennis Ray Lynch, Jr.22-Jun-09 7:12 
GeneralThanks but the problem is still existing Pin
Wael_Soltan22-Jun-09 21:05
Wael_Soltan22-Jun-09 21:05 
Questioncreate a compatible website for PDA or Pocket PC in asp.net 2.0. Pin
vnsraj22-Jun-09 1:39
vnsraj22-Jun-09 1:39 
AnswerRe: create a compatible website for PDA or Pocket PC in asp.net 2.0. Pin
padmanabhan N22-Jun-09 1:48
padmanabhan N22-Jun-09 1:48 
Questionasp .net web application image capture Pin
rakeshjb22-Jun-09 1:05
rakeshjb22-Jun-09 1:05 
AnswerRe: asp .net web application image capture Pin
Manas Bhardwaj22-Jun-09 2:09
professionalManas Bhardwaj22-Jun-09 2:09 
AnswerRe: asp .net web application image capture Pin
Christian Graus22-Jun-09 10:47
protectorChristian Graus22-Jun-09 10:47 
Questionproblem in sending mail Pin
prateekfgiet22-Jun-09 1:01
prateekfgiet22-Jun-09 1:01 
AnswerRe: problem in sending mail Pin
Baran M22-Jun-09 1:38
Baran M22-Jun-09 1:38 
GeneralRe: problem in sending mail Pin
prateekfgiet22-Jun-09 1:44
prateekfgiet22-Jun-09 1:44 
GeneralRe: problem in sending mail Pin
padmanabhan N22-Jun-09 1:44
padmanabhan N22-Jun-09 1:44 
GeneralRe: problem in sending mail Pin
prateekfgiet22-Jun-09 1:49
prateekfgiet22-Jun-09 1:49 
Questioncrystal report help(subreport) Pin
rajkumar.322-Jun-09 0:01
rajkumar.322-Jun-09 0:01 

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.