Tuesday, March 13, 2012

Simple frame question ...

I'm an Access datababase developer.
My database frontends all have a Header, left-side Treeview, right-side mainpage. (very frame-like)
I've recreated this exactly in ASP.NET using frames & treeview control.
Everything works great ... but I want a Header Title textbox or label to echo the selected item text in the left treeview.
I've searched the forum - and found little. None of my books mention this either.
I'm too new to worry about learning user controls yet.
Any code blurbs would be appreciated.
-WW

Frames are a terrible idea, in my opinion. Its never too early to learnUser Controls. They are incredibly simple and much more functional thatFrames. Google .net user controls and you will get a lot of info. Don'twaste your time looking for answers to frames questions when you coulddedicate that time learning about User Controls and be far better off...

0 comments:

Post a Comment