Click here to Skip to main content
15,887,214 members
Home / Discussions / C#
   

C#

 
GeneralRe: The performance of LINQ vs. traditional iteration Pin
Rob Philpott30-Apr-13 7:54
Rob Philpott30-Apr-13 7:54 
AnswerRe: The performance of LINQ vs. traditional iteration Pin
jschell30-Apr-13 9:54
jschell30-Apr-13 9:54 
QuestionCrystal Report without preview print is not working in published file Pin
swathipd30-Apr-13 0:34
swathipd30-Apr-13 0:34 
AnswerRe: Crystal Report without preview print is not working in published file Pin
Eddy Vluggen30-Apr-13 1:00
professionalEddy Vluggen30-Apr-13 1:00 
GeneralRe: Crystal Report without preview print is not working in published file Pin
swathipd1-May-13 19:00
swathipd1-May-13 19:00 
GeneralRe: Crystal Report without preview print is not working in published file Pin
Eddy Vluggen2-May-13 11:00
professionalEddy Vluggen2-May-13 11:00 
QuestionC# IE toolbar button runs bat or PS script. works one time then doesn't anymore. Pin
Member 990412330-Apr-13 0:19
Member 990412330-Apr-13 0:19 
Questionmodal popup inside another modal popup Pin
Gangula Sneha30-Apr-13 0:05
Gangula Sneha30-Apr-13 0:05 
<asp:linkbutton id="Lbtn" runat="server" text="click here">

<asp:panel id="Panel1" runat="server" style="display: none; padding: 10px; border: 1px;
border-style: solid;" backcolor="#FF9933" width="400px" visible="true">

username:
<asp:textbox id="TextBox1" runat="server">
Password: <asp:textbox id="TextBox2" runat="server">


<asp:button id="Button1" runat="server" text="submit" onclick="Button1_Click">




<cc1:modalpopupextender id="ModalPopupExtender" runat="server" targetcontrolid="Lbtn"
="" popupcontrolid="Panel1" backgroundcssclass="backgroundColor" dropshadow="true" popupdraghandlecontrolid="header">

<asp:panel id="Panel2" runat="server" style="display: none; padding: 10px; border: 1px;
border-style: solid;" backcolor="#FF9933" width="400px" visible="false">

<asp:label id="Label1" runat="server">


<cc1:modalpopupextender id="ModalPopupExtender1" runat="server" targetcontrolid="Button1"
="" popupcontrolid="Panel2" backgroundcssclass="backgroundColor" dropshadow="true" popupdraghandlecontrolid="header">

the problem is am not getting my second popup displayed when the submit button of login page in the popup is clicked
sneha

AnswerRe: modal popup inside another modal popup Pin
GuyThiebaut30-Apr-13 0:38
professionalGuyThiebaut30-Apr-13 0:38 
QuestionRe: modal popup inside another modal popup Pin
Eddy Vluggen30-Apr-13 0:59
professionalEddy Vluggen30-Apr-13 0:59 
AnswerRe: modal popup inside another modal popup Pin
GuyThiebaut30-Apr-13 1:45
professionalGuyThiebaut30-Apr-13 1:45 
GeneralRe: modal popup inside another modal popup Pin
Eddy Vluggen30-Apr-13 2:11
professionalEddy Vluggen30-Apr-13 2:11 
GeneralRe: modal popup inside another modal popup Pin
GuyThiebaut30-Apr-13 2:22
professionalGuyThiebaut30-Apr-13 2:22 
GeneralRe: modal popup inside another modal popup Pin
Eddy Vluggen30-Apr-13 2:52
professionalEddy Vluggen30-Apr-13 2:52 
GeneralRe: modal popup inside another modal popup Pin
GuyThiebaut30-Apr-13 2:53
professionalGuyThiebaut30-Apr-13 2:53 
QuestionVFW blank frames at start of avi Pin
Boris The Bold29-Apr-13 23:24
Boris The Bold29-Apr-13 23:24 
QuestionBuying stock is easy, selling it is worse... loop problems? Pin
lordoftrades29-Apr-13 22:33
lordoftrades29-Apr-13 22:33 
AnswerRe: Buying stock is easy, selling it is worse... loop problems? Pin
Eddy Vluggen29-Apr-13 23:04
professionalEddy Vluggen29-Apr-13 23:04 
GeneralRe: Buying stock is easy, selling it is worse... loop problems? Pin
lordoftrades29-Apr-13 23:07
lordoftrades29-Apr-13 23:07 
GeneralRe: Buying stock is easy, selling it is worse... loop problems? Pin
Richard MacCutchan29-Apr-13 23:23
mveRichard MacCutchan29-Apr-13 23:23 
GeneralRe: Buying stock is easy, selling it is worse... loop problems? Pin
Eddy Vluggen29-Apr-13 23:32
professionalEddy Vluggen29-Apr-13 23:32 
AnswerRe: Buying stock is easy, selling it is worse... loop problems? Pin
Freak3029-Apr-13 23:40
Freak3029-Apr-13 23:40 
AnswerRe: Buying stock is easy, selling it is worse... loop problems? Pin
dusty_dex30-Apr-13 1:00
dusty_dex30-Apr-13 1:00 
GeneralRe: Buying stock is easy, selling it is worse... loop problems? Pin
lordoftrades30-Apr-13 1:05
lordoftrades30-Apr-13 1:05 
QuestionSessionUnlock event not firing sometimes in C# window service Pin
Abhishek Shankhdhar29-Apr-13 22:08
Abhishek Shankhdhar29-Apr-13 22:08 

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.