TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
anurag rawat
NA
56
929
Fileupload control not working with update panel
Jun 7 2019 6:00 AM
<asp:ScriptManager ID="ScriptManager1" runat="server"> </asp:ScriptManager> <asp:UpdatePanel ID="UpdatePanel1" runat="server"> <ContentTemplate> <asp:Panel ID="pnlFirstRegistration" runat="server" DefaultButton="btnNext"> <asp:TextBox ID="txtFirstName" runat="server" class="txtbox"></asp:TextBox> <asp:Button ID="btnNext" runat="server" Text="NEXT" OnClick="btnNext_Click" /> </asp:Panel> <asp:Panel ID="pnlFinalRegistration" runat="server" DefaultButton="btnSubmit" Visible="false"> <asp:FileUpload ID="fileUploader" AllowMutliple="true" runat="server" accept=".png,.jpg,.jpeg,.gif" /> </div> <asp:Button ID="btnSubmit" runat="server" Text="SUBMIT" OnClick="btnSubmit_Click" /> </asp:Panel> </ContentTemplate> <Triggers> <asp:PostBackTrigger ControlID="btnSubmit" /> </Triggers> </asp:UpdatePanel>
I have a update panel where first is a Next button and then Submit. When clicking Submit it is showing fileload HasRows property false. What's the reason
It should show some files in upload control
Reply
Answers (
1
)
cant fetch gridview data !
Financial Year Loop