Click here to Skip to main content
15,902,275 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Datagrid property Pin
Jack Li24-Jun-09 18:41
Jack Li24-Jun-09 18:41 
QuestionFrameset Pin
yesu prakash24-Jun-09 3:27
yesu prakash24-Jun-09 3:27 
AnswerRe: Frameset Pin
Niladri_Biswas24-Jun-09 4:20
Niladri_Biswas24-Jun-09 4:20 
Questionconfusion using Addparsedsubobject method in page Pin
jagga2124-Jun-09 3:27
jagga2124-Jun-09 3:27 
QuestionHow to assign values to the properties for a user control Pin
honey.rpk24-Jun-09 2:59
honey.rpk24-Jun-09 2:59 
AnswerRe: How to assign values to the properties for a user control Pin
Niladri_Biswas24-Jun-09 3:45
Niladri_Biswas24-Jun-09 3:45 
QuestionTreeView control [modified] Pin
indian14324-Jun-09 2:32
indian14324-Jun-09 2:32 
AnswerRe: TreeView control Pin
himanshu256124-Jun-09 20:59
himanshu256124-Jun-09 20:59 
Hi Abdul,
(1)
indian143 wrote:
As my submenu should appear when I click on the complete parent node itself not only on Collapse or expand buttons

protected void TreeView1_SelectedNodeChanged(object sender, EventArgs e)
   {
    //   ScriptManager.RegisterStartupScript(this, typeof(string), "OPEN_WINDOW", "window.open( 'http://www.google.com','mywindow','width=750,height=600' );", true);
       TreeView1.SelectedNode.Expand();
   }

(2) As far as second question please clarify more what you want at client side.
(3)
indian143 wrote:
parent nodes background should be different from Child nodes background

Use something like:
TreeView1.ParentNodeStyle.BackColor = Color.Black;
        TreeView1.ParentNodeStyle.ForeColor = Color.White;
        TreeView1.RootNodeStyle.ForeColor = Color.Yellow;


himanshu

GeneralRe: TreeView control Pin
indian14324-Jun-09 21:54
indian14324-Jun-09 21:54 
GeneralRe: TreeView control Pin
himanshu256124-Jun-09 22:35
himanshu256124-Jun-09 22:35 
Questionasp.net Pin
Minaxi 4m India24-Jun-09 1:43
Minaxi 4m India24-Jun-09 1:43 
AnswerRe: asp.net Pin
Minaxi 4m India24-Jun-09 1:44
Minaxi 4m India24-Jun-09 1:44 
GeneralRe: asp.net Pin
Abhijit Jana24-Jun-09 2:05
professionalAbhijit Jana24-Jun-09 2:05 
GeneralRe: asp.net Pin
Baran M24-Jun-09 2:09
Baran M24-Jun-09 2:09 
AnswerRe: asp.net Pin
Abhijit Jana24-Jun-09 2:04
professionalAbhijit Jana24-Jun-09 2:04 
AnswerRe: asp.net Pin
K030624-Jun-09 2:06
K030624-Jun-09 2:06 
AnswerRe: asp.net Pin
Baran M24-Jun-09 2:08
Baran M24-Jun-09 2:08 
AnswerRe: asp.net Pin
Vimalsoft(Pty) Ltd24-Jun-09 2:33
professionalVimalsoft(Pty) Ltd24-Jun-09 2:33 
Questiondropdown data lost on post back of contentpage Pin
S.Aijaz24-Jun-09 1:38
S.Aijaz24-Jun-09 1:38 
AnswerRe: dropdown data lost on post back of contentpage Pin
Chetan.visodiya24-Jun-09 1:51
Chetan.visodiya24-Jun-09 1:51 
AnswerRe: dropdown data lost on post back of contentpage Pin
Niladri_Biswas24-Jun-09 4:40
Niladri_Biswas24-Jun-09 4:40 
AnswerRe: dropdown data lost on post back of contentpage Pin
Ennis Ray Lynch, Jr.24-Jun-09 5:04
Ennis Ray Lynch, Jr.24-Jun-09 5:04 
QuestionProject Archietecture Pin
nhss24-Jun-09 0:56
nhss24-Jun-09 0:56 
AnswerRe: Project Archietecture Pin
himanshu256124-Jun-09 1:16
himanshu256124-Jun-09 1:16 
AnswerRe: Project Archietecture Pin
Abhijit Jana24-Jun-09 1:45
professionalAbhijit Jana24-Jun-09 1:45 

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.