Click here to Skip to main content
15,887,135 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
AnswerRe: SendMailAsync() doesn't work in Console application. Pin
Pete O'Hanlon3-Aug-15 0:39
mvePete O'Hanlon3-Aug-15 0:39 
GeneralRe: SendMailAsync() doesn't work in Console application. Pin
Member 118814093-Aug-15 1:29
Member 118814093-Aug-15 1:29 
GeneralRe: SendMailAsync() doesn't work in Console application. Pin
Pete O'Hanlon3-Aug-15 1:31
mvePete O'Hanlon3-Aug-15 1:31 
GeneralRe: SendMailAsync() doesn't work in Console application. Pin
Member 118814093-Aug-15 2:11
Member 118814093-Aug-15 2:11 
GeneralRe: SendMailAsync() doesn't work in Console application. Pin
Pete O'Hanlon3-Aug-15 2:15
mvePete O'Hanlon3-Aug-15 2:15 
GeneralRe: SendMailAsync() doesn't work in Console application. Pin
Member 118814093-Aug-15 2:24
Member 118814093-Aug-15 2:24 
GeneralRe: SendMailAsync() doesn't work in Console application. Pin
Richard Deeming3-Aug-15 2:22
mveRichard Deeming3-Aug-15 2:22 
QuestionMultiple file selection issue in v3.5 Pin
Aniiil30-Jul-15 2:04
Aniiil30-Jul-15 2:04 
An issue occur while performing multiFile selection in framework 3.5. I am using 'jquery.MultiFile.js' and 'jquery-1.8.2.js' scripts to achieve it. My attachment control is inside a update panel within Tab control. Everything is fine but when i am use async or full post back then file uploader control can not read script and can not select multiple files. My Code part is as follows :
XML
<script src="../Scripts/jquery.MultiFile.js" type="text/javascript"></script>
    <script src="../Scripts/jquery-1.8.2.js" type="text/javascript"></script>

    <div class="PageMainTable">
        <ajaxToolkit:TabContainer ID="TabContainer1" runat="server" AutoPostBack="true" ActiveTabIndex="1"
            OnActiveTabChanged="TabContainer1_ActiveTabChanged">
            <ajaxToolkit:TabPanel ID="tb_home" runat="server" HeaderText="Home">
            </ajaxToolkit:TabPanel>
            <ajaxToolkit:TabPanel ID="TabPanel1" runat="server" HeaderText="CSR Registration Process">
                <ContentTemplate>
                    <asp:UpdatePanel ID="up_addupdt" runat="server" UpdateMode="Conditional" >
                        <Triggers>
                            <asp:PostBackTrigger ControlID="btn_save" />

                        </Triggers>
                        <ContentTemplate>
.....
 <tr>
                                    <td class="lbl_text">Attachment:
                                    </td>

                                    <td colspan="4">
                                        <asp:FileUpload ID="FileUpload1"
                                            maxlength="5" runat="server" class="multi" />

                                    </td>
                                    <td align="left" colspan="4">
                                        <asp:Label ID="lbl_attach" runat="server" Text="" Visible="false"></asp:Label>
                                    </td>
                                </tr>
...
 </ContentTemplate>
                        <Triggers>
                            <asp:AsyncPostBackTrigger ControlID="drop_system" EventName="SelectedIndexChanged" />
                        </Triggers>
                    </asp:UpdatePanel>

                </ContentTemplate>
            </ajaxToolkit:TabPanel>


On async post back of drop down (drop_system) file uploader behave normal and could not allow me to select multiple files.

Pls reply to my query as early as possible.
Thanx in advance.
SuggestionRe: Multiple file selection issue in v3.5 Pin
Richard MacCutchan30-Jul-15 4:38
mveRichard MacCutchan30-Jul-15 4:38 
QuestionFiltering selections Pin
Member 1187104228-Jul-15 23:17
Member 1187104228-Jul-15 23:17 
AnswerRe: Filtering selections Pin
Richard MacCutchan29-Jul-15 0:43
mveRichard MacCutchan29-Jul-15 0:43 
QuestionWhy is it that Metro style apps do not include "Imports System.Data.SqlClient"? Pin
Ray Raymos26-Jul-15 0:00
Ray Raymos26-Jul-15 0:00 
SuggestionRe: Why is it that Metro style apps do not include "Imports System.Data.SqlClient"? Pin
Richard MacCutchan26-Jul-15 1:24
mveRichard MacCutchan26-Jul-15 1:24 
GeneralRe: Why is it that Metro style apps do not include "Imports System.Data.SqlClient"? Pin
Afzaal Ahmad Zeeshan26-Jul-15 2:30
professionalAfzaal Ahmad Zeeshan26-Jul-15 2:30 
AnswerRe: Why is it that Metro style apps do not include "Imports System.Data.SqlClient"? Pin
Afzaal Ahmad Zeeshan26-Jul-15 2:30
professionalAfzaal Ahmad Zeeshan26-Jul-15 2:30 
QuestionHow to find which DIV is selected and get selected DIV element values in jquery Pin
sr15924-Jul-15 0:37
sr15924-Jul-15 0:37 
AnswerRe: How to find which DIV is selected and get selected DIV element values in jquery Pin
Pete O'Hanlon24-Jul-15 1:03
mvePete O'Hanlon24-Jul-15 1:03 
Questioncheck data prior to insert Pin
Member 1185289422-Jul-15 8:04
Member 1185289422-Jul-15 8:04 
AnswerRe: check data prior to insert Pin
Michael_Davies22-Jul-15 8:41
Michael_Davies22-Jul-15 8:41 
AnswerRe: check data prior to insert Pin
Daniel Pfeffer22-Jul-15 9:23
professionalDaniel Pfeffer22-Jul-15 9:23 
QuestionJoining Multiple Tables SQL Query Problem Pin
ratchoy01021-Jul-15 22:16
ratchoy01021-Jul-15 22:16 
AnswerRe: Joining Multiple Tables SQL Query Problem Pin
Richard Deeming22-Jul-15 1:04
mveRichard Deeming22-Jul-15 1:04 
GeneralRe: Joining Multiple Tables SQL Query Problem Pin
ratchoy01022-Jul-15 4:07
ratchoy01022-Jul-15 4:07 
GeneralRe: Joining Multiple Tables SQL Query Problem Pin
Dave Kreskowiak22-Jul-15 4:55
mveDave Kreskowiak22-Jul-15 4:55 
GeneralRe: Joining Multiple Tables SQL Query Problem Pin
Richard Deeming22-Jul-15 7:38
mveRichard Deeming22-Jul-15 7:38 

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.