Monday, March 26, 2012

ConfirmButton Problem

Hi all, im new here and also to asp/ajax.. ive got a slight question to ask which may be simple.. im using the confirmbutton extender programatically as shown below

Dim lnkOptionAs New LinkButton lnkOption.Width = 50 lnkOption.Text ="Delete" lnkOption.ID = lblUser.TextAddHandler lnkOption.Click,AddressOf Delete ContentPanel2.Controls.Add(lnkOption)Dim btnConfirmAs New AjaxControlToolkit.ConfirmButtonExtender btnConfirm.TargetControlID = lblUser.Text btnConfirm.ConfirmText ="Are you sure you want to delete ?"

It retrieves a list of users and lists them down on a page using a for loop... now id like each option to have a delete ability as shown in the code above.. however the code doesnt seem to work as i think im missing something out since it doesnt show the text "Are you sure you want to delete ?"

Thanks :)

I don't see any code that adds the btnConfirm to the page...are you doing this?

Jason

No comments:

Post a Comment