Click here to Skip to main content
15,919,132 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: how to add video on asp.net site? Pin
David Mujica31-Mar-13 0:48
David Mujica31-Mar-13 0:48 
QuestionASP.Net PopUp Calendar Control Pin
noobville29-Mar-13 6:19
noobville29-Mar-13 6:19 
AnswerRe: ASP.Net PopUp Calendar Control Pin
jkirkerx29-Mar-13 10:18
professionaljkirkerx29-Mar-13 10:18 
GeneralRe: ASP.Net PopUp Calendar Control Pin
noobville11-Jun-13 8:52
noobville11-Jun-13 8:52 
GeneralRe: ASP.Net PopUp Calendar Control Pin
jkirkerx11-Jun-13 9:09
professionaljkirkerx11-Jun-13 9:09 
QuestionAsp.net Treeview Control Pin
Member 994778229-Mar-13 1:27
Member 994778229-Mar-13 1:27 
AnswerRe: Asp.net Treeview Control Pin
Richard MacCutchan29-Mar-13 1:57
mveRichard MacCutchan29-Mar-13 1:57 
AnswerRe: Asp.net Treeview Control Pin
jkirkerx29-Mar-13 9:55
professionaljkirkerx29-Mar-13 9:55 
Easier said than done. You really should just drop one down on your webform and play around with it first, and work on the CSS you need to style it, then load it up with your data, and write code for expand and collapse.

The treeview is pretty complicated, and doesn't really work very well across all browsers, so it requires some browser detection and some tweaking for each node and child nodes.

So for IE, the text on the nodes read clear, but on firefox, the text is very fine, but perhaps it depends on your monitor or video card.

As for right clicks, I tried that and decided thar the work required to enable right clicks outweighed the use of them. Then you have to determine which node or child node was selected, and what the object type is to take action to.

You really need to write your own code, or google for sample code instead of asking us to google for you.

I use it to show files in a folder by file type, and place the appropriate icon next to the file type. So I do a folder read, and create nodes in code without binding.

Binding

Binding Data With ‘TreeView’ Control Asp.net 2.0[^]

Right Clicks
http://generally.wordpress.com/2007/11/06/right-click-on-treeview-get-the-node-clicked-at/[^]
AnswerRe: Asp.net Treeview Control Pin
AContractor2-Apr-13 15:23
professionalAContractor2-Apr-13 15:23 
QuestionAccessing Ajax modal pop control from a page in iframe Pin
nainakarri29-Mar-13 0:17
nainakarri29-Mar-13 0:17 
AnswerRe: Accessing Ajax modal pop control from a page in iframe Pin
jkirkerx29-Mar-13 10:21
professionaljkirkerx29-Mar-13 10:21 
GeneralRe: Accessing Ajax modal pop control from a page in iframe Pin
nainakarri29-Mar-13 18:10
nainakarri29-Mar-13 18:10 
GeneralRe: Accessing Ajax modal pop control from a page in iframe Pin
jkirkerx29-Mar-13 19:24
professionaljkirkerx29-Mar-13 19:24 
GeneralRe: Accessing Ajax modal pop control from a page in iframe Pin
nainakarri31-Mar-13 19:17
nainakarri31-Mar-13 19:17 
GeneralRe: Accessing Ajax modal pop control from a page in iframe Pin
jkirkerx1-Apr-13 7:26
professionaljkirkerx1-Apr-13 7:26 
GeneralRe: Accessing Ajax modal pop control from a page in iframe Pin
nainakarri2-Apr-13 1:25
nainakarri2-Apr-13 1:25 
GeneralRe: Accessing Ajax modal pop control from a page in iframe Pin
jkirkerx2-Apr-13 6:25
professionaljkirkerx2-Apr-13 6:25 
GeneralRe: Accessing Ajax modal pop control from a page in iframe Pin
nainakarri31-Mar-13 19:19
nainakarri31-Mar-13 19:19 
QuestionAdding dll file in web application Pin
Shree.grace28-Mar-13 21:03
Shree.grace28-Mar-13 21:03 
QuestionRe: Adding dll file in web application Pin
Vasudevan Deepak Kumar29-Mar-13 4:28
Vasudevan Deepak Kumar29-Mar-13 4:28 
AnswerRe: Adding dll file in web application Pin
Shree.grace29-Mar-13 18:30
Shree.grace29-Mar-13 18:30 
AnswerRe: Adding dll file in web application Pin
Jasmine250129-Mar-13 6:50
Jasmine250129-Mar-13 6:50 
QuestionHandle frame close event Pin
obalesu28-Mar-13 20:50
obalesu28-Mar-13 20:50 
AnswerRe: Handle frame close event Pin
Vasudevan Deepak Kumar29-Mar-13 4:28
Vasudevan Deepak Kumar29-Mar-13 4:28 
GeneralMessage Removed Pin
31-Mar-13 19:54
obalesu31-Mar-13 19:54 

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.