Click here to Skip to main content
15,884,472 members
Home / Discussions / Web Development
   

Web Development

 
QuestionJavascript OOP with the setInterval() Pin
chaddolan25-May-07 3:17
chaddolan25-May-07 3:17 
AnswerRe: Javascript OOP with the setInterval() Pin
Dmitry Khudorozhkov25-May-07 9:49
Dmitry Khudorozhkov25-May-07 9:49 
GeneralRe: Javascript OOP with the setInterval() Pin
chaddolan26-May-07 2:08
chaddolan26-May-07 2:08 
QuestionIIS requires object download everytime I browse to the page... Pin
Mundo Cani24-May-07 22:21
Mundo Cani24-May-07 22:21 
QuestionRestore data from datatable to database Pin
sm_78224-May-07 21:08
sm_78224-May-07 21:08 
AnswerRe: Restore data from datatable to database Pin
Mark J. Miller25-May-07 7:35
Mark J. Miller25-May-07 7:35 
Questionhelp in displaying image in Hyperlink control Pin
EEmaan24-May-07 19:45
EEmaan24-May-07 19:45 
AnswerRe: help in displaying image in Hyperlink control Pin
Mark J. Miller25-May-07 7:29
Mark J. Miller25-May-07 7:29 
Before I start, let me just say that if you want the images to display as 100x100, then it would be best and easier to simply resize the image and save it that way. However here are some options:

1) The easiest is to use HTML controls (an anchor "A" tag wrapped around an image "IMG" tag) instead of server controls. This is what is being rendered for you right now anyway when you are using the ImageUrl property of the Hyperlink control. The problem with it is that it doesn't set the Height and Width of the IMG element, it sets it for the A element. This is your best alternative.

2) If you are using the Hyperlink control because you want to use it for a postback event, then use the ImageButton control instead. The height and width properties of the ImageButton control will work in this case.

QuestionIIS OUT OF PROCESS Pin
Rajkamal_dfine24-May-07 19:00
Rajkamal_dfine24-May-07 19:00 
Questionwhy this HTML code works with Hotmail while it dosnt work with Yahoo! ??!! Pin
suroor45324-May-07 14:11
suroor45324-May-07 14:11 
AnswerRe: why this HTML code works with Hotmail while it dosnt work with Yahoo! ??!! Pin
Christian Graus24-May-07 15:32
protectorChristian Graus24-May-07 15:32 
GeneralRe: why this HTML code works with Hotmail while it dosnt work with Yahoo! ??!! Pin
suroor45328-May-07 12:11
suroor45328-May-07 12:11 
QuestionSaveAs Dialog in JavaScript Pin
hamidreza_buddy24-May-07 8:23
hamidreza_buddy24-May-07 8:23 
AnswerRe: SaveAs Dialog in JavaScript Pin
Dmitry Khudorozhkov25-May-07 9:45
Dmitry Khudorozhkov25-May-07 9:45 
QuestionManipulate server control with client script? Pin
Mundo Cani24-May-07 8:11
Mundo Cani24-May-07 8:11 
AnswerRe: Manipulate server control with client script? Pin
Christian Graus24-May-07 15:39
protectorChristian Graus24-May-07 15:39 
GeneralRe: Manipulate server control with client script? Pin
Mundo Cani24-May-07 22:18
Mundo Cani24-May-07 22:18 
GeneralRe: Man this is frustrating... Pin
#realJSOP24-May-07 6:25
mve#realJSOP24-May-07 6:25 
GeneralRe: Man this is frustrating... Pin
Geo Pa24-May-07 8:25
Geo Pa24-May-07 8:25 
GeneralRe: Man this is frustrating... Pin
#realJSOP24-May-07 8:42
mve#realJSOP24-May-07 8:42 
GeneralRe: Man this is frustrating... Pin
Guffa24-May-07 8:59
Guffa24-May-07 8:59 
GeneralRe: Man this is frustrating... Pin
George L. Jackson24-May-07 10:25
George L. Jackson24-May-07 10:25 
QuestionMan this is frustrating... Pin
#realJSOP24-May-07 5:39
mve#realJSOP24-May-07 5:39 
AnswerRe: Man this is frustrating... Pin
Guffa24-May-07 6:14
Guffa24-May-07 6:14 
AnswerRe: Man this is frustrating... Pin
Harini N K25-May-07 19:54
Harini N K25-May-07 19:54 

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.