Recent content by Hernan B

  1. H

    ASP and SQL retrieves images?

    Hi, I have been trying to retrieves images from a SQL SERVER database and show them in a ASP.NET website… I succeed using Response.BinaryWrite but it is displayed throught the whole page and everything else just disappear… and that’s not what I need…...
  2. H

    retrieves images using ASP.NET?

    Hi, I have been trying to retrieves images from a SQL SERVER database and show them in a ASP.NET website… I succeed using Response.BinaryWrite but it is displayed throught the whole page and everything else just disappear… and that’s not what I need…...
  3. H

    SQL images in ASP.NET control?

    Hi, I have been trying to retrieves images from a SQL SERVER database and show them in a ASP.NET website… I succeed using Response.BinaryWrite but it is displayed throught the whole page and everything else just disappear… and that’s not what I need…...
  4. H

    ASP and SQL retrieves images?

    Hi, I have been trying to retrieves images from a SQL SERVER database and show them in a ASP.NET website… I succeed using Response.BinaryWrite but it is displayed throught the whole page and everything else just disappear… and that’s not what I need…...
  5. H

    retrieves images using ASP.NET?

    Hi, I have been trying to retrieves images from a SQL SERVER database and show them in a ASP.NET website… I succeed using Response.BinaryWrite but it is displayed throught the whole page and everything else just disappear… and that’s not what I need…...
  6. H

    SQL images in ASP.NET control?

    Hi, I have been trying to retrieves images from a SQL SERVER database and show them in a ASP.NET website… I succeed using Response.BinaryWrite but it is displayed throught the whole page and everything else just disappear… and that’s not what I need…...
  7. H

    ASP.net: Make variable not to loss its value?

    Hi all, I need your help to advise me on how I can make a variable not to loss its value even after postbacks or server-requests or anything Example.. 1.Start the asp.net page.. 2.String variable is loaded as null (by default) 3.Assign a value to this variable ( String name = Hernan;) 4.If...
  8. H

    ASP.net: Make variable not to loss its value?

    Hi all, I need your help to advise me on how I can make a variable not to loss its value even after postbacks or server-requests or anything Example.. 1.Start the asp.net page.. 2.String variable is loaded as null (by default) 3.Assign a value to this variable ( String name = Hernan;) 4.If...
Back
Top