Click here to Skip to main content
15,892,737 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Dear all,

I created one web page. in this page contain fileupload butoon and title,price
here posting time i dont have image, without image post data is possible or not

and with image is possible ok but without image is possible or not please reply me any examples please.
page contain: fileupload,title,price

sqltable:id,image(varchar(MAX)),title(Varchar(20)),price(Money)

please reply any examples or url paths
Posted
Comments
Homero Rivera 4-Mar-14 1:36am    
I think you mean, if it is possible to upload something other than an image in your control. Answer is 'yes' unless you add some validation with javascript or at the server code in C#.
member1431 4-Mar-14 1:39am    
Dear Homero,

any examples or url paths please reply me
Charan_Kumar 4-Mar-14 2:01am    
in sql server for image check for allow nulls property...
member1431 4-Mar-14 2:20am    
My sql table is:

Id- int not null,
Image- varchar(MAX), null,
title- varchar(20), null,
price- money, null
member1431 4-Mar-14 2:20am    
please reply me any examples or url paths

1 solution

 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900