Click here to Skip to main content
15,917,862 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: my browser is not showing image button and images while iam running the web application Pin
Christian Graus9-Jan-07 0:14
protectorChristian Graus9-Jan-07 0:14 
GeneralRe: my browser is not showing image button and images while iam running the web application Pin
srikanth raju9-Jan-07 5:15
srikanth raju9-Jan-07 5:15 
GeneralRe: my browser is not showing image button and images while iam running the web application Pin
Christian Graus9-Jan-07 11:29
protectorChristian Graus9-Jan-07 11:29 
Questioncreating tables on fly Pin
cnu2578-Jan-07 23:39
cnu2578-Jan-07 23:39 
AnswerRe: creating tables on fly Pin
Christian Graus9-Jan-07 0:15
protectorChristian Graus9-Jan-07 0:15 
GeneralRe: creating tables on fly Pin
satyam1439-Jan-07 0:19
satyam1439-Jan-07 0:19 
GeneralRe: creating tables on fly Pin
Christian Graus9-Jan-07 1:05
protectorChristian Graus9-Jan-07 1:05 
Questiongridview image Pin
NadyaS8-Jan-07 23:37
NadyaS8-Jan-07 23:37 
hi,
i want to display an image in a gridview which is on another page.
part of my code is:

foreach(DataRow row in ds.Tables[0].Rows)
{

row.ItemArray[2] = //"~/Default2.aspx?id=1"; -> this is my url
}
this row.ItemArray[2] is ImageField
Of course this doesn't work.

i saw an example in visual basic:

For Each tempRow As DataRow In ds.Tables(0).Rows

tempRow.Item("imgFile") = ("imgGrab.aspx?id=" & tempRow.Item("imgID"))

Next

please, if anyone has an idea.

Nadya
QuestionBy using the fusion technology we can make the aciveX control as Windows control and display it Pin
indian1438-Jan-07 23:26
indian1438-Jan-07 23:26 
AnswerRe: By using the fusion technology we can make the aciveX control as Windows control and display it Pin
Christian Graus9-Jan-07 1:09
protectorChristian Graus9-Jan-07 1:09 
GeneralRe: By using the fusion technology we can make the aciveX control as Windows control and display it Pin
indian1439-Jan-07 5:06
indian1439-Jan-07 5:06 
GeneralRe: By using the fusion technology we can make the aciveX control as Windows control and display it Pin
Christian Graus9-Jan-07 11:29
protectorChristian Graus9-Jan-07 11:29 
GeneralRe: By using the fusion technology we can make the aciveX control as Windows control and display it Pin
indian1439-Jan-07 19:16
indian1439-Jan-07 19:16 
GeneralRe: By using the fusion technology we can make the aciveX control as Windows control and display it Pin
Christian Graus9-Jan-07 19:37
protectorChristian Graus9-Jan-07 19:37 
GeneralRe: By using the fusion technology we can make the aciveX control as Windows control and display it Pin
indian1439-Jan-07 22:16
indian1439-Jan-07 22:16 
GeneralRe: By using the fusion technology we can make the aciveX control as Windows control and display it Pin
Christian Graus9-Jan-07 22:26
protectorChristian Graus9-Jan-07 22:26 
GeneralRe: By using the fusion technology we can make the aciveX control as Windows control and display it Pin
indian1439-Jan-07 23:58
indian1439-Jan-07 23:58 
GeneralRe: By using the fusion technology we can make the aciveX control as Windows control and display it Pin
indian1439-Jan-07 23:19
indian1439-Jan-07 23:19 
Questioncheck file.exists on remote machine Pin
satyam1438-Jan-07 23:20
satyam1438-Jan-07 23:20 
AnswerRe: check file.exists on remote machine Pin
Christian Graus9-Jan-07 1:07
protectorChristian Graus9-Jan-07 1:07 
Questioncheck file.exists on remote machine Pin
satyam1438-Jan-07 23:19
satyam1438-Jan-07 23:19 
AnswerRe: check file.exists on remote machine Pin
szukuro8-Jan-07 23:25
szukuro8-Jan-07 23:25 
GeneralRe: check file.exists on remote machine Pin
satyam1438-Jan-07 23:40
satyam1438-Jan-07 23:40 
GeneralRe: check file.exists on remote machine Pin
amin_behzadi9-Jan-07 0:17
professionalamin_behzadi9-Jan-07 0:17 
GeneralRe: check file.exists on remote machine Pin
satyam1439-Jan-07 0:21
satyam1439-Jan-07 0:21 

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.