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 Chriss Miller 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. NoCoolHandle

    working with SQL "FOR JSON AUTO

    Hi, I have a query that returns a large amount of JSON data via SQLs FOR JSON clause. The dataset is around 6 million rows being squeezed into a single column/row of JSON data. My problem is trying to read that efficiently in a C# based Restful webservice. Currently I am returning it into a...
  2. NoCoolHandle

    Integrate Facebook (social) logins with Forms authentication..

    Hi, currently I am working on a website that only allows authenticated users to browse. Authentication is being done via Forms Authentication/CommerceServer . There is a desirement to allow our members to authenticate with facebook, but to have that account linked internally to our current...
  3. NoCoolHandle

    TLS 1.0 vrs TLS 1.1 vrs 1.2 connection strategy question

    If my webserver allows traffic on TLS 1.0, 1.1 and 1.2 and a user connects using a browser that has TLS 1.0, 1.1 and 1.2 enabled, what protocol will the connection use? 1.0 or 1.2? Thanks in advance Rob
  4. NoCoolHandle

    Wierd Connection Error in 2010

    Ok.. connecting (trying) to a SQL r2 instance on my system. basic connection string Data Source=.\r2;Initial Catalog=blobstuff;Integrated Security=True From Reporting services.. no problem. From VS 2008 No Problem. In 2010 I get All protocols are enabled. Remote connections are allowed. We...
  5. NoCoolHandle

    One to many concatenated column

    did it mention a line number? was it 6 or 9?
  6. NoCoolHandle

    Validating if an email address exists?

    Hi, I am wondering if anyone would know how to go about writing code to validate if an email address exists - without necessarily sending a message (which doesn't always work anyway). There seem to be some php scripts out there, but the only one I have seen for dotnet failed to resolve the...
  7. NoCoolHandle

    security error - medium trust envirnoment

    Hi, I was in the process of transfering a site we manage to a new hosting provider and started getting a non descript security error - the hosting company believes it is because they work in a medium trust environment. (the code in question was written by someone else and i am just getting the...
  8. NoCoolHandle

    Illegal Names with the DirectoryInfo object. + visualbasic.dir command

    Hi.. first (to solicit sympathy) I work with a bunch of MAC people who do all sorts of stupid (non-windows type) things. Last week I asked one of them if they had any images of X - yeah a bunch of graphic artists. After digging through a big 3 ring folder, I was handed 3 cd's that had the...
  9. NoCoolHandle

    How to clear server side cache Q?

    Hi.. I recently experienced an issue with an iis7 system where code that was changed in a "code behind" page wasn't being executed with subsequent page refreshes. It got wilder than that. We could delete the webpage and it's code behind page and the server kept serving it up. (I tried getting...
  10. NoCoolHandle

    server side cache - how can it be cleared?

    Hi.. I recently experienced an issue with an iis7 system where code that was changed in a "code behind" page wasn't being executed with subsequent page refreshes. It got wilder than that. We could delete the webpage and it's code behind page and the server kept serving it up. (I tried getting...
  11. NoCoolHandle

    Outlook 2007 - Add Signature with Image - Issue / Quesiton

    Hi, I am looking at writing a script to add a signature with an image to the bottom of an outlook message. So far I have managed to get the image inserted, but it tends to show up on the same line the signature (word part) of the mesage. What I would like is the image to be below any text...
  12. NoCoolHandle

    Monitoring Outgoing Email

    Hi. First I am not an exchange person, I just set up the occasional mail box (by adding the person to the domain) So.. yesterday I was adding a couple of accounts to the domain for one of my clients (I build websites). They shared a story about a situation they had a few months ago where an...
  13. NoCoolHandle

    Turn off Security? (not require login to see reports?) sql2008

    Hi. does anyone know if it is possible to turn off the need to login to Reporting Services in SQL 2008? We have a very small intranet with clients ranging from mac's to real pc's. In SQL 2005 I had managed to enable everyone to get access by proving the webserver (applications) account the...
  14. NoCoolHandle

    Alternative to webrequest object?

    I once had some code that was able to retrieve some code via an object other than the webrequest object. Any ideas? (I lost the code :( ) The webrequest seems to retrieve data differntly and a webpage i need to access is having issues (blocking me) Rob
  15. NoCoolHandle

    Invisible Choices in DropDown box.

    Hi.. I just created a new form that used a query to populate a drop down list box. The bizzare thing is that if you click on the box, nothing shows up in the list, but if you select a line (blank) and click on it, the value that would show up appears in the top of the dropdown box. I can't...
  16. NoCoolHandle

    asp:controlvalidators - can you detect centrally if one has fired?

    Hi.. I have a form that has mulitple textbox's that require validation. To do this I had added a requiredfield validator to each of the needed textbox's. What I can't seem to figure out, is that if someone clicks the "Submit" button, and a validator causes an error at the top of the form...
  17. NoCoolHandle

    How to test if an extension is supported (mime type/kml)?

    Hi, I have a website I am building that will have a number of KML files for download. What I would like is to be able to test via the webpage (javascript) if "google earth" or "some other program that under stands KML" is installed, the KML launches GoogleEarth/Microsoft Live etc.. otherwise it...
  18. NoCoolHandle

    Save Icon to .ico Q.

    Hi, Does anyone know how to save an Icon to a .ico file without loosing too much quality. I have some code that allows me to read a bitmap into an icon class object and apply it to a form. The quality when displayed in a form is excellent. However trying to export it as an external icon...
  19. NoCoolHandle

    Dataview not saving update to Dataset.

    Hi. I have a webpage that reads an xml file into a dataset. This dataset can then be filtered by adding a dataview to the dataset and then setting the rowfilter property. I have set the dataview.allowupdates=true. When a textbox's text is changed, the change is written to the dataview. When...
  20. NoCoolHandle

    Fire an A tags click from another object? (Jquery related)

    Hi.. I have a webpage that I am building that has an image behind an "a" tag. The a tag utilizes a "rel" property that needs to be executed when a user clicks the link. (It utilizes the greybox javascript lib) The problem is that I want to allow users to click either the image or the link...

Part and Inventory Search

Back
Top