Results 1 to 2 of 2

Thread: Cancel a row write in the repeater?

  1. #1

    Thread Starter
    C# Aficionado Lord_Rat's Avatar
    Join Date
    Sep 2001
    Location
    Cave
    Posts
    2,497

    Cancel a row write in the repeater?

    How do I cancel a row from being written based on one of the values of a column in an ASP REPEATER?
    Need to re-register ASP.NET?
    C:\WINNT\Microsoft.NET\Framework\v#VERSIONNUMBER#\aspnet_regiis -i

    (Edit #VERSIONNUMBER# as needed - do a DIR if you don't know)

  2. #2
    Hyperactive Member
    Join Date
    Dec 2001
    Location
    Dublin, Ireland
    Posts
    262
    The only events associated with the repeater allow you to edit the items as they are added but there does not appear to be an event you can capture before an item is added so I would suggest using a datagrid instead perhaps.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width