It does not work with rad. Meaning When I change from up tab to another It just does not work.
Main Topics
Browse All Topics <asp:UpdatePanel ID="UpdatePanelUploadArea"
<ContentTemplate>
<div id="UploadArea">
<table>
<tr>
<td>
Caption of Image:
</td>
<td>
<asp:TextBox ID="txtName" runat="server" MaxLength="150"></asp:Text
</td>
</tr>
<tr>
<td>
Browse Image:
</td>
<td>
<asp:FileUpload ID="FileUpload1" runat="server" />
</td>
</tr>
</table>
</div>
<%--<asp:CustomValidator ID="valFileSize" runat="server" ErrorMessage="The image exceeds 1 MB"
OnServerValidate="valFileS
<asp:CustomValidator ID="valFile" runat="server" ErrorMessage="No file uploaded"
OnServerValidate="valFile_
<asp:CustomValidator ID="valFileType" runat="server" ErrorMessage="This isn't not an image"
OnServerValidate="valFileT
&n
<asp:Label ID="lblResult" runat="server" ForeColor="#0066FF"></asp:
<p>
<asp:Button ID="UploadButton" runat="server" Text="Upload Now" OnClick="UploadButton_Clic
</p>
</ContentTemplate>
<Triggers>
<asp:PostBackTrigger ControlID="UploadButton" />
</Triggers>
</asp:UpdatePanel>
I have problems with
<asp:CustomValidator ID="valFileSize" runat="server" ErrorMessage="The image exceeds 1 MB"
OnServerValidate="valFileS
<asp:CustomValidator ID="valFile" runat="server" ErrorMessage="No file uploaded"
OnServerValidate="valFile_
<asp:CustomValidator ID="valFileType" runat="server" ErrorMessage="This isn't not an image"
OnServerValidate="valFileT
with the update panel what should I do?
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
<div>
<div class="disignBoxFirst">
<div class="boxFirstHeader">
MY PHOTO GALLERY</div>
<asp:UpdatePanel ID="UpdatePanelUploadArea"
<ContentTemplate>
<div id="UploadArea">
<table>
<tr>
<td>
Caption of Image:
</td>
<td>
<asp:TextBox ID="txtName" runat="server" MaxLength="150"></asp:TextBo
</td>
</tr>
<tr>
<td>
Browse Image:
</td>
<td>
<asp:FileUpload ID="FileUpload1" runat="server" />
<asp:CustomValidator ID="valFileSize" runat="server" ErrorMessage="The image exceeds 1 MB"
OnServerValidate="valFileS
<asp:CustomValidator ID="valFile" runat="server" ErrorMessage="No file uploaded"
OnServerValidate="valFile_
<asp:CustomValidator ID="valFileType" runat="server" ErrorMessage="This isn't not an image"
OnServerValidate="valFileT
</td>
</tr>
</table>
</div>
&n
<asp:Label ID="lblResult" runat="server" ForeColor="#0066FF"></asp:La
<p>
<asp:Button ID="UploadButton" runat="server" Text="Upload Now" OnClick="UploadButton_Clic
</p>
</ContentTemplate>
<%-- <Triggers>
<asp:PostBackTrigger ControlID="UploadButton" />
</Triggers>--%>
</asp:UpdatePanel>
This page will not load up unless triggers are uncommented.
Business Accounts
Answer for Membership
by: five22bagsPosted on 2009-11-04 at 06:23:14ID: 25739508
What problems are you having with it? I politely ask you to be more specific.