CodeCharge Studio
search Register Login  

Web Reports

Visually create Web Reports in PHP, ASP, .NET, Java, Perl and ColdFusion.
CodeCharge.com

YesSoftware Forums -> CodeCharge Studio -> .NET

 vertical radio button/image upload to database

Print topic Send  topic

Author Message
xiaoming
Posted: 07/07/2004, 2:20 PM

I use vb.net and SQL server, here are two questions:

1) I have a radio button in the form, but can only display it horizontally. I add the <br> tag in the HTML code, but it doesn't work. I remember it worked for ASP code, is this a but for asp.net?

2) the 'file upload' control works fine, but I have to store the images in a folder rather than in the SQL server database.Did anybody work this out before?

thank you all in advance

xiaoming
Stan
Posted: 07/07/2004, 11:42 PM

Hi

1. In before show event of control add the following code
<formName><controlName>.RepeatDirection = RepeatDirection.Vertical

2. The file upload control store in database filename only. The file itself is stored on the disk in the folder, which specified into the FileFolder property of FileUpload control.

Stan
xiaoming
Posted: 07/08/2004, 11:19 AM

I got the 'access denied' error when upload the file to the server. The file was able to be uploaded to the 'tempory' folder, but access denied for the folder which actually stores the file. The security is set the same way for both folders, with ASPNET client granted to access.

any idea? thanks a lot

xiaoming

Add new topic Subscribe to topic   


These are Community Forums for users to exchange information.
If you would like to obtain technical product help please visit http://support.yessoftware.com.

Web Database

Join thousands of Web developers who build Web applications with minimal coding.
CodeCharge.com

Home   |    Search   |    Members   |    Register   |    Login


Powered by UltraApps Forum created with CodeCharge Studio
Copyright © 2003-2004 by UltraApps.com  and YesSoftware, Inc.