.NET expert (or just somebody who knows .NET)
hi, i need a quick and dirty crash course on ASP.NET (C#)
specifically about hide and show (expand?) of a label on a event (click on a link)
i need to know how to do it, quick!
more explaination:
=====================
(before you click line #1)
1. line #1
2. line #3
=====================
(after you clicked line #1)
1. line #1
2. line #2
3. line #3
======================
and when line #2 is expanded (visible), clicking line #1 again will hide line #2 and bring it back to the before.
please help
specifically about hide and show (expand?) of a label on a event (click on a link)
i need to know how to do it, quick!
more explaination:
=====================
(before you click line #1)
1. line #1
2. line #3
=====================
(after you clicked line #1)
1. line #1
2. line #2
3. line #3
======================
and when line #2 is expanded (visible), clicking line #1 again will hide line #2 and bring it back to the before.
please help
not familiar with .net myself, but you'd probably have better luck looking on the programming newsgroups, i.e., microsoft.public.dotnet.framework.aspnet or something similar
you can search their archives at http://groups.google.com/
you can search their archives at http://groups.google.com/
Are you looking for a treeview control like the one used to display directories/folders in windows explorer?
If you are, there are tons of these controls available on the web. Not sure if one is part of .NET or not.
If you are, there are tons of these controls available on the web. Not sure if one is part of .NET or not.
Originally Posted by Doug Newhard,Oct 25 2005, 09:51 AM
Are you looking for a treeview control like the one used to display directories/folders in windows explorer?
If you are, there are tons of these controls available on the web. Not sure if one is part of .NET or not.
If you are, there are tons of these controls available on the web. Not sure if one is part of .NET or not.
You can download this web cotrol. It has treeview in it.
http://www.asp.net/IEWebControls/Download....index=0&tabid=1
http://www.asp.net/IEWebControls/Download....index=0&tabid=1
Thread
Thread Starter
Forum
Replies
Last Post



