C
celoftis
Using VS2005 ASP.NET 2.0, VB code behind:
I have a windows forms based application that I need to port to the
web. One of the major components of my windows forms based application
is a TreeView inside a slider object (allows users to resize the
TreeView during real-time).
Is there an equivalent ASP.NET (or AJAX.NET) control that will give
similar functionality to the windows forms splitter?
I'm aware of the following possibilities:
- frames (and iframes) - I've had trouble with these...
I was hoping there were some JavaScript based code that I could utilize
but I'm not sure how I'd marry that with ASP.NET 2.0 TreeView.
Any pointers, thoughts and sample would be appreciated.
celoftis
I have a windows forms based application that I need to port to the
web. One of the major components of my windows forms based application
is a TreeView inside a slider object (allows users to resize the
TreeView during real-time).
Is there an equivalent ASP.NET (or AJAX.NET) control that will give
similar functionality to the windows forms splitter?
I'm aware of the following possibilities:
- frames (and iframes) - I've had trouble with these...
I was hoping there were some JavaScript based code that I could utilize
but I'm not sure how I'd marry that with ASP.NET 2.0 TreeView.
Any pointers, thoughts and sample would be appreciated.
celoftis