Click here to Skip to main content
15,921,174 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Useing button within Repeater Pin
Christian Graus8-Sep-09 19:49
protectorChristian Graus8-Sep-09 19:49 
GeneralRe: Useing button within Repeater Pin
Shahdat Hosain8-Sep-09 20:06
Shahdat Hosain8-Sep-09 20:06 
GeneralRe: Useing button within Repeater Pin
Christian Graus8-Sep-09 20:12
protectorChristian Graus8-Sep-09 20:12 
GeneralRe: Useing button within Repeater Pin
Shahdat Hosain8-Sep-09 21:09
Shahdat Hosain8-Sep-09 21:09 
GeneralRe: Useing button within Repeater Pin
Christian Graus8-Sep-09 21:13
protectorChristian Graus8-Sep-09 21:13 
GeneralRe: Useing button within Repeater Pin
Shahdat Hosain8-Sep-09 21:51
Shahdat Hosain8-Sep-09 21:51 
GeneralRe: Useing button within Repeater Pin
Abhijit Jana8-Sep-09 20:31
professionalAbhijit Jana8-Sep-09 20:31 
AnswerRe: Useing button within Repeater Pin
Abhishek Sur8-Sep-09 22:12
professionalAbhishek Sur8-Sep-09 22:12 
Use
<asp:Button ID="ConnectionDelete" runat="server" Text="Delete" OnCommand="ConnectionDelete_Click"/>

Inside Repeater, the button.click event is not generated. Rather OnCommand will be evaluated.

Also you can use CommandArgument if you want any arguments while the event is generated.

Inside the eventhandler you can use
e.CommandArgument or e.CommandName to handle the command properly.
Hope this help u.
Thumbs Up | :thumbsup:

Abhishek Sur

My Latest Articles
Create CLR objects in SQL Server 2005
C# Uncommon Keywords
Read/Write Excel using OleDB

Don't forget to click "Good Answer" if you like to.

QuestionHow to block the user from copying images from the website ? Pin
Subin Alex8-Sep-09 19:40
Subin Alex8-Sep-09 19:40 
AnswerRe: How to block the user from copying images from the website ? Pin
Christian Graus8-Sep-09 19:48
protectorChristian Graus8-Sep-09 19:48 
AnswerRe: How to block the user from copying images from the website ? Pin
sashidhar8-Sep-09 19:52
sashidhar8-Sep-09 19:52 
AnswerRe: How to block the user from copying images from the website ? Pin
Blikkies8-Sep-09 20:11
professionalBlikkies8-Sep-09 20:11 
Questionupdate excel using oledb (is primary key possible) Pin
amittinku8-Sep-09 19:26
amittinku8-Sep-09 19:26 
AnswerRe: update excel using oledb (is primary key possible) Pin
mylogics8-Sep-09 21:47
professionalmylogics8-Sep-09 21:47 
GeneralRe: update excel using oledb (is primary key possible) Pin
amittinku8-Sep-09 21:49
amittinku8-Sep-09 21:49 
QuestionAssembly = "DataGridCheckbox" Pin
mabsoott8-Sep-09 19:24
mabsoott8-Sep-09 19:24 
AnswerRe: Assembly = "DataGridCheckbox" Pin
Christian Graus8-Sep-09 19:46
protectorChristian Graus8-Sep-09 19:46 
QuestionProblem in showing Alert Box [Solved] Pin
nagendrathecoder8-Sep-09 19:15
nagendrathecoder8-Sep-09 19:15 
AnswerRe: Problem in showing Alert Box Pin
Christian Graus8-Sep-09 19:16
protectorChristian Graus8-Sep-09 19:16 
GeneralRe: Problem in showing Alert Box Pin
nagendrathecoder8-Sep-09 19:24
nagendrathecoder8-Sep-09 19:24 
GeneralRe: Problem in showing Alert Box Pin
Arun Jacob8-Sep-09 19:31
Arun Jacob8-Sep-09 19:31 
GeneralRe: Problem in showing Alert Box Pin
nagendrathecoder8-Sep-09 19:36
nagendrathecoder8-Sep-09 19:36 
GeneralRe: Problem in showing Alert Box Pin
yesu prakash8-Sep-09 19:40
yesu prakash8-Sep-09 19:40 
GeneralRe: Problem in showing Alert Box Pin
nagendrathecoder8-Sep-09 19:47
nagendrathecoder8-Sep-09 19:47 
GeneralRe: Problem in showing Alert Box Pin
Christian Graus8-Sep-09 19:50
protectorChristian Graus8-Sep-09 19:50 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.