Click here to Skip to main content
16,006,440 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Digital Dashboard Pin
boriz_spider27-Apr-06 6:34
boriz_spider27-Apr-06 6:34 
GeneralRe: Digital Dashboard Pin
Alexander Chiang27-Apr-06 11:34
Alexander Chiang27-Apr-06 11:34 
QuestionOpen Popup window without using Javascript Pin
Ashutosh_Agarwal26-Apr-06 5:20
Ashutosh_Agarwal26-Apr-06 5:20 
AnswerRe: Open Popup window without using Javascript Pin
J4amieC26-Apr-06 5:49
J4amieC26-Apr-06 5:49 
AnswerRe: Open Popup window without using Javascript Pin
Guffa26-Apr-06 6:36
Guffa26-Apr-06 6:36 
GeneralRe: Open Popup window without using Javascript Pin
J4amieC26-Apr-06 7:15
J4amieC26-Apr-06 7:15 
QuestionRe: Open Popup window without using Javascript Pin
Ashutosh_Agarwal27-Apr-06 2:53
Ashutosh_Agarwal27-Apr-06 2:53 
Questiontreeview OnTreeNodePopulate Pin
gully001IE26-Apr-06 4:22
gully001IE26-Apr-06 4:22 
Hi all,

I am trying to reload a treeview from a given start node passed to the page by session.

I have the following code in my page_load event

if (Page.Session["NavStartNode"] != null)

{

oTopics.iTTop_PK_ID =

Convert.ToInt32(Page.Session["NavStartNode"]);
oTopics.SelectOne();

LoadRoot(oTopics.sTTop_Name.ToString(), Page.Session[

"NavStartNode"].ToString());
tvMain.Nodes[0].PopulateOnDemand =

true;

}

The Loadroot sub is creating the root node and is working fine, but It does not take in consideration the "OnTreeNodePopulate" function. The node created does not have and child node and can't be expanded ...

This is driving me mad, please help. Cry | :((

AnswerRe: treeview OnTreeNodePopulate Pin
minhpc_bk26-Apr-06 17:04
minhpc_bk26-Apr-06 17:04 
QuestionGeneral Search Problems! Pin
wEb GuRu...26-Apr-06 3:06
wEb GuRu...26-Apr-06 3:06 
AnswerRe: General Search Problems! Pin
Mike Ellison26-Apr-06 3:53
Mike Ellison26-Apr-06 3:53 
QuestionHow can I format string to two digit decimal number Pin
Enska8226-Apr-06 3:05
Enska8226-Apr-06 3:05 
AnswerRe: How can I format string to two digit decimal number Pin
Guffa26-Apr-06 4:43
Guffa26-Apr-06 4:43 
AnswerRe: How can I format string to two digit decimal number Pin
Uma Kameswari26-Apr-06 6:41
Uma Kameswari26-Apr-06 6:41 
GeneralRe: How can I format string to two digit decimal number Pin
Enska8226-Apr-06 20:34
Enska8226-Apr-06 20:34 
Questionasp.net 2.0 send email Pin
fmardani26-Apr-06 2:57
fmardani26-Apr-06 2:57 
AnswerRe: asp.net 2.0 send email Pin
k_bhawna26-Apr-06 4:05
k_bhawna26-Apr-06 4:05 
AnswerRe: asp.net 2.0 send email Pin
Vasudevan Deepak Kumar26-Apr-06 18:36
Vasudevan Deepak Kumar26-Apr-06 18:36 
QuestionDeploy a Web Application Pin
NICE TO MEET26-Apr-06 2:53
NICE TO MEET26-Apr-06 2:53 
AnswerRe: Deploy a Web Application Pin
Daniel Santillanes26-Apr-06 6:15
professionalDaniel Santillanes26-Apr-06 6:15 
Questiondefine arrays Pin
ptvce26-Apr-06 2:53
ptvce26-Apr-06 2:53 
AnswerRe: define arrays Pin
VaibhavJ26-Apr-06 3:35
VaibhavJ26-Apr-06 3:35 
QuestionCould not load type with framework 2.0 Pin
sergistm26-Apr-06 2:49
sergistm26-Apr-06 2:49 
AnswerRe: Could not load type with framework 2.0 Pin
Mike Ellison26-Apr-06 7:41
Mike Ellison26-Apr-06 7:41 
QuestionOWC10 Compatibility with ASP.NET 2.0 Pin
sohne26-Apr-06 2:35
sohne26-Apr-06 2:35 

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.