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:659758
More Search Options
RSS Available
Matching Posts
Re: Collapse or Expand Panel from button click in VB
In more recent releases of the Toolkit you no longer need to use the GetTartgetProperties method. Simply use Me .CollapsiblePanelExtender1. Collapsed = True Me .CollapsiblePanelExtender1.ClientState = "true"
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
joseph111780
on 1/25/2007
Re: Problem with Microsoft.Web.UI.ExtenderControl
Simon- Any word on when a new build with a fix for this issue will be released? days? weeks? months? Thanks! -Joe
Posted to
ASP.NET AJAX Discussion and Suggestions
(Forum)
by
joseph111780
on 10/25/2006
Error: Sys.ArgumentException: Value must not be null for Controls and Behaviors.
I have a fairly complex web application that loads UserControls dynamically based on what section the user selects. Me .pnlBodyCell.Controls.Clear() Me .pnlBodyCell.Controls.Add(Page.LoadControl(PortalInfo.CurrentSectionURL)) The UserControls contain RoundedCornersExtender and CollapsiblePanelExtender controls as well as UpdatePanel controls. After updating to the latest AJAX Framework Beta, I am now seeing the following JavaScript error: Line: 1961 Char: 23 Error: Sys.ArgumentException: Value must
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
joseph111780
on 10/24/2006
Re: Zoom Level in IE 7 Beta 3
Has anyone else been able to replicate this behavior?
Posted to
ASP.NET AJAX UI
(Forum)
by
joseph111780
on 8/21/2006
Re: How to collapse CollapsiblePanel programatically?
I'm not sure why or hw the ClientState property would be set to nothing. When in the pages lifecycle are you checking it? Are you using "cpe.GetTargetProperties(pnl).ClientState" to retrieve the ClientState? Also, something you may want to try for a workaround is declare a property such as: Private Property ClientState() As String Get If ViewState.Item("ClientState") = Nothing Then ViewState.Item("ClientState") = "false" End If Return CStr(ViewState.Item("ClientState")) End Get Set(ByVal Value As
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
joseph111780
on 8/18/2006
Re: How to collapse CollapsiblePanel programatically?
Also, if you wish to check the state of the control at runtime use the ClientState property not the Collapsed property. If ClientState = "true" Then ClientState = "false" Collapsed = false Else ClientState = "true" Collapsed = true End If
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
joseph111780
on 8/16/2006
Re: How to collapse CollapsiblePanel programatically?
If you wish to collapse the panel set both ClientState = "true" and Collapsed = true
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
joseph111780
on 8/16/2006
Zoom Level in IE 7 Beta 3
I stumbled on some interesting behavior today. I changed my Zoom Level (bottom right corner) in Internet Explorer 7 Beta 3 to 125% today and I noticed that my UpdateProgress control was no longer being displayed. I also noticed that my panel (which is absolutely positioned) that contains my UpdateProgress control disappeared as well. I'm wondering if it has more to do with the absolute positioning than with the UpdateProgress control itself? Has anybody else seen this issue? Can anyone else replicate
Posted to
ASP.NET AJAX UI
(Forum)
by
joseph111780
on 8/14/2006
Re: CollapsiblePanelExtender problem in FireFox
Did you go into your bin folder and verify that the Microsoft.Web.Atlas.dll is the July build? You may have installed the July CTP but your web application may still be using the June version. Just an idea...
Posted to
ASP.NET AJAX UI
(Forum)
by
joseph111780
on 8/4/2006
RoundedCornersExtender issue/bug
After migrating to the July build of the AtlasControlToolkit, I noticed that my panels that had RoundedCornersExtenders attached to them were not rendering correctly unless they were within an UpdatePanel and the UpdatePanel had been updated. I found that the sample of the RounderCornersExtender was working correctly so I knew that it must be something specific that I was doing in my code. I created a test form and started trying to replicate the issue until I found that it was being caused by my
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
joseph111780
on 8/3/2006
Page 1 of 3 (29 items) 1
2
3
Next >
TechNet Edge:
UAG reaches RTM
Channel 9:
Who, What, When, Where, Why and How of MIX10
Channel 10:
Berlin Wall in Silverlight
TechNet Edge:
System Center Operations Manager 2007 R2 – Service Level Dashboard part 2, Installation
Silverlight:
Contributing to the SL HVP
Silverlight:
Best SF Books of All Time
Channel 9:
Reactive Extensions API in depth: Repeat
Channel 9:
Jeffrey Van Gogh: Testing Rx with Pex
Channel 9:
The Visual Studio Documentary: Dan Fernandez Full Length Interview
ASP.NET:
Search Engine Optimization (SEO) Toolkit
Channel 10:
This Is Your Data on Silverlight
ASP.NET:
How the IIS SEO Toolkit Saved My Butt
TechNet Edge:
Windows 7 XP Mode User Experience
ASP.NET:
Using WCF RIA Services without Silverlight in Visual Studio 2010 for building 3 tier ASP.NET Applications
Channel 9:
Ping 41: Top stories of 2009, bing, windows 7, laptop hunters, azure
Channel 9:
endpoint.tv - Windows Server AppFabric in action monitoring and troubleshooting
Channel 10:
Windows Marketplace for Mobile Opens to 6.0, 6.1 Phones
Channel 9:
Rx API in depth: Hot and Cold observables
ASP.NET:
Back in Business
TechNet Edge:
Hacking Windows 7 Interview
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online