Click here to Skip to main content
15,884,298 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionbutton control in ajax accordion [modified] Pin
Ariful Islam Sabuz2-Jun-09 19:19
Ariful Islam Sabuz2-Jun-09 19:19 
AnswerRe: button control in ajax accordion Pin
Abhijit Jana2-Jun-09 19:21
professionalAbhijit Jana2-Jun-09 19:21 
QuestionSetting value for datarow if its null [modified] Pin
kishorgh2-Jun-09 19:16
kishorgh2-Jun-09 19:16 
AnswerRe: Setting value for datarow if its null Pin
Kapil Thakur2-Jun-09 21:37
Kapil Thakur2-Jun-09 21:37 
GeneralRe: Setting value for datarow if its null Pin
kishorgh3-Jun-09 0:16
kishorgh3-Jun-09 0:16 
GeneralRe: Setting value for datarow if its null Pin
Kapil Thakur3-Jun-09 0:26
Kapil Thakur3-Jun-09 0:26 
GeneralRe: Setting value for datarow if its null Pin
kishorgh3-Jun-09 0:29
kishorgh3-Jun-09 0:29 
GeneralRe: Setting value for datarow if its null Pin
Kapil Thakur3-Jun-09 0:33
Kapil Thakur3-Jun-09 0:33 
GeneralRe: Setting value for datarow if its null Pin
kishorgh3-Jun-09 0:46
kishorgh3-Jun-09 0:46 
GeneralRe: Setting value for datarow if its null Pin
kishorgh3-Jun-09 0:59
kishorgh3-Jun-09 0:59 
QuestionRegarding deployment Pin
kumarjammula2-Jun-09 18:15
kumarjammula2-Jun-09 18:15 
AnswerRe: Regarding deployment Pin
Christian Graus2-Jun-09 18:28
protectorChristian Graus2-Jun-09 18:28 
AnswerRe: Regarding deployment Pin
Abhijit Jana2-Jun-09 18:38
professionalAbhijit Jana2-Jun-09 18:38 
QuestionExport data from datatable to Excel Pin
sarang_k2-Jun-09 17:52
sarang_k2-Jun-09 17:52 
AnswerRe: Export data from datatable to Excel Pin
Abhijit Jana2-Jun-09 18:41
professionalAbhijit Jana2-Jun-09 18:41 
AnswerRe: Export data from datatable to Excel Pin
Kapil Thakur2-Jun-09 22:01
Kapil Thakur2-Jun-09 22:01 
Questionproblem Pin
battulga_dddddd2-Jun-09 17:43
battulga_dddddd2-Jun-09 17:43 
AnswerRe: problem Pin
Christian Graus2-Jun-09 18:12
protectorChristian Graus2-Jun-09 18:12 
GeneralRe: problem Pin
battulga_dddddd3-Jun-09 15:39
battulga_dddddd3-Jun-09 15:39 
QuestionCan I expand an ajax collapsiblepanel from a button in a different user control? Pin
Goalie352-Jun-09 16:17
Goalie352-Jun-09 16:17 
AnswerRe: Can I expand an ajax collapsiblepanel from a button in a different user control? Pin
Herman<T>.Instance2-Jun-09 22:05
Herman<T>.Instance2-Jun-09 22:05 
QuestionMenu Items on hover clickable area Pin
compninja252-Jun-09 11:01
compninja252-Jun-09 11:01 
AnswerRe: Menu Items on hover clickable area Pin
Goalie352-Jun-09 16:28
Goalie352-Jun-09 16:28 
GeneralRe: Menu Items on hover clickable area Pin
compninja253-Jun-09 3:24
compninja253-Jun-09 3:24 
Hi Goalie35,

no, that didn't seem to do the trick. I'm wonder if there's something within the asp:menu item that's overriding the css class?

<pre> <asp:Menu ID="Menu1" runat="server" DataSourceID="siteMapDataSource"
DynamicHorizontalOffset="2" Font-Names="Tahoma" Font-Size="11px"
StaticSubMenuIndent="10px" style="background-color: transparent;
font-weight: bold; vertical-align: top; margin-bottom:30px;
background-image: url(/designElements/interfaceImages/menubkg_new.jpg);"
Width="152px" ForeColor="#666666" DynamicEnableDefaultPopOutImage="False"
DynamicPopOutImageUrl="~/designElements/interfaceImages/menuarrow.gif"
StaticPopOutImageUrl="~/designElements/interfaceImages/menuarrow.gif" Height="275px"
CssClass="pointer" EnableTheming="False">
<DynamicHoverStyle BackColor="#8E8E8E" ForeColor="White" />
<DynamicMenuStyle CssClass="adjustedZIndex" BackColor="#D1D1D1" />
<DynamicSelectedStyle BackColor="#D1D1D1" />
<DynamicMenuItemStyle HorizontalPadding="5px" VerticalPadding="5px" />
<StaticMenuItemStyle HorizontalPadding="5px" VerticalPadding="3px" ItemSpacing="1px" />
<StaticMenuStyle BackColor="#D1D1D1" />
<StaticHoverStyle BackColor="#8E8E8E" ForeColor="White" CssClass="pointer" />
</asp:Menu>

the pointer cssclass just has cursor: default; in it, but that's where I was adding the display:block and then creating a.pointer{ display:block;} but still not doing the trick.

"You're damned if you do, and you're damned if you dont" - Bart Simpson

Questionpublish web site Pin
hahii2-Jun-09 10:53
hahii2-Jun-09 10:53 

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.