Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. shaunacg

    Datalist not appearing in firefox or netscape

    Hi, I have a site with datalists and datagrids that work fine in IE and Opera, but they are completely not appearing in Netscape or Firefox. Is there something I need to set? Thanks
  2. shaunacg

    .Net Spaw wysiwyg can't get image upload to work

    Hi, Has anyone tried the Spaw Wysiwyg for .Net? It all works for me except for the get image and image upload. I've set the config file as best I can, not certain I'm right there. Anyone know how I can get it to work? Thanks
  3. shaunacg

    exec(@sqlstr) How do I get the return value?

    Hi, I have the following string: set @sqlstr = 'Select ordering from ' + @table + ' where [id] = ' + cast(@id as nvarchar(10)) that I want to execute and get the return value of, putting it into a variable. How can I do this? I execute the string like this exec(@sqlstr) but get not return...
  4. shaunacg

    How do I access a .Net dll in asp?

    Hi, I have a dll developed in c# (a class in a web project). It works fine when referenced from another .Net project, buy I'm trying to access it now from ASP. How do I do this? I keep getting this message: "DLLRegisterServer could not find an entry point", when I try to register it on the...
  5. shaunacg

    How do I access a c# asp.net dll in ASP code?

    Hi, I have a dll developed in c# (a class in a web project). It works fine when referenced from another .Net project, buy I'm trying to access it now from ASP. How do I do this? I keep getting this message: "DLLRegisterServer could not find an entry point", when I try to register it on the...
  6. shaunacg

    Finding Web Services - postal calculator

    Hi, What are some good places to find Web Services? I'm hoping to find postal calculators at the moment. Thanks
  7. shaunacg

    HtmlTextWriter how do you get it on your page?

    Hi, I need an HtmlTextWriter. Well actually I need a Wysiwig html text editor to display on my form. But first off I need this HtmlTextWriter. How do you get this? Anything I read about it seems quite complicated, is there an easier way? Thanks
  8. shaunacg

    how do you get a namespace that you are missing?

    Hi, I need the following namespace by the looks of things: System.Web.UI.Design How do I get this? And where do I put it? Thanks
  9. shaunacg

    Running Debugger problem

    Hi, I just installed IIS, followed by Visual Studio .Net and then created a project and a webform. I set the page.aspx as the start page and when I go to run it using debugging I get an error message saying it is unable to start debugging on the Web Server. The Server does not support debugging...
  10. shaunacg

    Treat .htm files as .asp. Something to do with .htaccess?

    Hi, I have a site already launched with an index.htm page as the initial page. I need to add asp to it now, but don't want to have to change all of the other links to index.asp. Can I set it so that the index.htm page can have asp in it and function like a .asp page? I'm using an IIS Windows...
  11. shaunacg

    Can have a CSS read by Safari only?

    Ok, great I'll try it with javascript then. It's funny the problem I need to fix only exists on Safari and not Opera or Mozilla. Thanks.
  12. shaunacg

    Can have a CSS read by Safari only?

    Hi, Is there anyway I can have a CSS stylesheet that is read only by the Safari browser, but not by any other browsers? Or atleast not by any Windows browsers? Thanks
  13. shaunacg

    Invalid mail attachment error remotely only

    Hi, I am sending a form in C# with an attachment. It works perfectly locally, but when I send the exact same form with the exact same word doc locally, I get the following error: Invalid mail attachment 'C:\AbacusTestCV.doc'. Is it something to do with remote server settings then? Thanks...
  14. shaunacg

    javascript resize columns not resizing Netscape properly

    Thanks Jakob, I'll make those changes now and see what happens. Shaunacg
  15. shaunacg

    javascript resize columns not resizing Netscape properly

    Hi, I have a site that uses a resize javascript to get the left column to match the length of the right column. This works and looks fine when viewed in IE, but not in Netscape. The page can be viewed here: http://www.b-hop.com/members/CSSProblem The Style sheets are at...
  16. shaunacg

    how to change max filesize to upload files to server?

    Hi, I am having trouble uploading files to my server that are above 2MB, but I need to be able to upload up to 4MB files to the server. How can I fix this? I tried this in the Web.config file <httpRuntime maxRequestLength="4000" /> I read this would work somewhere, but I'm still getting the...
  17. shaunacg

    object required &quot;Response&quot; error from response.redirect

    That explains it. Thanks.
  18. shaunacg

    object required &quot;Response&quot; error from response.redirect

    Hi I'm just trying to redirect to another page inside a vbscript function so have used the following: response.redirect("index.htm") but I get an error saying object required "response" Does anyone know what the problem is? Thanks. shaunacg
  19. shaunacg

    Can I set a max length for hyperlink control?

    Hi Veep, Thanks, but I tried that and it didn't make any difference. Even though I set a specified width, if the string for the hyperlink text is longer than that width, it stretches out anyway. Shaunacg
  20. shaunacg

    Can I set a max length for hyperlink control?

    Hi, I have a hyperlink control that when it gets too long I want it to wrap around rather than keep going on and on to the right. Can I set a max length or something on the control for this? Thanks. Shaunacg

Part and Inventory Search

Back
Top