Click here to Skip to main content
15,903,362 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: maintaining viewstate on microsoft.web.ui.webcontrols.treeview Pin
jsampsonPC21-Nov-06 13:10
jsampsonPC21-Nov-06 13:10 
GeneralRe: maintaining viewstate on microsoft.web.ui.webcontrols.treeview Pin
uglyeyes21-Nov-06 13:44
uglyeyes21-Nov-06 13:44 
GeneralRe: maintaining viewstate on microsoft.web.ui.webcontrols.treeview Pin
jsampsonPC21-Nov-06 14:02
jsampsonPC21-Nov-06 14:02 
GeneralRe: maintaining viewstate on microsoft.web.ui.webcontrols.treeview Pin
jsampsonPC21-Nov-06 14:38
jsampsonPC21-Nov-06 14:38 
GeneralRe: maintaining viewstate on microsoft.web.ui.webcontrols.treeview Pin
uglyeyes21-Nov-06 14:50
uglyeyes21-Nov-06 14:50 
AnswerRe: maintaining viewstate on microsoft.web.ui.webcontrols.treeview Pin
jsampsonPC22-Nov-06 1:10
jsampsonPC22-Nov-06 1:10 
GeneralRe: maintaining viewstate on microsoft.web.ui.webcontrols.treeview Pin
uglyeyes22-Nov-06 5:03
uglyeyes22-Nov-06 5:03 
GeneralRe: maintaining viewstate on microsoft.web.ui.webcontrols.treeview Pin
uglyeyes27-Nov-06 4:12
uglyeyes27-Nov-06 4:12 
Hi!

If you look in my code carefully. I have binded the treeview with the data returned from a dataset. I dont know how can i utilize your code. All i am trying to do is.

some how get the node value or ID of the treeview after postback i.e. after line

nodeAutoCat.NavigateUrl = "Index.aspx?CatId=" + Server.UrlEncode(

CType(rowAutoCat("CatId"), String)) is executed.
so when the page loads up with above url

Index.aspx?CatId = 15



I am filtering the datagrid in my page load with the products that belongs to category 15 [ In the content page of Main page]

and I want to have the treeview expanded to the node which was selected just before the postback [Navigation pane in main page]

but all my node gets collasped after postback but i can filter the datagrid.

please help.

a code hint will be great.
AnswerRe: Days in Month Pin
jsampsonPC21-Nov-06 12:14
jsampsonPC21-Nov-06 12:14 
QuestionDays in Month Pin
Cedrickdeorange21-Nov-06 11:48
Cedrickdeorange21-Nov-06 11:48 
AnswerRe: Days in Month Pin
jsampsonPC21-Nov-06 12:13
jsampsonPC21-Nov-06 12:13 
QuestionCapturing a series of keystrokes at any time Pin
jsampsonPC21-Nov-06 11:27
jsampsonPC21-Nov-06 11:27 
AnswerRe: Capturing a series of keystrokes at any time Pin
Leah_Garrett21-Nov-06 17:24
Leah_Garrett21-Nov-06 17:24 
AnswerRe: Capturing a series of keystrokes at any time Pin
Dave Kreskowiak22-Nov-06 4:18
mveDave Kreskowiak22-Nov-06 4:18 
QuestionOLE DB help Pin
rickki21-Nov-06 10:39
rickki21-Nov-06 10:39 
AnswerRe: OLE DB help Pin
Dave Kreskowiak22-Nov-06 4:15
mveDave Kreskowiak22-Nov-06 4:15 
GeneralRe: OLE DB help [modified] Pin
rickki22-Nov-06 7:00
rickki22-Nov-06 7:00 
QuestionScreen Sizing Pin
Silver-Grey21-Nov-06 10:18
Silver-Grey21-Nov-06 10:18 
AnswerRe: Screen Sizing Pin
Ray Cassick21-Nov-06 10:35
Ray Cassick21-Nov-06 10:35 
GeneralRe: Screen Sizing Pin
MatrixCoder21-Nov-06 10:41
MatrixCoder21-Nov-06 10:41 
GeneralRe: Screen Sizing Pin
Leah_Garrett21-Nov-06 17:34
Leah_Garrett21-Nov-06 17:34 
GeneralRe: Screen Sizing Pin
Silver-Grey22-Nov-06 4:02
Silver-Grey22-Nov-06 4:02 
GeneralRe: Screen Sizing Pin
Ray Cassick22-Nov-06 4:31
Ray Cassick22-Nov-06 4:31 
GeneralRe: Screen Sizing Pin
Silver-Grey22-Nov-06 4:38
Silver-Grey22-Nov-06 4:38 
GeneralRe: Screen Sizing Pin
Ray Cassick22-Nov-06 9:41
Ray Cassick22-Nov-06 9:41 

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.