Click here to Skip to main content
15,890,947 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionerror in modalpopup extender Pin
ademsandeepreddy3-Aug-09 23:12
ademsandeepreddy3-Aug-09 23:12 
QuestionDisplaying currentuser emailId in the Masterpage Pin
getaccessyr3-Aug-09 21:52
getaccessyr3-Aug-09 21:52 
AnswerRe: Displaying currentuser emailId in the Masterpage Pin
Abhijit Jana3-Aug-09 22:10
professionalAbhijit Jana3-Aug-09 22:10 
GeneralRe: Displaying currentuser emailId in the Masterpage Pin
AprNgp3-Aug-09 22:46
AprNgp3-Aug-09 22:46 
GeneralRe: Displaying currentuser emailId in the Masterpage Pin
Christian Graus3-Aug-09 22:49
protectorChristian Graus3-Aug-09 22:49 
GeneralRe: Displaying currentuser emailId in the Masterpage Pin
AprNgp3-Aug-09 22:52
AprNgp3-Aug-09 22:52 
GeneralRe: Displaying currentuser emailId in the Masterpage Pin
Abhijit Jana3-Aug-09 23:02
professionalAbhijit Jana3-Aug-09 23:02 
QuestionHow to make the tree node visible or hidden in treeview? Pin
meeram3953-Aug-09 21:49
meeram3953-Aug-09 21:49 
I want to make the treenodes visible or hidden based on some conditions.If the condition is true, hide the node, else visible.

I don't want to use WPF or any other libraries. Can it be possible with a few code lines. Even though I googled for sometime, it seems that it is possible only with WPF. Can anybody please provide any help on this? I have the following lines of code:
if (!htuserSecurityGroups.ContainsKey(securityGroup.Id))
            {
                node.SelectAction = TreeNodeSelectAction.None;
                
            }


htuserSecurityGroups is the hashtable object and securityGroup is the collection object. This will only disable the selection. I want to make invisible the node itself? Is it possible? Please help. Thanks in advance.

Success is the good fortune that comes from aspiration, desperation, perspiration and inspiration.

Questionfunctions Pin
rajni_nanu3-Aug-09 21:37
rajni_nanu3-Aug-09 21:37 
AnswerRe: functions Pin
Abhijit Jana3-Aug-09 22:07
professionalAbhijit Jana3-Aug-09 22:07 
JokeRe: functions Pin
N a v a n e e t h3-Aug-09 22:15
N a v a n e e t h3-Aug-09 22:15 
AnswerRe: functions Pin
Blue_Boy3-Aug-09 22:20
Blue_Boy3-Aug-09 22:20 
AnswerRe: functions Pin
Christian Graus3-Aug-09 22:36
protectorChristian Graus3-Aug-09 22:36 
QuestionRuntime Error On Server Pin
mdazeemuddin3-Aug-09 21:16
mdazeemuddin3-Aug-09 21:16 
AnswerRe: Runtime Error On Server Pin
SeMartens3-Aug-09 21:24
SeMartens3-Aug-09 21:24 
GeneralRe: Runtime Error On Server Pin
mdazeemuddin3-Aug-09 21:32
mdazeemuddin3-Aug-09 21:32 
GeneralRe: Runtime Error On Server Pin
SeMartens3-Aug-09 21:36
SeMartens3-Aug-09 21:36 
AnswerRe: Runtime Error On Server Pin
Christian Graus3-Aug-09 21:24
protectorChristian Graus3-Aug-09 21:24 
GeneralRe: Runtime Error On Server Pin
AprNgp3-Aug-09 22:49
AprNgp3-Aug-09 22:49 
GeneralRe: Runtime Error On Server Pin
Christian Graus3-Aug-09 22:51
protectorChristian Graus3-Aug-09 22:51 
GeneralRe: Runtime Error On Server Pin
AprNgp3-Aug-09 22:56
AprNgp3-Aug-09 22:56 
Questiondropdownlist problem Pin
indian223-Aug-09 21:06
indian223-Aug-09 21:06 
AnswerRe: dropdownlist problem Pin
Blue_Boy3-Aug-09 21:09
Blue_Boy3-Aug-09 21:09 
AnswerRe: dropdownlist problem Pin
Christian Graus3-Aug-09 21:16
protectorChristian Graus3-Aug-09 21:16 
QuestionHow To Start Crystal Reports In VisaulStudio 2008 Pin
axman_podili@yahoo.co.in3-Aug-09 21:05
axman_podili@yahoo.co.in3-Aug-09 21:05 

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.