E
Edward
Hi,
I've one employee table, with one column as Image type. So I want to
display all the information in one form, where I choose an ImageButton to
display the column .
I found nearly all the suggestion is using ImageButton.ImageUrl =
"imagereader.aspx?id=n" , that means I should create another .net page, and
as you all know, imagereader.aspx should read the column again from DB,
you must have got my question , how can I retrieve only once from DB,
then display the Image column and other text fields in one form.
maybe the answer will be very easy, but to me, it's now the question.
Looking forward to the answer from you. Thanks.
I've one employee table, with one column as Image type. So I want to
display all the information in one form, where I choose an ImageButton to
display the column .
I found nearly all the suggestion is using ImageButton.ImageUrl =
"imagereader.aspx?id=n" , that means I should create another .net page, and
as you all know, imagereader.aspx should read the column again from DB,
you must have got my question , how can I retrieve only once from DB,
then display the Image column and other text fields in one form.
maybe the answer will be very easy, but to me, it's now the question.
Looking forward to the answer from you. Thanks.