Click here to Skip to main content
15,888,351 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: asp mail server Pin
R. Giskard Reventlov17-Aug-10 3:10
R. Giskard Reventlov17-Aug-10 3:10 
AnswerRe: asp mail server Pin
Svetlin Panayotov17-Aug-10 3:35
Svetlin Panayotov17-Aug-10 3:35 
AnswerRe: asp mail server Pin
Not Active17-Aug-10 5:01
mentorNot Active17-Aug-10 5:01 
Questiondynamic Checkbox issue Pin
mobins17-Aug-10 0:20
mobins17-Aug-10 0:20 
AnswerRe: dynamic Checkbox issue Pin
Satish_S17-Aug-10 0:42
Satish_S17-Aug-10 0:42 
AnswerRe: dynamic Checkbox issue Pin
raju melveetilpurayil17-Aug-10 4:31
professionalraju melveetilpurayil17-Aug-10 4:31 
AnswerRe: dynamic Checkbox issue Pin
Rajendra Prasad Panchati18-Aug-10 21:05
Rajendra Prasad Panchati18-Aug-10 21:05 
Questionbutton in Repeater item Pin
RongNK16-Aug-10 23:42
RongNK16-Aug-10 23:42 
When i work width tab ajax control, and in one tab, I have a Repeater:


<asp:Repeater runat="server" ID="rp1" onitemcommand="rp1_ItemCommand">
and in protected void rp1_ItemCommand(object source, RepeaterCommandEventArgs e) method, i add a button and it's event:
 Button btn = new Button();<br />
            btn.Text = "Update";<br />
            btn.Click += new EventHandler(btn_Click);<br />
            ((Repeater)source).Items[0].Controls.Add(btn);<br />
void btn_Click(object sender, EventArgs e)<br />
        {<br />
            Response.Redirect("http://google.com");<br />
}<br />


but when click on update button, event do not raise(btn do not drive click event).
please help me !
Sorry for my english. Smile | :)
AnswerRe: button in Repeater item Pin
Eaverae17-Aug-10 21:05
Eaverae17-Aug-10 21:05 
GeneralRe: button in Repeater item Pin
RongNK17-Aug-10 21:09
RongNK17-Aug-10 21:09 
GeneralRe: button in Repeater item Pin
Eaverae17-Aug-10 21:31
Eaverae17-Aug-10 21:31 
GeneralRe: button in Repeater item Pin
RongNK17-Aug-10 22:08
RongNK17-Aug-10 22:08 
GeneralRe: button in Repeater item Pin
RongNK17-Aug-10 22:14
RongNK17-Aug-10 22:14 
GeneralRe: button in Repeater item Pin
RongNK17-Aug-10 22:01
RongNK17-Aug-10 22:01 
AnswerRe: button in Repeater item Pin
Eaverae17-Aug-10 22:22
Eaverae17-Aug-10 22:22 
GeneralRe: button in Repeater item Pin
RongNK17-Aug-10 22:34
RongNK17-Aug-10 22:34 
AnswerRe: button in Repeater item Pin
Eaverae17-Aug-10 22:56
Eaverae17-Aug-10 22:56 
GeneralRe: button in Repeater item Pin
RongNK17-Aug-10 22:57
RongNK17-Aug-10 22:57 
AnswerRe: button in Repeater item Pin
cramteke30-Aug-10 3:57
cramteke30-Aug-10 3:57 
QuestionForm insertion Pin
hameedsabacode16-Aug-10 20:35
hameedsabacode16-Aug-10 20:35 
AnswerRe: Form insertion Pin
Morgs Morgan16-Aug-10 21:02
Morgs Morgan16-Aug-10 21:02 
GeneralRe: Form insertion Pin
hameedsabacode16-Aug-10 21:24
hameedsabacode16-Aug-10 21:24 
QuestionNinjet and DI Pin
future383916-Aug-10 16:08
future383916-Aug-10 16:08 
QuestionProblem showing image in datagrid Pin
Dhyanga16-Aug-10 9:32
Dhyanga16-Aug-10 9:32 
AnswerRe: Problem showing image in datagrid Pin
m@dhu16-Aug-10 18:34
m@dhu16-Aug-10 18:34 

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.