Click here to Skip to main content
15,918,808 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionHow to change the skin of a web site? Pin
thomas_joyee6-Sep-06 2:03
thomas_joyee6-Sep-06 2:03 
AnswerRe: How to change the skin of a web site? Pin
minhpc_bk6-Sep-06 2:07
minhpc_bk6-Sep-06 2:07 
Questionmultilanguage asp.net application Pin
manoj_geet6-Sep-06 1:59
manoj_geet6-Sep-06 1:59 
AnswerRe: multilanguage asp.net application Pin
minhpc_bk6-Sep-06 2:05
minhpc_bk6-Sep-06 2:05 
AnswerRe: multilanguage asp.net application Pin
Sathesh Sakthivel6-Sep-06 2:10
Sathesh Sakthivel6-Sep-06 2:10 
QuestionFilling Dropdown via Javascript - Strategic Question Pin
matthias s.6-Sep-06 1:23
matthias s.6-Sep-06 1:23 
AnswerRe: Filling Dropdown via Javascript - Strategic Question Pin
g00fyman6-Sep-06 1:53
g00fyman6-Sep-06 1:53 
Questionasp:menu 2.0 postback issue [modified] Pin
beren7776-Sep-06 1:08
beren7776-Sep-06 1:08 
I am having a problem with a asp:menu 2.0 control. When I set up the control to use an XmlDataSource the postback event doesn't fire for all the menu items. i.e. I have a OnMenuItemClick event, but it only fires for the items under the first menu entry. Here is the aspx markup:

<asp:Menu ID="mnuMain" runat="server" Orientation="Horizontal" OnMenuItemClick="mnuMain_MenuItemClick" DataSourceID="xmldsMenu">
<DataBindings>
<asp:MenuItemBinding DataMember="MenuNode" NavigateUrlField="url" TextField="title" ValueField="value" />
<asp:MenuItemBinding DataMember="MenuNode" NavigateUrlField="url" TextField="title" ValueField="value" />
</DataBindings>
</asp:Menu>
<asp:XmlDataSource ID="xmldsMenu" runat="server" DataFile="menu.xml" XPath="/MapHomeNode/MenuNode">
</asp:XmlDataSource>




-- modified at 7:15 Wednesday 6th September, 2006
AnswerRe: asp:menu 2.0 postback issue Pin
minhpc_bk6-Sep-06 2:03
minhpc_bk6-Sep-06 2:03 
Questioncustom control event not firing Pin
g00fyman5-Sep-06 23:49
g00fyman5-Sep-06 23:49 
AnswerRe: custom control event not firing Pin
Parwej Ahamad6-Sep-06 0:59
professionalParwej Ahamad6-Sep-06 0:59 
GeneralRe: custom control event not firing Pin
g00fyman6-Sep-06 1:49
g00fyman6-Sep-06 1:49 
AnswerRe: custom control event not firing Pin
Parwej Ahamad6-Sep-06 2:32
professionalParwej Ahamad6-Sep-06 2:32 
AnswerRe: custom control event not firing Pin
minhpc_bk6-Sep-06 1:00
minhpc_bk6-Sep-06 1:00 
GeneralRe: custom control event not firing Pin
g00fyman6-Sep-06 1:47
g00fyman6-Sep-06 1:47 
GeneralRe: custom control event not firing Pin
minhpc_bk6-Sep-06 2:01
minhpc_bk6-Sep-06 2:01 
GeneralRe: custom control event not firing Pin
g00fyman6-Sep-06 2:12
g00fyman6-Sep-06 2:12 
GeneralRe: custom control event not firing Pin
minhpc_bk6-Sep-06 2:27
minhpc_bk6-Sep-06 2:27 
GeneralRe: custom control event not firing Pin
g00fyman6-Sep-06 2:39
g00fyman6-Sep-06 2:39 
Questionhow to write into the .htm file Pin
Amit Agarrwal5-Sep-06 23:21
Amit Agarrwal5-Sep-06 23:21 
AnswerRe: how to write into the .htm file Pin
Exelioindia5-Sep-06 23:48
Exelioindia5-Sep-06 23:48 
AnswerRe: how to write into the .htm file [modified] Pin
g00fyman5-Sep-06 23:53
g00fyman5-Sep-06 23:53 
GeneralRe: how to write into the .htm file Pin
Amit Agarrwal6-Sep-06 0:11
Amit Agarrwal6-Sep-06 0:11 
GeneralRe: how to write into the .htm file Pin
g00fyman6-Sep-06 0:16
g00fyman6-Sep-06 0:16 
GeneralRe: how to write into the .htm file Pin
Amit Agarrwal6-Sep-06 0:20
Amit Agarrwal6-Sep-06 0:20 

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.