Click here to Skip to main content
15,881,882 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: GridView not showing updations Pin
nagendrathecoder25-Aug-09 1:17
nagendrathecoder25-Aug-09 1:17 
QuestionChild node Not allowed in web.comfig Pin
maverick068124-Aug-09 23:45
maverick068124-Aug-09 23:45 
AnswerRe: Child node Not allowed in web.comfig Pin
N a v a n e e t h25-Aug-09 0:43
N a v a n e e t h25-Aug-09 0:43 
QuestionUser Control Pin
geeeeeeeetha24-Aug-09 23:30
geeeeeeeetha24-Aug-09 23:30 
AnswerRe: User Control Pin
padmanabhan N24-Aug-09 23:35
padmanabhan N24-Aug-09 23:35 
GeneralRe: User Control Pin
geeeeeeeetha24-Aug-09 23:52
geeeeeeeetha24-Aug-09 23:52 
QuestionDataList: Collecting IDs and TextBox values at same time Pin
Member 340288624-Aug-09 23:19
Member 340288624-Aug-09 23:19 
QuestionGenerate Events from Controls in ModalPopupExtender [modified] Pin
astrovirgin24-Aug-09 22:36
astrovirgin24-Aug-09 22:36 
Hi All,
I am using Ajax ModalPopupExtender in my application. The code is given below

<asp:Panel ID="panelJobType" runat="server" CssClass="modalPopup">
           <asp:Panel ID="panelJobTypeHead" runat="server" Style="cursor: move; background-color: #DDDDDD;
               border: solid 1px Gray; color: Black">
               <div>
                   <p>
                       Add the Job Type</p>
               </div>
           </asp:Panel>
           <div>
               <table>
                   <tr>
                       <td width="28" height="17">
                       </td>
                       <td align="left" valign="top" class="search" width="168" height="17">
                           Job Type:
                       </td>
                       <td align="left" valign="top" width="291" height="17">
                           <asp:TextBox ID="txt_Ctitle" runat="server" CssClass="border" size="25" MaxLength="50"></asp:TextBox>
                           <font class="msg">*</font>
                       </td>
                   </tr>
                   <tr>
                       <td colspan="3" height="5">
                       </td>
                   </tr>
                   <tr>
                       <td height="25" colspan="3">
                       </td>
                   </tr>
                   <tr>
                       <td colspan="3" bgcolor="074264" align="right" valign="bottom" class="heading5" height="25">
                           <asp:Button ID="btnSubmitJob" CssClass="rpt_btn" runat="server" Text="Save" />
                           <asp:Button ID="btnCancel" CssClass="rpt_btn" runat="server" Text="Cancel" />
                       </td>
                   </tr>
               </table>
           </div>
       </asp:Panel>
       <ajaxToolkit:ModalPopupExtender ID="ModalPopupExtender" runat="server" TargetControlID="LinkButton1"
           PopupControlID="panelJobType" BackgroundCssClass="modalBackground"
            OkControlID="btnSubmitJob" CancelControlID="btnCancel"
           DropShadow="true" PopupDragHandleControlID="panelJobTypeHead" />



Now what I want is to generate events from the buttons in the Panel.
For example I want to store the value of textbox into database by clicking on the button.
Is it possible??? and if yes than how.

Thanks in advance.

modified on Tuesday, August 25, 2009 5:47 AM

QuestionASP.Net with Java Script Pin
Amit Patel198524-Aug-09 22:34
Amit Patel198524-Aug-09 22:34 
AnswerRe: ASP.Net with Java Script Pin
N a v a n e e t h25-Aug-09 0:50
N a v a n e e t h25-Aug-09 0:50 
QuestionCould not load file or assembly Pin
gtaure24-Aug-09 22:14
gtaure24-Aug-09 22:14 
Questionmenu index of a certain menu item.... Pin
RajpootRohan24-Aug-09 22:03
professionalRajpootRohan24-Aug-09 22:03 
AnswerRe: menu index of a certain menu item.... Pin
N a v a n e e t h25-Aug-09 1:14
N a v a n e e t h25-Aug-09 1:14 
QuestionRetrive an image in web page Pin
rinku soni 2324-Aug-09 21:56
rinku soni 2324-Aug-09 21:56 
AnswerRe: Retrive an image in web page Pin
RajpootRohan24-Aug-09 22:07
professionalRajpootRohan24-Aug-09 22:07 
AnswerRe: Retrive an image in web page Pin
SeMartens25-Aug-09 0:43
SeMartens25-Aug-09 0:43 
QuestionC# in ASP.Net Pin
darolia.manish24-Aug-09 21:30
darolia.manish24-Aug-09 21:30 
AnswerRe: C# in ASP.Net Pin
Suresh Suthar24-Aug-09 21:34
professionalSuresh Suthar24-Aug-09 21:34 
AnswerRe: C# in ASP.Net Pin
RajpootRohan24-Aug-09 21:39
professionalRajpootRohan24-Aug-09 21:39 
AnswerRe: C# in ASP.Net Pin
Blue_Boy24-Aug-09 22:09
Blue_Boy24-Aug-09 22:09 
QuestionC# in ASP.Net Pin
darolia.manish24-Aug-09 21:27
darolia.manish24-Aug-09 21:27 
AnswerRe: C# in ASP.Net Pin
Suresh Suthar24-Aug-09 21:30
professionalSuresh Suthar24-Aug-09 21:30 
GeneralRe: C# in ASP.Net Pin
darolia.manish24-Aug-09 21:34
darolia.manish24-Aug-09 21:34 
AnswerRe: C# in ASP.Net Pin
geeeeeeeetha25-Aug-09 0:05
geeeeeeeetha25-Aug-09 0:05 
QuestionA grid view from scratch Pin
mrkeivan24-Aug-09 20:32
mrkeivan24-Aug-09 20:32 

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.