Click here to Skip to main content
15,891,253 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Abstact Class Pin
Abhijit Jana8-Sep-09 20:56
professionalAbhijit Jana8-Sep-09 20:56 
AnswerRe: Abstact Class Pin
Christian Graus8-Sep-09 21:02
protectorChristian Graus8-Sep-09 21:02 
JokeRe: Abstact Class Pin
Abhijit Jana8-Sep-09 21:10
professionalAbhijit Jana8-Sep-09 21:10 
JokeRe: Abstact Class Pin
nagendrathecoder8-Sep-09 21:15
nagendrathecoder8-Sep-09 21:15 
GeneralRe: Abstact Class Pin
Abhijit Jana8-Sep-09 21:48
professionalAbhijit Jana8-Sep-09 21:48 
GeneralRe: Abstact Class Pin
Manas Bhardwaj8-Sep-09 22:15
professionalManas Bhardwaj8-Sep-09 22:15 
AnswerRe: [Message Deleted] Pin
Abhijit Jana8-Sep-09 21:49
professionalAbhijit Jana8-Sep-09 21:49 
QuestionUseing button within Repeater Pin
Shahdat Hosain8-Sep-09 19:43
Shahdat Hosain8-Sep-09 19:43 
I want to use a button within a repeater. To do that I use following code, but After clicking on the button page not response.

<asp:Repeater ID="repConnections" runat="server" OnItemDataBound="repConnections_ItemDataBound">
                 <ItemTemplate>
                 <div class="friendBody">
                    <Kooras:ProfileDisplaySmall ShowConnectionRequestButton="false" ShowDeleteButton="true" ID="pdProfileDisplay" runat="server" />
                     <asp:Button ID="ConnectionDelete" runat="server" Text="Delete" onclick="ConnectionDelete_Click" />             
                 </div>
                </ItemTemplate>                    
 </asp:Repeater>

protected void ConnectionDelete_Click(object sender, EventArgs e)
 {           DeleteConnection(Convert.ToInt32(lblConnectionID1.Text));            
 }


Plz verify it.

shahdat

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 
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 

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.