Hello one and all,
I need code for the following requirement. I am having some text boxes, a file upload control and one link button.
What i need is i will enter some details like Id, Name and other and i
will upload an image using file upload control. When i click on button
all the data along with the image should save in the database. When i
click on Link button i will redirect it to another page. And on that
page i will take one textbox and i will enter either Id or name and
click on Button after that all the details according to that ID or Name
should be displayed on that form along with the image saved for that ID
or name. Can any one please help