Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > Regarding Treeview in asp 2.0

Reply
Thread Tools

Regarding Treeview in asp 2.0

 
 
rolf.oltmans@gmail.com
Guest
Posts: n/a
 
      12-08-2006
Hello all,

I need to place treeview control in Grid control. I need to place it in
a grid because I need to show calendar against every node. Is placing a
treeview in grid possible? If I need to create my own control that
would include capabilities of both treeview and Grid what would I have
to do? Being new to asp.net I guess I've to make a control that would
inherit from treeview and grid. But would changes I've to make in my
inherited control henceforth?
Is there any third party control that would do this for me(please
mention a few)?

Any help will be highly appreciated.
I am using asp.net 2.0( C#)

-Oltmans

 
Reply With Quote
 
 
 
 
David Wier
Guest
Posts: n/a
 
      12-08-2006
I'm not sure I understand what your exact needs are - you mention a
calendar - you do know (do you?) that ASP.Net has a Calendar control, right?

What is your scenario?
Do you want to select a node on the Treeview, and based on that selection, a
specific date calendar event should happen?

--
David Wier
MVP/ASPInsider
http://aspnet101.com
http://aspexpress.com


<> wrote in message
news: ups.com...
> Hello all,
>
> I need to place treeview control in Grid control. I need to place it in
> a grid because I need to show calendar against every node. Is placing a
> treeview in grid possible? If I need to create my own control that
> would include capabilities of both treeview and Grid what would I have
> to do? Being new to asp.net I guess I've to make a control that would
> inherit from treeview and grid. But would changes I've to make in my
> inherited control henceforth?
> Is there any third party control that would do this for me(please
> mention a few)?
>
> Any help will be highly appreciated.
> I am using asp.net 2.0( C#)
>
> -Oltmans
>



 
Reply With Quote
 
 
 
 
rolf.oltmans@gmail.com
Guest
Posts: n/a
 
      12-08-2006
Hello David,

Thank you for your reply.

Well, yes I want to select a node on treeview and based on that
selection user should enter date.
Yes, I guess I need a editable and "expandable" calendar control just
like Google Calendar where users can click the date and small client
side pop up will apear and they will enter their even information and
that would be saved on hitting "Save" .

So my question is twofold
-How would I develop such control?
-Is there any third party control for asp 2.0 that does the same?
I guess I've made my self clear

I appreciate your reply.

-Oltmans

On Dec 8, 8:47 pm, "David Wier" <david_w...@noSpamhotmail.com> wrote:
> I'm not sure I understand what your exact needs are - you mention a
> calendar - you do know (do you?) that ASP.Net has a Calendar control, right?
>
> What is your scenario?
> Do you want to select a node on the Treeview, and based on that selection, a
> specific date calendar event should happen?
>
> --
> David Wier
> MVP/ASPInsiderhttp://aspnet101.comhttp://aspexpress.com
>
> <rolf.oltm...@gmail.com> wrote in messagenews: oglegroups.com...
>
> > Hello all,

>
> > I need to place treeview control in Grid control. I need to place it in
> > a grid because I need to show calendar against every node. Is placing a
> > treeview in grid possible? If I need to create my own control that
> > would include capabilities of both treeview and Grid what would I have
> > to do? Being new to asp.net I guess I've to make a control that would
> > inherit from treeview and grid. But would changes I've to make in my
> > inherited control henceforth?
> > Is there any third party control that would do this for me(please
> > mention a few)?

>
> > Any help will be highly appreciated.
> > I am using asp.net 2.0( C#)

>
> > -Oltmans


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
how to access the Page from a TreeNode (treeview 's element) : addinga context menu to a treeview abargaddon ASP .Net Building Controls 0 01-17-2008 11:05 AM
Microsoft Treeview vs System Treeview stepkurt ASP .Net Web Controls 1 09-02-2007 11:32 AM
ASP.NET 2.0 TreeView - Programatically Selecting A TreeView Node =?Utf-8?B?VHltYm93?= ASP .Net 2 01-10-2006 03:51 AM
Issue with a custom TreeView derived from the TreeView control Ionutz ASP .Net Web Controls 2 10-23-2005 03:23 PM
TreeView not rendering nodes? Cacheing of a TreeView Per Salmi ASP .Net Web Controls 1 10-15-2003 01:15 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57