Click here to Skip to main content
15,867,453 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: CS0246: The type or namespace name 'UserInfoaa' could not be found (are you missing a using directive or an assembly reference?) Pin
Member 109016446-Jul-14 18:32
Member 109016446-Jul-14 18:32 
QuestionError in my Entity Framework connection string Pin
Stephen Holdorf5-Jul-14 3:32
Stephen Holdorf5-Jul-14 3:32 
QuestionRe: Error in my Entity Framework connection string Pin
Stephen Holdorf5-Jul-14 10:44
Stephen Holdorf5-Jul-14 10:44 
QuestionRe: Error in my Entity Framework connection string Pin
Stephen Holdorf5-Jul-14 10:57
Stephen Holdorf5-Jul-14 10:57 
AnswerRe: Error in my Entity Framework connection string Pin
sankarsan parida6-Jul-14 7:49
professionalsankarsan parida6-Jul-14 7:49 
QuestionRe: Error in my Entity Framework connection string Pin
Stephen Holdorf6-Jul-14 13:54
Stephen Holdorf6-Jul-14 13:54 
AnswerRe: Error in my Entity Framework connection string Pin
sankarsan parida6-Jul-14 18:55
professionalsankarsan parida6-Jul-14 18:55 
QuestionDynamic menu problem when chaning from english to arabic language Pin
md_ismailz2-Jul-14 23:59
md_ismailz2-Jul-14 23:59 
Hi all,

am working on Dynamic Menu its working fine in English when i convert this same menu in Arabic its working fine but the sub menu has some margin...if we set the margin then again for 2nd main menus submenu is not coming in order...

www.dreamcom.ae (This is for english working good)

www.dreamcom.ae/Ar/Index.aspx (This is for Arabic which is not working)


ASP.NET
<asp:Menu ID="menuBar" StaticEnableDefaultPopOutImage="False" runat="server" Orientation="Horizontal" 
onmenuitemclick="menuBar_MenuItemClick" DynamicHorizontalOffset="2" Font-Size="18px" 
BackColor="#669903" ForeColor="White" StaticSubMenuIndent="100%" Font-Bold="True" Height="56px" vertical-align="top" top="50px" 
margin="0px" position="static" BorderStyle="None" DynamicSelectedStyle-BorderStyle="None" BorderColor="#7ab802" CssClass="menucss">

<DynamicHoverStyle BorderStyle="Solid" BorderWidth="0px" BackColor="#7ab802" ForeColor="White" />

<DynamicMenuItemStyle BorderColor="Black"  BorderStyle="Solid" BorderWidth="0px" Font-Bold="true" Font-Size="17px" HorizontalPadding="6px" VerticalPadding="6px" />

<DynamicMenuStyle BorderColor="#669903" BorderStyle="Solid" BorderWidth="1px" BackColor="#669903" CssClass="menucss"/>
<DynamicSelectedStyle BorderColor="#3094FC" BorderStyle="Solid" BorderWidth="0px" ForeColor="#3094FC" BackColor="#5D7B9D" CssClass="menucss" />


<StaticHoverStyle BorderColor="#669903" BorderStyle="Solid" BorderWidth="0px" BackColor="#7ab802" ForeColor="#ffffff" CssClass="menucss" />
<StaticMenuItemStyle ForeColor="White" BorderStyle="Solid" BorderWidth="0px" Font-Size="14px" HorizontalPadding="15px" VerticalPadding="20px" CssClass="menucss" />


<StaticSelectedStyle BorderColor="#5CB8FF" BorderStyle="Solid" BorderWidth="1px" ForeColor="#fafafa" BackColor="#5CB8FF" />
</asp:Menu>






this code am using in both english and in arabic.....but in arabic am using style="direction:rtl;" hence it the direction of the content will change...

and am fetching english and arabic datas are fetch from database..

Kindly help me out...am trying from long time..

Thanks.
QuestionHow to handle Invalid Session State on callback Pin
David Mujica1-Jul-14 11:00
David Mujica1-Jul-14 11:00 
AnswerRe: How to handle Invalid Session State on callback Pin
Kornfeld Eliyahu Peter1-Jul-14 19:14
professionalKornfeld Eliyahu Peter1-Jul-14 19:14 
GeneralRe: How to handle Invalid Session State on callback Pin
David Mujica2-Jul-14 2:44
David Mujica2-Jul-14 2:44 
AnswerRe: How to handle Invalid Session State on callback Pin
Kornfeld Eliyahu Peter2-Jul-14 2:51
professionalKornfeld Eliyahu Peter2-Jul-14 2:51 
GeneralRe: How to handle Invalid Session State on callback Pin
David Mujica2-Jul-14 10:39
David Mujica2-Jul-14 10:39 
GeneralRe: How to handle Invalid Session State on callback Pin
Kornfeld Eliyahu Peter2-Jul-14 16:50
professionalKornfeld Eliyahu Peter2-Jul-14 16:50 
QuestionHow to populate Model that has a property referring to detail\child table in MVC 4 Pin
jeAntoni1-Jul-14 6:56
jeAntoni1-Jul-14 6:56 
AnswerRe: How to populate Model that has a property referring to detail\child table in MVC 4 Pin
Gourab Bose8-Jul-14 21:28
Gourab Bose8-Jul-14 21:28 
QuestionResize image without change in master image Pin
mor kan1-Jul-14 4:26
mor kan1-Jul-14 4:26 
AnswerRe: Resize image without change in master image Pin
Richard Deeming1-Jul-14 5:49
mveRichard Deeming1-Jul-14 5:49 
GeneralRe: Resize image without change in master image Pin
mor kan1-Jul-14 7:58
mor kan1-Jul-14 7:58 
GeneralRe: Resize image without change in master image Pin
mor kan1-Jul-14 8:03
mor kan1-Jul-14 8:03 
GeneralRe: Resize image without change in master image Pin
Richard Deeming1-Jul-14 8:31
mveRichard Deeming1-Jul-14 8:31 
Questionctl Prefix in ClientID Pin
Ali Al Omairi(Abu AlHassan)30-Jun-14 2:22
professionalAli Al Omairi(Abu AlHassan)30-Jun-14 2:22 
AnswerRe: ctl Prefix in ClientID Pin
Kornfeld Eliyahu Peter30-Jun-14 3:29
professionalKornfeld Eliyahu Peter30-Jun-14 3:29 
GeneralRe: ctl Prefix in ClientID Pin
Ali Al Omairi(Abu AlHassan)1-Jul-14 0:41
professionalAli Al Omairi(Abu AlHassan)1-Jul-14 0:41 
AnswerRe: ctl Prefix in ClientID Pin
Kornfeld Eliyahu Peter1-Jul-14 0:43
professionalKornfeld Eliyahu Peter1-Jul-14 0:43 

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.