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:775211
More Search Options
RSS Available
Matching Posts
Re: Problems with Repeater ItemCommand Event and UpdatePanel Triggers
Hello man, no problem you must to catch the item databound event and in it write the following code, Eg. protected void RepeatEntidades_ItemDataBound(object sender, RepeaterItemEventArgs e) { if (e.Item.ItemType == ListItemType.Item || e.Item.ItemType == ListItemType.AlternatingItem ) { CheckBox chk = (CheckBox)e.Item.FindControl("CheckBox1"); if (chk == null) return; ScriptManager.GetCurrent(this).RegisterAsyncPostBackControl(chk); } } the code above obtain the items in the repeater and
Posted to
ASP.NET AJAX UI
(Forum)
by
sgon1853
on 12/18/2008
Re: Problems with Repeater ItemCommand Event and UpdatePanel Triggers
Hola lo que debes hacer es en el codigo del itemdatabound del repeater el siguiente codigo por ej. protected void RepeatEntidades_ItemDataBound(object sender, RepeaterItemEventArgs e) { if (e.Item.ItemType != ListItemType.Item) return; CheckBox chk = (CheckBox)e.Item.FindControl("CheckBox1"); if (chk == null) return; ScriptManager.GetCurrent(this).RegisterAsyncPostBackControl(chk); } ahi lo que haces es que cada vez que enlazas un item al repeater lo matriculas como control para realizar
Posted to
ASP.NET AJAX UI
(Forum)
by
sgon1853
on 12/15/2008
Page 1 of 1 (2 items)
WindowsClient:
Prism & WCF RIA Services
Channel 9:
Sharepoint 2010 and Claims-Based Identity
WindowsClient:
IRhetoric Ported To BlogEngine.NET
WindowsClient:
PDC Recap and More
Channel 9:
Reactive Extensions API in depth: Primitives
WindowsClient:
New WPF Features: MultiTouch
WindowsClient:
codeplex.com/testapi v 0.4 available
Channel 9:
The Visual Studio Documentary - Alan Cooper, the Father of Visual Basic
Channel 9:
Hanselminutes on 9 - Guided Tour inside the Windows Azure Cloud with Patrick Yantz
ASP.NET:
ASP.NET 4.0 ScriptManager Improvements
WindowsClient:
XAML Toolkit CTP = FxCopXaml + XamlDom + System.Xaml.dll support for Silverlight XAML
Channel 9:
Fishbowl for Facebook
WindowsClient:
Free Embeddable Fonts for your WPF Applications
ASP.NET:
Program Manager Position on the ASP.NET PM team
Channel 10:
Microsoft Teams Up with Nielsen
Channel 10:
What Azure Looks Like
ASP.NET:
Orchard team looking for a new developer
Channel 10:
Student Discount on Office 2008 for Mac Now Available
WindowsClient:
Surface SDK 1.0 SP1 supports XNA Game Studio 3.0 and later
WindowsClient:
TestAPI 0.4 Released
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online