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 TouchToneTommy 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. theoryofben

    Public Shared variable maintaining value

    I wasn't sure exactly how to phrase this but here goes. I have an asp.net page with vb.net for the code behind which does inserts on multiple tables. So I needed to generate a GUID that would act as a primary key on one table and foreign key on the others. I declared this as a Public Shared...
  2. theoryofben

    Management Studio Object Explorer When First Launching

    I feel like this shouldn't be so difficult. But how can I have SQL Server Management Studio open with my servers already connected in the object explorer? I was able to do this in Enterprise Manager. But I can't seem to do it in SSMS. Thanks...
  3. theoryofben

    Add RV016 VPN to existing network

    Hello, I hope someone can help me. My networking knowledge is seriously lacking. Here is what I need to do: I have an existing network with a Netopia 3000 DSL Modem/Router. I connect it to a Cisco 16 port switch. I want to add a Cisco RV016 VPN router into the mix so that remote users can...
  4. theoryofben

    disable open/save prompt while saving pdf to server

    Hello, I have reporting services report viewer. I am loading a server report to the viewer. This works fine. I have a button and when it is clicked, I want to export the report to PDF and save it on the server. When the user clicks the button, the pdf is being saved just fine on the server...
  5. theoryofben

    Print list of conrols on page in Visual Studio

    Hello I have a page with lots of controls on it. I need to generate a list of them and print it. I can't seem to find the option...I know I must be overlooking something simple. I'm using Visual Studio Professional 2005. Any help would be greatly appreciated. Thanks...
  6. theoryofben

    SQL Server 2005 Maintenance plans

    Hello, I am trying to set up a multi server maintenance plan. But I do not seem to have the options in the designer that all of the instructions say I should. The server I'm on is configured as the MSX server and I'm running SP2. Microsoft's instructions state that I should see "subplan_1"...
  7. theoryofben

    Internet and Intranet on same server

    Hello all, I'm designing a web site and an internal intranet application for a client. They are going to buy a server for these to live on. My question is, can I run an internet site and an intranet site on the same server? If so, are there any pitfalls I need to watch out for? This will...
  8. theoryofben

    2000 DB restored on 2005...missing triggers???

    I backed up a database from 2000 and restored it on 2005. Everything seemed to go fine...except that I am missing triggers. I had ~1000 triggers and I'm missing 62 of them. I also have 10 triggers that did not exist in the backed up database (although they used to be in it). How can this be...
  9. theoryofben

    Row count based on condition

    I'm sure there is a simple solution to my problem...but I'm just starting to use SQL Reporting...so I need a little assistance. Here goes: My query uses an outer join on a column, let's call it "confirm". I have the report grouped by location and employee and am displaying the total number or...
  10. theoryofben

    Populate dropdown with display set to none

    Hello all, I am using a third party combo box control (I'm lazy). And it works great, except that if the control has the initial display style set to 'none', then the box is not populated. For instance, I have 3 combo boxes for input. They all populate wonderfully. Below that, I have a div...
  11. theoryofben

    Security Exception with HttpWebRequest

    Hello All I have developed an app which needs to process credit cards through authorize.net I'm using httpwebrequest method (vb.net). All works well on the development machine. But when I upload to server (network solutions), I get the following error: Exception Details...
  12. theoryofben

    Form data between .NET and classic ASP pages

    I have an app written entirely in ASP.NET, but another person in the dept was given the task of writing two pages. The problem is, they don't know .NET and they handed me two classic ASP pages with VBScript. I need to pass two values from a .NET page to the ASP page. Session variables won't...
  13. theoryofben

    Crystal Reports Logon Failed

    Ok, this one is bugging me. I have a very simple crystal report, I'm loading it a crystal viewer, it works great as long as I hard code the parameter value cr.SetParameterValue("ev_id", "asdffweKhersdf") But if I use a variable I get a logon failed error. I have to use a variable because...
  14. theoryofben

    Multi Line Textbox not wrapping in Firefox

    Hello All. I have an .NET multi line textbox that I have set to wrap and not scroll horizontally. It works great in IE, but in Firefox it just keeps scrolling. I was thinking it must be an easy fix, but I havent' found it yet. Any and all help is greatly appreciated. Thanks...
  15. theoryofben

    Textbox not wrapping in Firefox

    I'm sure this is an easy fix, but I haven't been able to find the answer. I have a multi-line textbox with the wrap property set to true. It works great in IE, but in Firefox it scrolls and doesn't wrap. What's the fix for this? Any and all help is much appreciated. Thanks...
  16. theoryofben

    Network logon prompt when running crystal report

    Hello All. I have a strange problem that I have never had before. Any help is greatly appreciated. My app is an intranet app that utilizes a crystal report. The report is located in the same directory as the other site files. It was working great, but now when we get to the page with the...
  17. theoryofben

    System Sounds in Asp.net app

    Not sure if this is even possible, but here goes. Is it possible to generate a windows system sound (critical stop) in an ASP .NET app? I need to alert the user with a sound other than the default beep. If not, any suggestions for an alternative would be appreciated. Thanks in advance...
  18. theoryofben

    Remove one line of text from pdf

    Hello All I have a batch of pdfs that we need to remove a line of text from. There are too many of them to do it one at a time. Does anyone know if it is possible to do this using vb .net? Thanks in advance. ________________________________________________ "I have not failed. I've just...
  19. theoryofben

    remove focus from alert ok button

    Hello I'm not great with javascript, so I don't know if this is even possible. I have a page that accepts barcode scans. If the item has already been scanned, I fire an alert telling the user. The problem is that the barcode scanner sends an enter command after each scan. If the user...
  20. theoryofben

    Run ASP .NET App on Windows CE

    Hello All, I am developing an inventory app. We plan to run it on a laptop (or tablet). But I was wondering if we decide to run it on a handheld running Windows CE (in the future), how difficult is it to "convert"? Would it require a complete rewrite? Anyone have any experience with asp...

Part and Inventory Search

Back
Top