Click here to Skip to main content
15,910,009 members
Home / Discussions / C#
   

C#

 
QuestionOpen outlook By pressing bottom Pin
abalfazl30-Dec-05 4:39
abalfazl30-Dec-05 4:39 
AnswerRe: Open outlook By pressing bottom Pin
Sam 200630-Dec-05 6:18
Sam 200630-Dec-05 6:18 
Questionpreventing a form from closing Pin
navvara the infantryman30-Dec-05 3:23
navvara the infantryman30-Dec-05 3:23 
AnswerRe: preventing a form from closing Pin
Sasuko30-Dec-05 3:26
Sasuko30-Dec-05 3:26 
GeneralRe: preventing a form from closing Pin
navvara the infantryman30-Dec-05 3:33
navvara the infantryman30-Dec-05 3:33 
AnswerRe: preventing a form from closing Pin
Darryl Borden30-Dec-05 4:00
Darryl Borden30-Dec-05 4:00 
GeneralRe: preventing a form from closing Pin
Dan Neely30-Dec-05 5:51
Dan Neely30-Dec-05 5:51 
Questionhow to show out the photo from access database??? Pin
jasonyip_200530-Dec-05 3:15
jasonyip_200530-Dec-05 3:15 
i am a student and doing my asp.net(c#)project now.
but i don't know how to show out the photo and hyperlink from access database?
Is that some speical setting in my access database?
Can you help me solve the problem?Confused | :confused: Confused | :confused: Confused | :confused:
Thanks a lot!
There is my code

<%@ Page Language="C#" Debug="true" %>


<title>ProductInformation




product information:


<%
DataTable myDataTable ;
string Selectcmd = "Select * From ItemMaster Where itemCode = '" +
Request["txtId"] + "'" ;

myDataTable = Create_Table("ToysMember.mdb",Selectcmd,"ItemMaster") ;
Response.Write("") ;
Response.Write("") ;
Response.Write("") ;
Response.Write("") ;
Response.Write("") ;
Response.Write("") ;
Response.Write("") ; //this is show out the photo
Response.Write("") ; //this is show out the hyperlink
Response.Write("") ;

foreach (DataRow myDataRow in myDataTable.Rows)
{
Response.Write("" ) ;
foreach (object obj in myDataRow.ItemArray)
{
Response.Write("") ;
}
Response.Write("") ;
}
Response.Write("
productIDProductNameBrandPricePhotolink
" + obj.ToString() + "
") ;
%>




AnswerRe: how to show out the photo from access database??? Pin
Guffa30-Dec-05 4:12
Guffa30-Dec-05 4:12 
QuestionPlace a form before show it Pin
Sasuko30-Dec-05 3:12
Sasuko30-Dec-05 3:12 
AnswerRe: Place a form before show it Pin
ika230-Dec-05 3:36
ika230-Dec-05 3:36 
AnswerRe: Place a form before show it Pin
Darryl Borden30-Dec-05 5:24
Darryl Borden30-Dec-05 5:24 
Questionhow to override the button draw event? Pin
Sasuko29-Dec-05 23:55
Sasuko29-Dec-05 23:55 
AnswerRe: how to override the button draw event? Pin
VPMahank30-Dec-05 4:06
VPMahank30-Dec-05 4:06 
QuestionForm return value and interface question Pin
john111333429-Dec-05 23:52
john111333429-Dec-05 23:52 
AnswerRe: Form return value and interface question Pin
Robert Rohde30-Dec-05 2:09
Robert Rohde30-Dec-05 2:09 
GeneralRe: Form return value and interface question Pin
john111333430-Dec-05 3:15
john111333430-Dec-05 3:15 
QuestionForms messaging Pin
navvara the infantryman29-Dec-05 23:45
navvara the infantryman29-Dec-05 23:45 
QuestionProblem with InstallUtil Pin
User 189529729-Dec-05 23:22
User 189529729-Dec-05 23:22 
QuestionWindows Forms Tab Control Pin
Aryadip29-Dec-05 22:55
Aryadip29-Dec-05 22:55 
AnswerRe: Windows Forms Tab Control Pin
Darryl Borden30-Dec-05 3:54
Darryl Borden30-Dec-05 3:54 
AnswerRe: Windows Forms Tab Control Pin
Curtis Schlak.30-Dec-05 4:46
Curtis Schlak.30-Dec-05 4:46 
QuestionProblem with SQL Sentence !!!!! Pin
coloso29-Dec-05 22:52
coloso29-Dec-05 22:52 
AnswerRe: Problem with SQL Sentence !!!!! Pin
PrakashBhaskar29-Dec-05 23:11
PrakashBhaskar29-Dec-05 23:11 
GeneralRe: Problem with SQL Sentence !!!!! Pin
coloso29-Dec-05 23:27
coloso29-Dec-05 23:27 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.