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:667843
More Search Options
RSS Available
Matching Posts
Re: How to update Menu when its an UpdatePanel trigger?
Nevermind, I'll just put a Menu inside the <RowTemplate> and then process each MenuItem. Sorry about the replies to myself
Posted to
ASP.NET AJAX UI
(Forum)
by
aspRoss18
on 12/19/2006
Re: How to update Menu when its an UpdatePanel trigger?
Ok, all upgraded. That was fun, switching all those "Microsoft"s to "System"s. While I'm here, anyone know how to create a class object that functions similar to how a BoundColumn does in the <Columns> of a GridView? Given my code above, let's say I want to have an object only appear in my <RowTemplate> -- maybe something like <uc:ViewMenuItem> that has properties ImageUrl and Text. Then I don't have to go through all the overhead of the Placeholder, Image, etc. For example, something
Posted to
ASP.NET AJAX UI
(Forum)
by
aspRoss18
on 12/19/2006
Re: How to update Menu when its an UpdatePanel trigger?
Well, how about that, there's a new version. Geez, I'm still upgrading from Atlas to Ajax... I suppose I'll go to Ajax 1.0 RC to break it then .
Posted to
ASP.NET AJAX UI
(Forum)
by
aspRoss18
on 12/19/2006
Re: How to update Menu when its an UpdatePanel trigger?
For anyone interested - or who would like to critique . My user control design: < asp:HiddenField ID=hvVal runat=server /> < asp:LinkButton ID=lnkClick runat=server /> < table id=tblView runat=server class=ViewMenu cellpadding=0 cellspacing=0> < tr id=thisRow runat=server> </ tr > </ table > My user control code behind: <ParseChildren( True )> _ Partial Class ucViewMenu Inherits System.Web.UI.UserControl Private _row As ITemplate Private _selectedIndex As
Posted to
ASP.NET AJAX UI
(Forum)
by
aspRoss18
on 12/19/2006
Re: How to update Menu when its an UpdatePanel trigger?
Oddly enough, this information was enough to help me solve my user control inside the update panel issue. The problem w/ my user control was that all link buttons were added dynamically and thus not registered for async postback. So, I added a link button (lnkClick) and hidden value control to the user control design and then converted all my dynamically added link buttons to HtmlAnchor controls where the href calls javascript that (1) sets the hidden value to the menu item index and (2) calls $get
Posted to
ASP.NET AJAX UI
(Forum)
by
aspRoss18
on 12/19/2006
Re: How to update Menu when its an UpdatePanel trigger?
Is there a way to, somehow, call MenuItemClick from javascript? Otherwise, as of right now, I created a user control that looks similar to the menu control... and the user control contains LinkButtons added programmatically. However, now, no matter where I put this user control (inside the UpdatePanel or outside the UpdatePanel as a trigger) -- there is a full page refresh anytime a link button is clicked. Ugh, now what? Is there a reason why a user control inside an UpdatePanel always causes a full
Posted to
ASP.NET AJAX UI
(Forum)
by
aspRoss18
on 12/18/2006
How to update Menu when its an UpdatePanel trigger?
I have a Menu control where its MenuItemClick event is a trigger for an UpdatePanel that contains a MultiView. In Atlas, I just had both the Menu and MultiView inside the UpdatePanel and all was well, but this throws javascript errors in ASP.NET AJAX (as a Menu inside an UpdatePanel is not supported). Basically, when the user clicked a menu item, the background color would highlight - indicating which item was selected - and then the proper View inside the MultiView would be activated. Now that the
Posted to
ASP.NET AJAX UI
(Forum)
by
aspRoss18
on 12/14/2006
Re: DllImport works from IIS but not from ASP.NET development server
Unfortunately, it is not.
Posted to
Visual Basic .NET
(Forum)
by
aspRoss18
on 11/27/2006
Re: DllImport works from IIS but not from ASP.NET development server
Maybe interesting to note - this shows up in the VS2005 Output window when I browse to that aspx page: A first chance exception of type 'System.DllNotFoundException' occurred in App_Web_wra3bnfn.dll
Posted to
Visual Basic .NET
(Forum)
by
aspRoss18
on 11/17/2006
Re: DllImport works from IIS but not from ASP.NET development server
Thank you, but unfortunately that did not work. One thing I should add - I am also using DllImport with kernel32.dll on the same aspx page to call GetSystemDirectory. Interestingly enough, this works on both IIS and the ASP.NET Development Server.
Posted to
Visual Basic .NET
(Forum)
by
aspRoss18
on 11/17/2006
Page 1 of 2 (12 items) 1
2
Next >
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
Channel 10:
Festive Bing
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online