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:700526
More Search Options
RSS Available
Matching Posts
Re: alwaysvisible control doesn't work with IE7.0
I have resolved this issue: In the AjaxControlToolkit source, AlwaysVisibleControlBehavior.js, Line 98: this._animate = (Sys.Browser.agent == Sys.Browser.InternetExplorer && Sys.Browser.version < 7); changed to: this ._animate = true ; //(Sys.Browser.agent == Sys.Browser.InternetExplorer && Sys.Browser.version < 7); and it works... Have fun!
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
Gobannos
on 4/29/2007
Re: Selecting a Node of treeview In update panel
Hi there I recently faced the same problem and fixed it like this: Protected Sub MyTreeview_PreRender( ByVal sender As Object , ByVal e As System.EventArgs) Handles MyTreeview.PreRender If Not ViewState.Item( "SelectedNode" ) Is Nothing Then Dim _Node As TreeNode = Me .MyTreeview.FindNode(ViewState.Item( "SelectedNode" )) If _Node IsNot Nothing Then If _Node.Parent IsNot Nothing Then _Node.Parent.Expand() End If _Node. Select () End If End If End Sub Protected Sub MyTreeview_SelectedNodeChanged(
Posted to
ASP.NET AJAX Discussion and Suggestions
(Forum)
by
Gobannos
on 1/5/2007
Re: Issue with UpdateProgress on ASP.NET AJAX Extensions RC
Luis Abreu: And why not put the updateprogress on the content pages where it makes sense? That's exactly what i wanted to mention: why not put a ContentPlaceHolder in the MasterPage and put an UpdateProgress in there only if the Contentpage contains a UpdatePanel? I do believe that this behaviour is not a bug. Have fun!
Posted to
ASP.NET AJAX Discussion and Suggestions
(Forum)
by
Gobannos
on 1/4/2007
Re: Error on ajax.asp.net - sys is undefined (PLEASE HELP ME!) -> possible solution.
Hi Everyone Today, i was just running into the same problems as described above ('sys is undefined'). I've tried all the solutions mentioned here and on other Websites/Blogs, but nothing helped. Luckily, i figured out how to make my site working with the current AJAX framework. This is what i did (AJAX RC 1.0): 1. I am NOT using the solutions mentioned here 2. I am using the original Web.config delivered with the AJAX framework as a base Web.config 3. I went to the Control Panel of my shared webhost
Posted to
ASP.NET AJAX Discussion and Suggestions
(Forum)
by
Gobannos
on 1/3/2007
Page 1 of 1 (4 items)
WindowsClient:
Migrating an Outlook Client to .NET Framework 4 in Visual Studio 2010
WindowsClient:
Using Speech Synthesis in .NET 4 and Windows 7
ASP.NET:
Live Preview jQuery Plugin
WindowsClient:
Remember JScript closures capture all variables in scope
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
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online