problem with imagebotton
-
hi i have a web aplication i use imagebotton i need know what can i do o what need the explorer for show the imagebotton's image in my machine working but i installed in other place i think that work with windows 2000 can ido to any explorer can show my imagebotton correctly i test in my home with mozilla and it doesn't show the imagebotton thank for the time
-
hi i have a web aplication i use imagebotton i need know what can i do o what need the explorer for show the imagebotton's image in my machine working but i installed in other place i think that work with windows 2000 can ido to any explorer can show my imagebotton correctly i test in my home with mozilla and it doesn't show the imagebotton thank for the time
Hi, I have not seen your code, but I guess that you are loading the imagebutton through codebehind file coding. And please takecare when you will put the path for the image button to upload to the button make that a application path, that means generalised path so that in the location where you will install does not make any problem due to the nonavaliability of the image or path. :) DD Debasish Das(MBA), is a hardcore software solution provider, working in ESSPL (INDIA). Got 5 years of experience on various client server technologies like Visual Basic,.NET framework, Power Builder, Message Queue Server. And also posses sound knowledge in Quality Processes applied to software engineering. Quite often travels overseas to provide solutions to some fortune 100 clients. He can be reached with mr_debasishdas@hotmail.com or debasishd@esspl.com
-
hi i have a web aplication i use imagebotton i need know what can i do o what need the explorer for show the imagebotton's image in my machine working but i installed in other place i think that work with windows 2000 can ido to any explorer can show my imagebotton correctly i test in my home with mozilla and it doesn't show the imagebotton thank for the time
Well first verify that the html produced by asp.net created compatible html code. It is possible its using HTML syntax not supported by mozilla. Use relative path names to the root Use the "..\" to go backwards down the tree Nick 1 line of code equals many bugs. So don't write any!!
-
Hi, I have not seen your code, but I guess that you are loading the imagebutton through codebehind file coding. And please takecare when you will put the path for the image button to upload to the button make that a application path, that means generalised path so that in the location where you will install does not make any problem due to the nonavaliability of the image or path. :) DD Debasish Das(MBA), is a hardcore software solution provider, working in ESSPL (INDIA). Got 5 years of experience on various client server technologies like Visual Basic,.NET framework, Power Builder, Message Queue Server. And also posses sound knowledge in Quality Processes applied to software engineering. Quite often travels overseas to provide solutions to some fortune 100 clients. He can be reached with mr_debasishdas@hotmail.com or debasishd@esspl.com
thankks really in the property ImageUrl of the image button is file:///C:\NomiPro\nomipro\Imagenes\Botones\insertar.gif really i am trying to generalize Imagenes/Botones/insertar.gif but not working could you help me with the code generalise thanks for the time
-
Well first verify that the html produced by asp.net created compatible html code. It is possible its using HTML syntax not supported by mozilla. Use relative path names to the root Use the "..\" to go backwards down the tree Nick 1 line of code equals many bugs. So don't write any!!