Click here to Skip to main content
15,902,777 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: Web Service timeout issue with large size XML file Pin
Navneet Hegde26-Feb-08 1:19
Navneet Hegde26-Feb-08 1:19 
GeneralRe: Web Service timeout issue with large size XML file Pin
mpavas26-Feb-08 2:19
mpavas26-Feb-08 2:19 
QuestionAjax call to ascx Pin
RCoate25-Feb-08 13:08
RCoate25-Feb-08 13:08 
GeneralRe: Ajax call to ascx Pin
Amol M Vaidya25-Feb-08 16:58
professionalAmol M Vaidya25-Feb-08 16:58 
GeneralRe: Ajax call to ascx Pin
RCoate25-Feb-08 17:26
RCoate25-Feb-08 17:26 
GeneralRe: Ajax call to ascx Pin
Christian Graus25-Feb-08 22:32
protectorChristian Graus25-Feb-08 22:32 
GeneralRe: Ajax call to ascx Pin
RCoate26-Feb-08 10:53
RCoate26-Feb-08 10:53 
GeneralProblem in ASP.NET AJAX ModalPopupExtender Pin
Syed Ali Raza24-Feb-08 20:31
Syed Ali Raza24-Feb-08 20:31 
Hi
i m using AJAX ModalPopupExtender and below is the code for this. i want that when i click on the Ok Button of ModalPopupExtender it should call the Click EVENT which is written in my asp.net source file but it does not do my defined fucntionality. what I have to do for this purpose?


<asp:UpdatePanel ID="UpdatePanel4" runat="server">
<ContentTemplate>
&nbsp;<asp:LinkButton ID="LinkButton2" runat="server">Details ...</asp:LinkButton>&nbsp;
<cc1:ModalPopupExtender ID="MPE" runat="server" BackgroundCssClass="modalBackground"
CancelControlID="CancelButton" DropShadow="false" OkControlID="OkButton" OnOkScript="onOk()"
PopupControlID="Panel2" PopupDragHandleControlID="Panel2" TargetControlID="LinkButton2"
X="100" Y="100">
</cc1:ModalPopupExtender>
<asp:Panel ID="Panel2" runat="server" Height="83px" Width="464px">
<asp:TextBox ID="TextBox3" runat="server" BackColor="SteelBlue" BorderColor="MediumBlue"
BorderStyle="Solid" ForeColor="ActiveCaptionText" Height="150px" TextMode="MultiLine"
ValidationGroup="Ok" Width="452px"></asp:TextBox><br />
<asp:Button ID="OkButton" runat="server" Text="Ok" Width="76px" OnClick="OkButton_Click"/>
<asp:Button ID="CancelButton" runat="server" Text="Cancel" />
</asp:Panel>
&nbsp; &nbsp;&nbsp;
</ContentTemplate>
</asp:UpdatePanel>


Regards
Generalto make enabled=true Pin
ritu432124-Feb-08 20:15
ritu432124-Feb-08 20:15 
GeneralRe: to make enabled=true Pin
ritu432124-Feb-08 20:29
ritu432124-Feb-08 20:29 
GeneralRe: to make enabled=true Pin
Nilesh Hapse24-Feb-08 21:13
Nilesh Hapse24-Feb-08 21:13 
GeneralRe: to make enabled=true Pin
ritu432124-Feb-08 21:17
ritu432124-Feb-08 21:17 
GeneralRe: to make enabled=true Pin
Nilesh Hapse24-Feb-08 21:48
Nilesh Hapse24-Feb-08 21:48 
GeneralRe: to make enabled=true Pin
Christian Graus24-Feb-08 21:51
protectorChristian Graus24-Feb-08 21:51 
GeneralRe: to make enabled=true Pin
ritu432124-Feb-08 22:29
ritu432124-Feb-08 22:29 
GeneralRe: to make enabled=true Pin
Christian Graus25-Feb-08 9:39
protectorChristian Graus25-Feb-08 9:39 
GeneralRe: to make enabled=true Pin
Guffa25-Feb-08 8:18
Guffa25-Feb-08 8:18 
GeneralRe: to make enabled=true Pin
Amol M Vaidya25-Feb-08 16:50
professionalAmol M Vaidya25-Feb-08 16:50 
Generalindeterminate progress bar Pin
veerbala24-Feb-08 18:58
veerbala24-Feb-08 18:58 
GeneralRe: indeterminate progress bar Pin
Amol M Vaidya25-Feb-08 16:53
professionalAmol M Vaidya25-Feb-08 16:53 
QuestionBack Button Not Working Pin
essaychayzee24-Feb-08 11:30
essaychayzee24-Feb-08 11:30 
GeneralRe: Back Button Not Working Pin
Christian Graus24-Feb-08 12:58
protectorChristian Graus24-Feb-08 12:58 
Questionvideo file compression coding+asp.net 2.0 with vb coding Pin
nrajamohan22-Feb-08 20:38
nrajamohan22-Feb-08 20:38 
QuestionRe: video file compression coding+asp.net 2.0 with vb coding Pin
Vasudevan Deepak Kumar24-Feb-08 0:59
Vasudevan Deepak Kumar24-Feb-08 0:59 
QuestionGood and Free PHP Editor/IDE Pin
MACLima22-Feb-08 19:48
MACLima22-Feb-08 19:48 

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.