upload image during registration in asp.net
Posted
by Vikrant
on Stack Overflow
See other posts from Stack Overflow
or by Vikrant
Published on 2010-03-21T13:42:14Z
Indexed on
2010/03/21
14:31 UTC
Read the original article
Hit count: 362
I am developing a student registration form in asp.net. there are two tables viz std_registration and gallery(having pic_id and pic_url). During registration, before the click of submit button i want to retrieve pic_id from gallery table and then pass it to the insert query of registration table. image upload is an optional part. if no image is uploaded i want a default image to get uploaded.
pls help me on this. thanx.
© Stack Overflow or respective owner