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

ASP.NET

 
Questioni Can not access to Gridview/ Ajax with Master Page Pin
Honeyboy_2014-Mar-11 4:27
Honeyboy_2014-Mar-11 4:27 
AnswerRe: i Can not access to Gridview/ Ajax with Master Page Pin
Sandeep Mewara14-Mar-11 4:55
mveSandeep Mewara14-Mar-11 4:55 
GeneralRe: i Can not access to Gridview/ Ajax with Master Page Pin
Honeyboy_2014-Mar-11 5:05
Honeyboy_2014-Mar-11 5:05 
AnswerRe: i Can not access to Gridview/ Ajax with Master Page Pin
Ali Al Omairi(Abu AlHassan)15-Mar-11 13:27
professionalAli Al Omairi(Abu AlHassan)15-Mar-11 13:27 
QuestionDropDownList - MVC3 Razor Application Pin
dotman114-Mar-11 0:32
dotman114-Mar-11 0:32 
AnswerRe: DropDownList - MVC3 Razor Application Pin
Sandeep Mewara14-Mar-11 5:00
mveSandeep Mewara14-Mar-11 5:00 
GeneralRe: DropDownList - MVC3 Razor Application Pin
dotman115-Mar-11 3:10
dotman115-Mar-11 3:10 
Questionrighet click on tree view? Pin
shima-201113-Mar-11 21:23
shima-201113-Mar-11 21:23 
Hi in file context menu on tree view:
I tried to add node to the tree and while adding it ,the value and text is set.

the new node is shown but the menu does not appear while Rclick.

plz tell me what is wrong?
protected void LinkButton1_Click1(object sender, EventArgs e)
    {
        setRightClickedNode();

        if (rightClickedNode != null)
        {
          
            TreeNode nodeToAdd = new TreeNode();
            nodeToAdd.Text = "<div id='151'  oncontextmenu='return showmenuie5(event,'151')' > new  node  </div>";
            nodeToAdd.Value = "151";
            rightClickedNode.ChildNodes.Add(nodeToAdd);
        }
        else
        {
            Label1.Text = "Oops, no right click node found. You have a problem";
        }
    }

AnswerRe: righet click on tree view? Pin
Ali AlOmairi (TJIC)13-Mar-11 22:56
Ali AlOmairi (TJIC)13-Mar-11 22:56 
Questionhow to stream uploaded document in asp Pin
nelmaigen12-Mar-11 15:03
nelmaigen12-Mar-11 15:03 
AnswerRe: how to stream uploaded document in asp Pin
Sandeep Mewara14-Mar-11 5:07
mveSandeep Mewara14-Mar-11 5:07 
QuestionCan we open a ASP classic fourm? Pin
lambright12-Mar-11 7:10
lambright12-Mar-11 7:10 
AnswerRe: Can we open a ASP classic fourm? Pin
Abhijit Jana12-Mar-11 7:48
professionalAbhijit Jana12-Mar-11 7:48 
AnswerRe: Can we open a ASP classic fourm? Pin
Keith Barrow12-Mar-11 8:02
professionalKeith Barrow12-Mar-11 8:02 
QuestionAdd an '&' (ampersand ) character to a string. Pin
codingrocks11-Mar-11 21:36
codingrocks11-Mar-11 21:36 
AnswerRe: Add an '&' (ampersand ) character to a string. Pin
R. Giskard Reventlov11-Mar-11 21:50
R. Giskard Reventlov11-Mar-11 21:50 
QuestionASP.NET free web hosting Pin
εїзεїзεїз11-Mar-11 19:00
εїзεїзεїз11-Mar-11 19:00 
AnswerRe: ASP.NET free web hosting Pin
adkalavadia14-Mar-11 2:45
adkalavadia14-Mar-11 2:45 
Questionrightclick on tree view? Pin
shima-201111-Mar-11 18:16
shima-201111-Mar-11 18:16 
AnswerRe: rightclick on tree view? Pin
thatraja11-Mar-11 18:30
professionalthatraja11-Mar-11 18:30 
GeneralRe: rightclick on tree view? Pin
shima-201112-Mar-11 0:37
shima-201112-Mar-11 0:37 
GeneralRe: rightclick on tree view? Pin
thatraja12-Mar-11 1:00
professionalthatraja12-Mar-11 1:00 
Questiondeveloping KIOSK applications in Dotnet Pin
Member 365700710-Mar-11 20:48
Member 365700710-Mar-11 20:48 
AnswerCross post. Please ignore. Pin
Pete O'Hanlon10-Mar-11 21:42
mvePete O'Hanlon10-Mar-11 21:42 
QuestionEditing a 64 bit website with visual web developer express 2010 Pin
DavidLindon10-Mar-11 8:28
DavidLindon10-Mar-11 8:28 

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.