Home
Get Started
Learn
Downloads
AJAX
MVC
Community
Wiki
Forums
Sign in
|
Join
Home
›
ASP.NET Forums
›
Search
Search
You searched for the word(s): userid:806377
More Search Options
RSS Available
Matching Posts
Re: Checking conditions
set AutoPostBack ="True" to listbox1 and listbox2 if u want to check both. or u could enable list2 on ListBox1.SelectedIndexChanged. remove if .. end
Posted to
Web Forms
(Forum)
by
epasho
on 10/28/2009
Re: menu probelm
looks like you have white space on the 3rd tab 1st items, if thats what you meant try to set the backgound of dynamicstyle same as items. That happens cause your width of the 1st item is greater than the other list items of that tab. for the content issue, depends on what items u have on the page. post the code if what i say dont make sense.
Posted to
Master Pages, Themes and Navigation Controls
(Forum)
by
epasho
on 9/11/2009
Re: Uploading file to database (check for viruses)
u need to consider client side validation to validate type and maybe size of file you want to upload oly, ex: .JPG , this will mitigate risks of attacks
Posted to
Security
(Forum)
by
epasho
on 9/11/2009
Re: allow only authenticated users to download files
set permission to that dir for the users u want...u can do it on web.config file or use a database to store users.
Posted to
Security
(Forum)
by
epasho
on 9/11/2009
Re: Menu is not visible on IE8
u need to specify the stack order of that item by using class="ie8" .ie8{ z-index:1; }
Posted to
Master Pages, Themes and Navigation Controls
(Forum)
by
epasho
on 9/11/2009
Re: UpdateCommand puzzle
Try this UPDATE [TABLENAME] SET [lt1] = @lt1,...WHERE (([approved] ='TRUE'))
Posted to
Data Presentation Controls
(Forum)
by
epasho
on 9/11/2009
Re: Problem with CSS on StaticHoverStyle attribute for Menu Control
i hope this helps... http://msdn.microsoft.com/en-us/library/ms366731.aspx
Posted to
Master Pages, Themes and Navigation Controls
(Forum)
by
epasho
on 9/8/2009
Re: submenus of menu control hiding behind content place holder .
.menu class should be applied to menu control. .menu { z-index: 1; } <asp:Menu ID="Menu1" runat="server"> <DynamicMenuStyle CssClass="menu" /> </asp:Menu>
Posted to
Master Pages, Themes and Navigation Controls
(Forum)
by
epasho
on 9/8/2009
Re: Problem with CSS on StaticHoverStyle attribute for Menu Control
does static layout have to be different from dynamic layout? if yes, then apply the same styles padding, width... you have on MenuStyle to the MenuStatic, if not then remove StaticMenuItemStyle-CssClass="MenuStatic". if this does not help, post ur css.
Posted to
Master Pages, Themes and Navigation Controls
(Forum)
by
epasho
on 9/5/2009
Re: UpdatePanel in ListView
within the updatepanels u can set triggers: <Triggers> <asp:AsyncPostBackTrigger ControlID="ur_drop_down" EventName="SelectedIndexChanged" /> </Triggers> this should to it. If not please post the code.
Posted to
Web Forms
(Forum)
by
epasho
on 9/4/2009
Page 1 of 5 (46 items) 1
2
3
4
5
Next >
ASP.NET:
Death to confirmation dialogs with jquery.undoable
Channel 9:
E2E: Brian Beckman and Erik Meijer - Co/Contravariance in Physics and Programming, 1 of 2
TechNet Edge:
Windows Server 2008 R2 Quick Look #3 - PowerShell V2
ASP.NET:
2009 Blogged - Greatest Hits
WindowsClient:
2009 Blogged - Greatest Hits
Channel 9:
Nikolaj Bjørner and Leonardo de Moura: The Z3 Constraint Solver
Channel 9:
MEF & Silverlight 4 Beta - Part 2, Imports & Exports
Channel 9:
MEF & Silverlight 4 Beta - Part 1, Introduction
WindowsClient:
The (Near) Final Word on Multi-Monitor Taskbars for Windows 7 - Ultramon vs. DisplayFusion
WindowsClient:
Looking back at 2009, and forward to 2010
Silverlight:
Polling Video – A Viable sub-second alternative?
TechNet Edge:
Windows Server 2008 R2 Quick Look #2 - Active Directory Recycle Bin
Channel 10:
I'm a Windows 7 PC Themes
Channel 10:
24 Years of Windows Box Art
WindowsClient:
Silverlight tutorial: HOW TO build CommandLink Control in Silverlight with Expression Blend 3 and Behaviors
ASP.NET:
Converting an RGB Color To Hex With JavaScript
Silverlight:
Silverlight HVP Design – Configuration & Scenarios
Channel 9:
Channel 9 Live at PDC09: Day 3 Welcome
Channel 9:
Channel 9 Live at PDC09: TWoC9 Day 3
Channel 10:
Microsoft's Mobicast: Stiched Cell Streams
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online