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 Mike Lewis 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. Merkaba

    Scope changes when passing Function() across iframe

    Hi all, I am coding a revised version of an application, upgrading it to Ajax following the Model View Controller pattern (MVC Pattern). A quick break down: Client UI - Run on IE7 - HTML/Javascript/ExtJs Library/JSON/MS AJAX Extensions Server - ASP.NET (webforms with no code behind) and a...
  2. Merkaba

    Web Form loads blank - very strange - IIS Issue

    I managed to get the page working. It makes very little sense why it works now, but it does. I changed the Response.Redirect to a Server.Transfer for kicks. The page threw and exception saying the process thread was aborted. So I changed it back, and all of a sudden it worked again. I did not...
  3. Merkaba

    Web Form loads blank - very strange - IIS Issue

    Hi all, I read a few threads here about web forms loading blank when using Response.Redirect, but my case is very odd. I have a custom datagrid control that works fine. There is a Template Column with an ImageButton control to redirect to a web form that displays full details of the...
  4. Merkaba

    PL/SQL Best Practices?

    Hi all, I just started a new job developing Enterprise C# Web Applications and my aptitude with T-SQL and Data Modeling gave my supervisor the idea that I should be sufficient to rewrite the company's software to be able to support Oracle. I received this assignment today and since I have no...
  5. Merkaba

    AMD Dual Core Issues with Security Suites

    Thanks kestrel1, Yeah, I have the last version of Sygate released before symantec bought them. I did find a good firewall though that is dual core compatible. For anyone interested, the one I found is Agnitum Outpost Firewall Pro. You can download a 30 day Trial here...
  6. Merkaba

    AMD Dual Core Compatible Security Suites

    Anyone know of any? I posted this in the hardware forum, thread602-1267241, too, just in case someone else has a similar setup and found one. What I have gotten to work: AVG Pro AntiVirus Norton IS 2006 What has failed to work properly: Sygate Personal Firewall - hangs for 4 minutes before...
  7. Merkaba

    AMD Dual Core Issues with Security Suites

    Hi all, Well, I bought an AMD Dual Core system piece by piece, and got everything working, well almost everything... Here are my specs: Motherboard: ASUS M2N-SLI Deluxe, BIOS Rev. 0304 CPU: AMD Athlon 64 X2 +4200 2.2Ghz RAM: 2x 1 GB Corsair XMS2 DDR2 800Mhz Unbuffered Dual Channel HDD...
  8. Merkaba

    How do I do this?

    First of all, title your threads a little better than this next time, like "Custom Serial Port Events" or something of the like. You'll get more responses that way. Here is an example of a custom event I found at http://www.samspublishing.com/articles/article.asp?p=23020&rl=1 Public Class...
  9. Merkaba

    DatePicker and hiding invalid dates

    Hi all! I'm writing a reporting app where the user can select one date or a date range. I put validation in so the user cannot select an end date before a start date and vice versa by manipulating the MaxDate and MinDate properties of two DatePicker Controls on a VB.NET 2.0 Windows App. The...
  10. Merkaba

    Changing the Form's Border Color? Possible?

    earthandfire, Thanks a bunch for the links. I'll check them out in a bit. Right now I'm trying to locate a good media player Active X Control for my solution. Have any ideas in that department? Most Graciously Yours, [peace] Merk
  11. Merkaba

    Changing the Form's Border Color? Possible?

    Hey, I'm practicing my design mode skills and got a killer looking form, but the stupid Window's Color Scheme makes it look like crap. I'd rather not change what I already like to compansate for a oversight by Microsoft. I know there has to be a work-around for changing that Blue or Silver or...
  12. Merkaba

    Streaming Music Through POST?

    Yeah, I looked up remote scripting and all, I'm using that, trying to learn it along the way. As for the <iframe>, It just wouldn't load anything. I couldn't get it to talk to the main page, lol. Everything in .Net is pretty new to me, but I learn it quick. I was just frustrated with the...
  13. Merkaba

    Streaming Music Through POST?

    I am making a ASP.NET site for my band to get our songs out there. I made a <asp:Literal> and dropped an <embed> to load the song picked from a dropdownlist. The problem is that I want the music to continue when someone clicks a server-side link on the site. Reason being, that I have links to...
  14. Merkaba

    SQL 2005 Error Msg 4101 Mutli-Bound Error

    Well thanks for the help, but I figured it out. I had to take the base.app_attributes out of the FROM and JOIN it with another table for it to work properly. It's weird that one worked with multiple unrelated tables in the FROM, but not the first one. Oh well, Thanks again, anyways... Also, the...
  15. Merkaba

    SQL 2005 Error Msg 4101 Mutli-Bound Error

    BTW, I'm trying to build the realtionship table between base.svr_areas and base.app_attributes, which is why they are currently "unrelated" Merk
  16. Merkaba

    SQL 2005 Error Msg 4101 Mutli-Bound Error

    The SELECT doesn't run, but this one works fine: INSERT INTO base.svr_areas ( site_id, [name], srv_area_type_id, create_date, create_user_id, update_date, update_user_id ) SELECT s.site_id, def.[business_name] + ' & ' + at.[name] + ' Default', sat.service_area_type_id...
  17. Merkaba

    SQL 2005 Error Msg 4101 Mutli-Bound Error

    I just upgraded to SQL Server 2005 Standard Edition for my home Dev work. When I SELECT a column from a table and JOIN with that same column I get a weird error message. I've been Googling it for about 20 minutes and found people with the same problem, but no answer was given. Oddly enough, I...
  18. Merkaba

    ActiveX Viewer XI with 8.5 Reports?

    Is it possible to open Crystal Reports made in 8.5 with the newest viewer bundled with XI. If so, are there any compromises that have to be made. I know it is possible to upgrade to Viewer 10, with minor flaws in SQL UNIONS, but if we upgrade we want to go to XI. I can't find any info on it. I...
  19. Merkaba

    Changing the onchange value

    Thanks, but if I could assign it like: origRank = thisRank.options[thisRank.options.selectedIndex].value after making it a global var that would give me the NEW rank picked. I'm basing my code off of generating the other ranks from the original rank before the change and the new rank. Also...
  20. Merkaba

    Changing the onchange value

    Hey, I'm writing some code to display a rank in a select box. I have to make it so the same number isn't picked twice. My code works the first time, but I have to change the onchange (ironic I know) to have the new rank as origRank. The code is like this: function changeRank(changedID...

Part and Inventory Search

Back
Top