This is a migrated thread and some comments may be shown as answers.

How to change th epositioning of the Submit button in CustomizingRadUploadUI

0 Answers 41 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Snehal
Top achievements
Rank 1
Snehal asked on 10 Mar 2009, 04:12 AM
I am using CustomizingRadUploadUI.
In aspx my code is as follows:

<

table width="100%" cellpadding="0" border="1" cellspacing="0">

 

 

<tr><td><rad:radupload SkinsPath="~/RadControls/Upload/Skins" id="Radupload1" runat="server" initialfileinputscount="1" />

 

 

<rad:radprogressarea id="RadprogressArea1" runat="server" displaycancelbutton="True"></rad:radprogressarea>

 

 

</td><td><div style="float:right;margin-right:9px;height:132px;width:250px;" class="module">

 

 

<asp:label id="labelNoResults" runat="server" visible="True">No uploaded files yet</asp:label>

 

 

<asp:repeater id="reportResults" runat="server" visible="False">

 

 

<headertemplate>Uploaded files:<br /></headertemplate><itemtemplate>

 

'<%

#DataBinder.Eval(Container.DataItem, "FileName")%>'

 

( '<%

#DataBinder.Eval(Container.DataItem, "ContentLength").ToString() + " bytes"%>'

 

)

<br /></itemtemplate></asp:repeater>

 

 

</div></td></tr>

 

 

</table>

 

<

asp:button id="buttonSubmit" class="RadUploadButton" runat="server" text="Submit" />
I want submit button to display in same line of the Add button. How can I do this.

No answers yet. Maybe you can help?

Tags
General Discussions
Asked by
Snehal
Top achievements
Rank 1
Share this question
or