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:687690
More Search Options
RSS Available
Matching Posts
Re: Tab Control
your're not the only one... vote here! http://www.codeplex.com/AtlasControlToolkit/WorkItem/View.aspx?WorkItemId=8843 Cheers!
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
jpgarcia
on 4/19/2007
Re: UpdatePanel from Click in Separate <content> area
Ok, i supposed that your Menu was on your MasterPage... so.... Try this... Your ASPX: < asp:Content ID= "Content1" ContentPlaceHolderID= "cphMenu" Runat= "Server" > < asp:Button ID= "btnWoody" runat= "server" Text= "Mr. Woody" OnClick= "btnWoody_Click" />< br /> < asp:Button ID= "btnLee" runat= "server" Text= "Mr. Lee" OnClick= "btnLee_Click" />< br /> </ asp:Content > < asp:Content ID= "Content2" ContentPlaceHolderID= "cphContent" Runat= "Server" > <
Posted to
ASP.NET AJAX Discussion and Suggestions
(Forum)
by
jpgarcia
on 4/18/2007
Re: FYI: How to make FCKeditor work in an UpdatePanel
I suppose your button is inside a repeater. if look like this, you need to get the button on the Repeater_ItemDataBound event. protected void MyRepeater_ItemDataBound( object sender, System.Web.UI.WebControls.RepeaterItemEventArgs e) { RepeaterItem item = e.Item; if ((item.ItemType == ListItemType.Item) || (item.ItemType == ListItemType.AlternatingItem)) { (Button)btnSubmit = item.FindControl( "btnSubmit" ); btnSubmit.Attributes.Add( "onClick" , "if (eval('(typeof(MyFCKObject) != \'undefined\');
Posted to
ASP.NET AJAX UI
(Forum)
by
jpgarcia
on 4/18/2007
Re: changing the tab in a tabpanel
This code works to me perfectly ... Just Copy/Paste.... < asp:Content ID= "Content1" ContentPlaceHolderID= "ContentPlaceHolder1" runat= "Server" > < asp:UpdatePanel ID= "upTabContainer" runat= "server" > < ContentTemplate > < ajax:TabContainer runat= "server" ID= "tContainer" > < ajax:TabPanel runat= "Server" ID= "tab1" HeaderText= "Tab1" > < contenttemplate > < asp:UpdatePanel ID= "Upd1" runat= "server" UpdateMode= "conditional" > < ContentTemplate >
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
jpgarcia
on 4/16/2007
Re: changing the tab in a tabpanel
You need to place an UpdatePanel outside of TabContainer...to refresh this control. < asp:UpdatePanel ID= "upTabContainer" runat= "server" > < ContentTemplate > < ajaxToolkit:TabContainer runat= "server" ID= "Tabs" > Hope it helps...
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
jpgarcia
on 4/16/2007
Re: UpdatePanel from Click in Separate <content> area
Try this... On your MasterPage < body > < form id= "form1" runat= "server" > < asp:ScriptManager ID= "ScriptManager1" runat= "server" /> < div > < asp:Button ID= "btnWoody" runat= "server" Text= "Mr. Woody" />< br /> < asp:Button ID= "btnLee" runat= "server" Text= "Mr. Lee" />< br /> < asp:ContentPlaceHolder ID= "Body" runat= "server" > </ asp:ContentPlaceHolder > </ div > </ form > </ body > On your Container Page... <
Posted to
ASP.NET AJAX Discussion and Suggestions
(Forum)
by
jpgarcia
on 4/16/2007
Re: changing the tab in a tabpanel
Are you adding your TabContainer or Tabs dynamically? Can you post some code of your problem, i've been involved on problems with Tabs and i believe i can help you.. Cheers!
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
jpgarcia
on 4/16/2007
Re: UpdatePanel from Click in Separate <content> area
do you have tried to do this? ScriptManager sm = ScriptManager.GetCurrent(Page); sm.RegisterAsyncPostBackControl(yourButton); and then... on your Updatepanel < Triggers > < asp:AsyncPostBackTrigger ControlID= "yourButton" /> </ Triggers > Hope it helps!
Posted to
ASP.NET AJAX Discussion and Suggestions
(Forum)
by
jpgarcia
on 4/16/2007
Re: Tab Index and Update Panel
you are right!,i have written in a wrong post. Sorry!
Posted to
ASP.NET AJAX UI
(Forum)
by
jpgarcia
on 4/12/2007
Re: FYI: How to make FCKeditor work in an UpdatePanel
Good stuff joshcoady !, very much cleaner solution. Any workarround about ' FCK is not defined' on FireFox?, to reproduce this, make a Submit more than twice on Firefox... I recommend to use FireBug addon for FF to see this error. Cheers!
Posted to
ASP.NET AJAX UI
(Forum)
by
jpgarcia
on 4/11/2007
Page 1 of 2 (19 items) 1
2
Next >
Channel 10:
Faster Solid State Drives for Windows 7 Arrive
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
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online