Click here to Skip to main content
15,887,027 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Promp box in the center of screen Pin
Viral Upadhyay27-Jul-09 4:17
Viral Upadhyay27-Jul-09 4:17 
GeneralRe: Promp box in the center of screen Pin
Blue_Boy27-Jul-09 4:19
Blue_Boy27-Jul-09 4:19 
AnswerRe: Promp box in the center of screen Pin
ToddHileHoffer27-Jul-09 7:11
ToddHileHoffer27-Jul-09 7:11 
Questionproblem with ajax control DragDropExtender Pin
S.Aijaz27-Jul-09 2:37
S.Aijaz27-Jul-09 2:37 
QuestionDynamic Treeview - (problem with nodes getting multiplied) Pin
sigurdur einarsson27-Jul-09 2:17
sigurdur einarsson27-Jul-09 2:17 
AnswerRe: Dynamic Treeview - (problem with nodes getting multiplied) Pin
Blue_Boy27-Jul-09 2:35
Blue_Boy27-Jul-09 2:35 
GeneralRe: Dynamic Treeview - (problem with nodes getting multiplied) Pin
sigurdur einarsson27-Jul-09 2:41
sigurdur einarsson27-Jul-09 2:41 
GeneralRe: Dynamic Treeview - (problem with nodes getting multiplied) Pin
Blue_Boy27-Jul-09 3:28
Blue_Boy27-Jul-09 3:28 
Before firing SelectedNodeChanged event call loop down below.

<br />
if (obTreeView.Nodes.Count > 0)<br />
    {<br />
        for (int i = 0; i <= obTreeView.Nodes.Count - 1; i++)<br />
        {<br />
            obTreeView.Nodes[i].ChildNodes.Clear();<br />
        }<br />
       <br />
    }<br />
obTreeView.SelectedNodeChanged += new EventHandler(this.Node_Change);<br />
<br />



I Love T-SQL
"Don't torture yourself,let the life to do it for you."
If my post helps you kindly save my time by voting my post.

www.aktualiteti.com

GeneralRe: Dynamic Treeview - (problem with nodes getting multiplied) Pin
sigurdur einarsson29-Jul-09 3:07
sigurdur einarsson29-Jul-09 3:07 
GeneralRe: Dynamic Treeview - (problem with nodes getting multiplied) Pin
Blue_Boy29-Jul-09 7:17
Blue_Boy29-Jul-09 7:17 
Questionset the onclick property of html button in javascript Pin
zeeShan anSari27-Jul-09 2:11
zeeShan anSari27-Jul-09 2:11 
AnswerRe: set the onclick property of html button in javascript Pin
Mike Ellison27-Jul-09 2:16
Mike Ellison27-Jul-09 2:16 
GeneralRe: set the onclick property of html button in javascript Pin
zeeShan anSari27-Jul-09 2:23
zeeShan anSari27-Jul-09 2:23 
AnswerRe: set the onclick property of html button in javascript Pin
Blue_Boy27-Jul-09 2:30
Blue_Boy27-Jul-09 2:30 
Questiondynamic chart controls Pin
bikash pattanayak27-Jul-09 2:00
bikash pattanayak27-Jul-09 2:00 
AnswerRe: dynamic chart controls Pin
Mike Ellison27-Jul-09 2:13
Mike Ellison27-Jul-09 2:13 
AnswerRe: dynamic chart controls Pin
Abhijit Jana27-Jul-09 2:18
professionalAbhijit Jana27-Jul-09 2:18 
QuestionLogin Credentials Pin
Suman Gomedhikam27-Jul-09 1:33
Suman Gomedhikam27-Jul-09 1:33 
AnswerRe: Login Credentials Pin
Blue_Boy27-Jul-09 1:36
Blue_Boy27-Jul-09 1:36 
AnswerRe: Login Credentials Pin
Blikkies27-Jul-09 1:43
professionalBlikkies27-Jul-09 1:43 
GeneralRe: Login Credentials Pin
Suman Gomedhikam27-Jul-09 18:28
Suman Gomedhikam27-Jul-09 18:28 
QuestionScroll and highlight the html table's row ? Pin
zeeShan anSari27-Jul-09 1:22
zeeShan anSari27-Jul-09 1:22 
AnswerRe: Scroll and highlight the html table's row ? Pin
Abhijit Jana27-Jul-09 1:28
professionalAbhijit Jana27-Jul-09 1:28 
GeneralRe: Scroll and highlight the html table's row ? Pin
zeeShan anSari27-Jul-09 1:31
zeeShan anSari27-Jul-09 1:31 
GeneralRe: Scroll and highlight the html table's row ? Pin
Abhijit Jana27-Jul-09 1:33
professionalAbhijit Jana27-Jul-09 1:33 

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.