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:743052
More Search Options
RSS Available
Matching Posts
Re: Async UpdatePanel On Page Load
Hi Alexdive, I have copied your code and have a test. It works pretty here. I have tested on Firefox 3.03, IE6, IE7 and IE8. Best regards, Jonathan
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
Jonathan Shen – MSFT
on 9/30/2008
Re: Tabcontainer maintaining the tab
Hi Pcdebb, [quote user="pcdebb"]how and i telling it the "target index"?[/quote] You can add a hidden control to your page. When we switch from the tabs, we can use javascript to store the current tab index to the hidden control. For example, function ActiveTabChanged(sender,e) //it is a client event, not for the server side { $get("hidden control's clientID").value = $find("<%=TabContainer1.ClientID%>").get_activeTabIndex(); } Now you can get the
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
Jonathan Shen – MSFT
on 9/28/2008
Re: Tabcontainer maintaining the tab
Hi Pcdbb, [quote user="pcdebb"]the panel doesnt have an autopostback property for me to change[/quote] Please set the TabContainer's AutoPostBack to "False". [quote user="pcdebb"]I'm not sure how to do that. What I have tried to do in the past didnt work.[/quote] We shall do it on tabClickButton_Click event. For example, protected void tabClickButton_Click(object sender, EventArgs e) { TabContainer1.ActiveTabIndex = target index; } Please make sure that your
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
Jonathan Shen – MSFT
on 9/25/2008
Re: How to show multiple columns with AJAX cascading ddl.
Hi Akalan, Since your new question is not directly related to the original issue, it would be best if you open up a new thread for the new question. In this way, our discussion here will not deviate too much from the original issue. This will make answer searching in the forum easier and be beneficial to other community members as well. Also you'd better elaborate your issue. Thanks for understanding. Best regards, Jonathan
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
Jonathan Shen – MSFT
on 9/24/2008
Re: help with autocomplete extender
Hi Lmoti, It is recommended to sperate your WebSerivce into a individual asmx file rather than the page method in your condition. Please take a look at this FAQ. http://forums.asp.net/t/1198029.aspx Best regards, Jonathan
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
Jonathan Shen – MSFT
on 9/24/2008
Re: Tabcontainer maintaining the tab
Hi Pcdebb, Firstly, please set the the TabContainer's AutoPostBack to "False" in order to avoid postbacking. Secondly, we need to adjust your page layout. For example, <UpdatePanel> <TabContainer AutoPostBack="False" OnClientActiveTabChanged="ActiveTabChanged"> <the fourth TabPanel> < asp:Button ID= "tabClickButton" runat= "server" OnClick= "tabClickButton_Click" style="display:none" /> </TabPanel>
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
Jonathan Shen – MSFT
on 9/24/2008
Re: ASCX inside UpdatePanel and ModalPopup
Hi Eka, That's based on your code. Anyway, the UserControl should be added after postback when we want to detect its event on server side. Best regards, Jonathan
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
Jonathan Shen – MSFT
on 9/24/2008
Re: Accordion questions
Hi Leo, You'd better dip into AccordionBehavior.js. Best regards, Jonathan
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
Jonathan Shen – MSFT
on 9/24/2008
Re: How to show multiple columns with AJAX cascading ddl.
Hi AkAlan, [quote user="AkAlan"]I want the user to see both the ID and description field when making a selection from an AJAX cascading ddl. [/quote] We can combine ID and Description field together and assign it as the DropDropList's Text. For example, equipmentValues.Add(New CascadingDropDownNameValue (row("Description").ToString() + " " +row("ID").ToString() , row("ID").ToString())) We also can add true/false parameter to make the item to be
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
Jonathan Shen – MSFT
on 9/23/2008
Re: Hide panels during processing
Hi Nelviticus, Please make sure that your output panel's clientID is pnlResultsChart. We can get the real ID by going through its generated HTML code. It is recommended that you'd better do it like this. var realClientID = "<%= pnlResultsChart.ClientID %>"; function beginRequestHandler(sender, args) { $get(realClientID).style.display = "none"; } Best regards, Jonathan
Posted to
ASP.NET AJAX Discussion and Suggestions
(Forum)
by
Jonathan Shen – MSFT
on 9/23/2008
Page 1 of 338 (3372 items) 1
2
3
4
5
Next >
...
Last »
Channel 9:
TWC9: XAML tools, Silverlight for Live Writer, Surface SDK,
Channel 9:
C9 Conversations: Brian Beckman on Complexity [C9 Conversations: Brian Beckman on Complexity]
Channel 10:
Black Friday Deals on Windows 7 Machines
Channel 10:
Holiday Shopping on Bing Cashback = Big Online Savings
Channel 10:
Black Friday Deals at the Microsoft Store
Channel 10:
Incredible Black Friday Deal: Windows 7 Notebook for $197
ASP.NET:
Presenting in Europe Next Week
TechNet Edge:
AlignIT IT Manager Podcast #30 - Straight Talk about Windows 7
WindowsClient:
You know your post rate has gone down...
Silverlight:
Geek Profiles – Scott Guthrie
Channel 9:
C9 Lectures: Dr. Erik Meijer - Functional Programming Fundamentals Chapter 9 of 13
TechNet Edge:
Managing Your Virtual World - Tech Focus November 2009 Part 2
ASP.NET:
Silverlight and RIA Services: Implementing Search
Channel 9:
C9 Lectures: Brian Beckman - Covariance and Contravariance in Physics 1 of 1
Channel 9:
Set Your Data Free
Channel 9:
Implementing a Silverlight SharePoint WebPart with Visual Studio 2010
WindowsClient:
New WPF Showcase Addition: Enterprise
Channel 9:
Reactive Extensions API in depth: Contract
WindowsClient:
Concluding "New WPF Features" Series
WindowsClient:
Introduction to TestApi – Part 5: Managed Code Fault Injection APIs
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online