How to passing parameters in the CommandArgument

G

Gilles T.

Hi,

I need to passing parameters in CommandArgument of the asp:ImageButton.
I don't use datagrid or datalist
Here is my code:

Private Sub ImageButtonCommandHandler( sender As Object, e As
CommandEventArgs )
Session("Id") = e.CommandArgument
end sub

<asp:ImageButton CommandName="edit" CommandArgument='<%#
objReader("RappelID") %>' ID="cmdEdit" AlternateText="Modifier/Edit"
ImageUrl="../images/edit.gif" runat="server"
onCommand="ImageButtonCommandHandler" />

e.CommandArgument is always empty

Can you help me please?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,007
Latest member
obedient dusk

Latest Threads

Top