Click here to Skip to main content
15,896,500 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Retaining viewstate of dynamic controls Pin
John-ph13-Aug-07 6:30
John-ph13-Aug-07 6:30 
QuestionUpdating gridview after changes to database Pin
JacquesDP13-Aug-07 3:44
JacquesDP13-Aug-07 3:44 
AnswerRe: Updating gridview after changes to database Pin
kubben13-Aug-07 4:00
kubben13-Aug-07 4:00 
AnswerRe: Updating gridview after changes to database Pin
Blue_Boy13-Aug-07 21:08
Blue_Boy13-Aug-07 21:08 
GeneralRe: Updating gridview after changes to database Pin
JacquesDP13-Aug-07 21:27
JacquesDP13-Aug-07 21:27 
GeneralRe: Updating gridview after changes to database Pin
Blue_Boy13-Aug-07 21:30
Blue_Boy13-Aug-07 21:30 
Questionhow to set default orientation(Landscape) for Internet Explorer Browser. Pin
Amit Agarrwal13-Aug-07 3:34
Amit Agarrwal13-Aug-07 3:34 
QuestionASP.Net 2.0 TreeViewControl Pin
ranandbe13-Aug-07 3:14
ranandbe13-Aug-07 3:14 
Hi Folks,

In my project i need to display the various menu's for different type of user also that we have using treeview for menu.the project developed in the VS 2003 and now we are migrating it to VS 2005 project. so we decided to use ASP .net Tree view control.

This is my code:
<asp:TreeView ID="TreeView1" runat="server" ImageSet="Arrows" Style="z-index: 102;
left: 24px; top: 32px; position: absolute;" Height="72px" Width="72px">

<ParentNodeStyle Font-Bold="False" />
<HoverNodeStyle Font-Underline="True" ForeColor="#5555DD"/>
<SelectedNodeStyle Font-Underline="True" ForeColor="#5555DD" HorizontalPadding="0px"
VerticalPadding="0px"/>
<Nodes>
<asp:TreeNode ShowCheckBox="False" Text="Reports" Value="Room Actions" Expanded="false"> </asp:TreeNode>
</Nodes>
</asp:TreeView>


It will throw an error:

inner Exception :
{"Using TreeView.HoverStyle requires Page.Header to be non-null (e.g. <head runat=\"server\" />)."}

outer Exception:
{"Error executing child request for Guest.aspx."}

This page is call by Server.Transfer method.

If you faced like this problem or if you have a solution for this please respond me.



ranandbe
QuestionHow to Enable and disable controls in .aspx page using javascript Pin
Balagurunathan S13-Aug-07 2:48
Balagurunathan S13-Aug-07 2:48 
AnswerRe: How to Enable and disable controls in .aspx page using javascript Pin
sathish s13-Aug-07 3:25
sathish s13-Aug-07 3:25 
QuestionFLVPlayer Compatible with c#.net Pin
harryforum13-Aug-07 2:25
harryforum13-Aug-07 2:25 
QuestionDropdown SelectedIndex Pin
| Muhammad Waqas Butt |13-Aug-07 0:49
professional| Muhammad Waqas Butt |13-Aug-07 0:49 
AnswerRe: Dropdown SelectedIndex Pin
N a v a n e e t h13-Aug-07 0:55
N a v a n e e t h13-Aug-07 0:55 
GeneralRe: Dropdown SelectedIndex Pin
| Muhammad Waqas Butt |13-Aug-07 2:57
professional| Muhammad Waqas Butt |13-Aug-07 2:57 
GeneralRe: Dropdown SelectedIndex Pin
N a v a n e e t h13-Aug-07 3:49
N a v a n e e t h13-Aug-07 3:49 
GeneralRe: Dropdown SelectedIndex Pin
Nick.cheng.liu13-Aug-07 7:05
Nick.cheng.liu13-Aug-07 7:05 
QuestionExport Html table into Xls format Pin
Mustakim Mansuri13-Aug-07 0:44
Mustakim Mansuri13-Aug-07 0:44 
Questionsession state problem Pin
Kissy1613-Aug-07 0:44
Kissy1613-Aug-07 0:44 
AnswerRe: session state problem Pin
kubben13-Aug-07 3:03
kubben13-Aug-07 3:03 
GeneralRe: session state problem Pin
naveen attri12-Jul-09 23:21
naveen attri12-Jul-09 23:21 
QuestionWhen press Enter move to next field? Pin
fmlove13-Aug-07 0:30
fmlove13-Aug-07 0:30 
AnswerRe: When press Enter move to next field? Pin
N a v a n e e t h13-Aug-07 0:52
N a v a n e e t h13-Aug-07 0:52 
QuestionASP.NET AAND WRITE EXCEL Pin
S A R I T H13-Aug-07 0:23
S A R I T H13-Aug-07 0:23 
AnswerRe: ASP.NET AAND WRITE EXCEL Pin
soneliso13-Aug-07 1:03
soneliso13-Aug-07 1:03 
QuestionObject reference not set to an instance of an object Pin
kirthikirthi12-Aug-07 23:52
kirthikirthi12-Aug-07 23:52 

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.