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!

Recent content by dummieq

  1. dummieq

    Enabling Server Controls thru Client Side events

    Is that a type mistake in the function...should be "getElementById" ..not "getElementId".. see if that works
  2. dummieq

    Enabling Server Controls thru Client Side events

    It sure can be done.. Say the name of your server control is "testcontrol", then the code will be like this.. document.getElementById("testcontrol").disabled = true;
  3. dummieq

    Error code 1002 while posting to Merchant Account

    Hi, I had an application which used to gather credit card information and post it to the third party site which used to authenticate and then post back transaction results. The working module was in asp. Now, I am trying to do this POST completely in .NET by using the uploadvalues method. But I...
  4. dummieq

    Displaying rtf contents in a browser

    Just a Quick question Veep..Does the rtf document open up with a different application or is it displayed within the browser. Thanks for ur help.
  5. dummieq

    Displaying rtf contents in a browser

    I tried both of them..but the problem still persists.. Thanks
  6. dummieq

    Displaying rtf contents in a browser

    Hi, I am facing a problem in displaying content on the web browser. What I want to be able to do is to display an rtf document in the web browser. I set the Mime types in the IIS to application/rtf. But, when I try to view this in the browser, it comes with all the formatting details and a lot...
  7. dummieq

    Title: ASP.NET / C# Question - Insufficient access privilages for ASP.

    Hi, I am having a problem in ASP.NET/C#. I am actually trying to open a file for reading. The code is in C#. However, everytime, I get this error which says that the system is exiting becuase it does not have the privilages to access the folder. I did some search on this problem and came to know...
  8. dummieq

    Problem using TOP in select

    Hi, I followed the suggestion of specifying the db explicitly and it worked. Thanks for that. But I still don't understand why it works for "Select * .." and fails for "Select Top 5 *.." when db is not specied explicitly. Thanks dummie
  9. dummieq

    Problem using TOP in select

    hi, Yes, db is SQL server. Also I am trying to execute only that stmt. Why do u say that it might not work if it is Sql server. The version is 2000. Thanks again dummie
  10. dummieq

    Problem using TOP in select

    I tried that too..with the same result Any other suggestions? Thanks
  11. dummieq

    Problem using TOP in select

    Hi, I am trying to use TOP in Select query to restrict the number of rows. I always get an error saying Incorrect syntax near '20'. for the sql query Select TOP 20 from companies; Can someone tell me how to use Top and what the prb might be. Thanks dummie
  12. dummieq

    Need to display files present on a remote server

    Hi, Thanks for the reply. Yes, I have access to both the servers and I can configure them as I need them. Can you please let me know what to do. Also, I read that using FSo, we can only display text files.Is this correct? Thanks a lot for your help, regards, Aravind
  13. dummieq

    Need to display files present on a remote server

    Hi, I want to display pdf files that are there on a different server and be able to view it over the web. What are the configurations I need to take care as far as Web server and the other server on which the files are present are concerned.Also, if you can tell me what APIs I need to use from...
  14. dummieq

    Migrating from SQL server 7 to 2000

    Hi, We have Sql server 7 running. We have installed SQL server 2000 on another machine. We now need to migrate all the data files from m/c running 7 to 2000. What are the issues involved? Should we create login and password again. Thanks a bunch for your help.. regards
  15. dummieq

    Crystal Reports and ASP

    Hi pgtek, What is a viewer?What kind of a viewer do I need to download? Sorry, but I am new to Crystal reports. CAn u help me with this.. Thanks regards

Part and Inventory Search

Back
Top