Click here to Skip to main content
15,890,670 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: how to filter distinct row from DataView Pin
N a v a n e e t h17-Feb-09 21:53
N a v a n e e t h17-Feb-09 21:53 
QuestionThe Application relative Virtual path '~' is not allowed here Pin
Vimalsoft(Pty) Ltd17-Feb-09 20:15
professionalVimalsoft(Pty) Ltd17-Feb-09 20:15 
QuestionCalendar? Pin
Karthick_gc17-Feb-09 20:14
Karthick_gc17-Feb-09 20:14 
Questionopening excel document Pin
vedharadha17-Feb-09 20:12
vedharadha17-Feb-09 20:12 
AnswerRe: opening excel document Pin
Abhishek Sur17-Feb-09 20:35
professionalAbhishek Sur17-Feb-09 20:35 
GeneralRe: opening excel document Pin
vedharadha17-Feb-09 21:44
vedharadha17-Feb-09 21:44 
GeneralRe: opening excel document Pin
keyur satyadev18-Feb-09 0:23
keyur satyadev18-Feb-09 0:23 
QuestionButton on AJAXModalPopup not firing the event Pin
anada888617-Feb-09 19:48
anada888617-Feb-09 19:48 
In my aspx page,I have a modal popup,on which there is a textbox and a button.
On click of the button(button_click()) ,I have written the code to save the textbox content to database.Everything seems like a simple scenario.
But somehow,when I click the button on the modal popup, it is not firing any event.
I have done the same thing on some other pages also and there it is working properly.


This is my design code :

<ajaxToolkit:ModalPopupExtender ID="ModalPopupExtender1" runat="server" TargetControlID="addComment_lnk"
                BackgroundCssClass="modalBackground" PopupControlID="Panel1">
            </ajaxToolkit:ModalPopupExtender>
            <asp:LinkButton ID="btn_hide" runat="server"></asp:LinkButton>
            <asp:Panel ID="Panel1" CssClass="popBox" runat="server" Style="display: none">
                <div>
                    <p style="text-align: center">
                        <table>
                            <tr>
                                <td class="title">
                                    Post Comment :
                                </td>
                            </tr>
                            <tr>
                                <td>
                                    <asp:TextBox ID="comments_txt" CssClass="popInput" TextMode="MultiLine" runat="server"></asp:TextBox>
                                </td>
                            </tr>
                            <tr>
                                <td>
                                    <asp:Button ID="post_btn" CssClass="button buttonGreen floatRight" OnClick="post_btn_Click"
                                        runat="server" Text="Post" />
                                    <asp:Button ID="cancel_btn" CssClass="button buttonGray floatRight" runat="server"
                                        Text="Cancel" />
                                </td>
                            </tr>
                        </table>
                    </p>
                </div>
            </asp:Panel>
<asp:LinkButton ID="addComment_lnk" runat="server">Add Comment</asp:LinkButton>




Can anyone please suggest any possible reasons for the button not firing event.

Thank You.
QuestionForms Authentication Pin
Robymon17-Feb-09 18:48
Robymon17-Feb-09 18:48 
AnswerRe: Forms Authentication Pin
anujbanka178417-Feb-09 19:32
anujbanka178417-Feb-09 19:32 
GeneralRe: Forms Authentication Pin
Robymon17-Feb-09 19:45
Robymon17-Feb-09 19:45 
QuestionConfigure IIS7 in Vista to Run .aspx files Pin
Abdul Rahman Hamidy17-Feb-09 18:27
Abdul Rahman Hamidy17-Feb-09 18:27 
AnswerRe: Configure IIS7 in Vista to Run .aspx files Pin
Satish Mahapatra17-Feb-09 18:51
Satish Mahapatra17-Feb-09 18:51 
AnswerRe: Configure IIS7 in Vista to Run .aspx files Pin
Abhijit Jana18-Feb-09 4:22
professionalAbhijit Jana18-Feb-09 4:22 
QuestionCrystal Reports 9 error in ASP.NET Pin
NewbieDave17-Feb-09 11:26
NewbieDave17-Feb-09 11:26 
QuestionURL Path... Pin
Member 47085017-Feb-09 10:45
Member 47085017-Feb-09 10:45 
AnswerRe: URL Path... Pin
vaghelabhavesh17-Feb-09 10:58
vaghelabhavesh17-Feb-09 10:58 
QuestionDataGrid to DataBase Pin
Terick17-Feb-09 8:49
Terick17-Feb-09 8:49 
AnswerRe: DataGrid to DataBase Pin
N a v a n e e t h17-Feb-09 14:48
N a v a n e e t h17-Feb-09 14:48 
GeneralRe: DataGrid to DataBase Pin
Terick17-Feb-09 15:17
Terick17-Feb-09 15:17 
GeneralRe: DataGrid to DataBase Pin
Satish Mahapatra17-Feb-09 18:45
Satish Mahapatra17-Feb-09 18:45 
QuestionAlerts for a website Pin
fasttoshiba17-Feb-09 8:06
fasttoshiba17-Feb-09 8:06 
AnswerEmail from ASP.net Pin
David Mujica17-Feb-09 8:31
David Mujica17-Feb-09 8:31 
AnswerRe: Alerts for a website Pin
Deepak Nigam17-Feb-09 18:46
Deepak Nigam17-Feb-09 18:46 
QuestionMulti Tier question Pin
Jay Stobbe17-Feb-09 4:15
Jay Stobbe17-Feb-09 4:15 

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.