binay00713
Broken In
I am doing a website using Asp.net(c#)
My requirement is .
when the user registers,a default image should be assigned to him in the database which can be changed later.
suppose this default image is stored within a folder named image and the table name is user_reg & the column name is user_image
How to write code to assign the default image.
My requirement is .
when the user registers,a default image should be assigned to him in the database which can be changed later.
suppose this default image is stored within a folder named image and the table name is user_reg & the column name is user_image
How to write code to assign the default image.