Wrox Programmer Forums
Go Back   Wrox Programmer Forums > .NET > Other .NET > General .NET
|
General .NET For general discussion of MICROSOFT .NET topics that don't fall within any of the other .NET forum subcategories or .NET language forums.  If your question is specific to a language (C# or Visual Basic) or type of application (Windows Forms or ASP.Net) try an applicable forum category. ** PLEASE BE SPECIFIC WITH YOUR QUESTION ** When posting here, provide details regarding the Microsoft .NET language you are using and/or what type of application (Windows/Web Forms, etc) you are working in, if applicable to the question. This will help others answer the question without having to ask.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the General .NET section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old December 24th, 2004, 08:07 AM
Registered User
 
Join Date: Dec 2004
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default Urgent: Repeater's OnItemCommand Problem

Hi everyone
I've made a user control that contaions a DataRepeater and some other link buttons.
I registered the ItemCommand event's eventHandler like this:

<asp:repeater id="Repeater1" OnItemCommand="Repeater1_ItemCommand" OnItemDataBound="Repeater1_ItemDataBound" runat="server">

and in Code-Behind I've wriiten a method like this:

protected void Repeater1_ItemCommand(Object Sender, RepeaterCommandEventArgs e)
{
  ....
}

This repeater generate some hyperlinks in runtime.
but when I click the generated links, page do postback but the runtime dose not execute my eventHandler.

Meanwhile, I had a problem like this with datagrid's paging event.

I'm using Framework 1.1 and Vs.NET 2003.

Thanks in advanced
 
Old January 18th, 2006, 08:25 AM
Registered User
 
Join Date: Jan 2006
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Hi,

did you get an answer to this? as I have the same problem and the same setup.

Thanks
Iain





Similar Threads
Thread Thread Starter Forum Replies Last Post
onsortcomman and onitemcommand s15199d ASP.NET 2.0 Professional 0 October 12th, 2006 10:26 AM
Urgent Problem in JVM qazi_nomi Pro JSP 0 June 18th, 2004 12:30 AM
Getting error using OnItemCommand cowa VS.NET 2002/2003 3 October 29th, 2003 10:31 PM
Synchronization Problem(Urgent) bveerendrakumar VB How-To 0 July 8th, 2003 01:04 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.