Click here to Skip to main content
15,895,011 members
Home / Discussions / C#
   

C#

 
QuestionRe: select only distinct child elements from 2 xml files and display it on rich text box. Pin
Richard MacCutchan29-Dec-13 22:57
mveRichard MacCutchan29-Dec-13 22:57 
AnswerRe: select only distinct child elements from 2 xml files and display it on rich text box. Pin
Arjun Mourya29-Dec-13 23:06
Arjun Mourya29-Dec-13 23:06 
GeneralRe: select only distinct child elements from 2 xml files and display it on rich text box. Pin
Richard MacCutchan29-Dec-13 23:55
mveRichard MacCutchan29-Dec-13 23:55 
QuestionHow to upld pdf with description?? Pin
Member 1049383529-Dec-13 17:40
Member 1049383529-Dec-13 17:40 
AnswerRe: How to upld pdf with description?? Pin
Dave Kreskowiak29-Dec-13 18:05
mveDave Kreskowiak29-Dec-13 18:05 
AnswerRe: How to upld pdf with description?? Pin
ZurdoDev1-Jan-14 15:28
professionalZurdoDev1-Jan-14 15:28 
QuestionInterrupting service startup Pin
Fred283429-Dec-13 4:38
Fred283429-Dec-13 4:38 
AnswerRe: Interrupting service startup Pin
Ravi Bhavnani29-Dec-13 5:31
professionalRavi Bhavnani29-Dec-13 5:31 
AnswerRe: Interrupting service startup Pin
Dave Kreskowiak29-Dec-13 5:43
mveDave Kreskowiak29-Dec-13 5:43 
GeneralRe: Interrupting service startup Pin
Fred283429-Dec-13 7:26
Fred283429-Dec-13 7:26 
QuestionCtrl + MouseClick using PostMessage is not working for DataGridview. Pin
aks.29-Dec-13 3:03
aks.29-Dec-13 3:03 
AnswerRe: Ctrl + MouseClick using PostMessage is not working for DataGridview. Pin
Eddy Vluggen29-Dec-13 3:30
professionalEddy Vluggen29-Dec-13 3:30 
GeneralRe: Ctrl + MouseClick using PostMessage is not working for DataGridview. Pin
aks.29-Dec-13 20:36
aks.29-Dec-13 20:36 
QuestionRe: Ctrl + MouseClick using PostMessage is not working for DataGridview. Pin
Eddy Vluggen30-Dec-13 2:40
professionalEddy Vluggen30-Dec-13 2:40 
AnswerRe: Ctrl + MouseClick using PostMessage is not working for DataGridview. Pin
aks.30-Dec-13 3:39
aks.30-Dec-13 3:39 
GeneralRe: Ctrl + MouseClick using PostMessage is not working for DataGridview. Pin
Eddy Vluggen2-Jan-14 8:00
professionalEddy Vluggen2-Jan-14 8:00 
QuestionItemCommand(Repeater) not getting fired with modalpopup. Pin
Kundan Saw28-Dec-13 4:08
Kundan Saw28-Dec-13 4:08 
I have one button inside modalpopup, when i click on that button than data bind on repeater, there is linkbutton on inside repeater.when i click on linkbutton than respective itemcommand not getting called.

Thanks



<asp:UpdatePanel ID="upd" runat="server" ChildrenAsTriggers="true" UpdateMode="Conditional">
<ContentTemplate><ajaxToolkit:ModalPopupExtender ID="ModalPopupExtenderDetails" runat="server" TargetControlID="aShowpoup"
CancelControlID="btnCancel" BackgroundCssClass="modalBackground" PopupControlID="pnlpopup">
</ajaxToolkit:ModalPopupExtender>
<asp:Button ID="btnSearch" CssClass="button" runat="server" Text="Search" OnClick="FflSearch_click"/>
<asp:Panel ID="pnlpopup" runat="server" BackColor="White" Width="1000px " Style="display: none;">
<asp:Repeater ID="rptrAllResults" runat="server" OnItemCommand="rptrAllResults_ItemCommand"
OnItemCreated="rptrAllResults_ItemCreated">
</asp:Repeater>

</asp:panel>
</ContentTemplate>
</updatepanel>

protected void rptrAllResults_ItemCommand(object source, RepeaterCommandEventArgs e)
{

}
protected void FflSearch_click(Object sender, EventArgs e)
{
ModalPopupExtenderDetails.Show();
}
AnswerRe: ItemCommand(Repeater) not getting fired with modalpopup. Pin
Eddy Vluggen29-Dec-13 2:01
professionalEddy Vluggen29-Dec-13 2:01 
GeneralRe: ItemCommand(Repeater) not getting fired with modalpopup. Pin
Kundan Saw29-Dec-13 6:26
Kundan Saw29-Dec-13 6:26 
QuestionThe problem of axShockwaveFlash controls Pin
toodfu28-Dec-13 2:09
toodfu28-Dec-13 2:09 
AnswerRe: The problem of axShockwaveFlash controls Pin
Eddy Vluggen29-Dec-13 2:04
professionalEddy Vluggen29-Dec-13 2:04 
GeneralRe: The problem of axShockwaveFlash controls Pin
toodfu29-Dec-13 15:27
toodfu29-Dec-13 15:27 
GeneralRe: The problem of axShockwaveFlash controls Pin
Eddy Vluggen30-Dec-13 2:42
professionalEddy Vluggen30-Dec-13 2:42 
QuestionCannot Convert Table<T> to Table<object> Pin
talg1828-Dec-13 0:35
talg1828-Dec-13 0:35 
AnswerRe: Cannot Convert Table<T> to Table<object> Pin
OriginalGriff28-Dec-13 2:19
mveOriginalGriff28-Dec-13 2:19 

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.