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 SkipVought 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. Antithott

    Change http://something.com into a link at page load

    Is there any pro's and con's between the 2 possibilities? And thanks alot for both the links.
  2. Antithott

    Change http://something.com into a link at page load

    Hi, I tried searching both google and Tek-tips, but didn't seem to get any good hits. I have seen a page before describing how to do this, but sadly i forgot to bookmark it. what i would like to do is the following. 1. default.aspx gets requested 2. If default.aspx contains one or more...
  3. Antithott

    Encoding on aspx page.

    Hi, I'm building a site where i need to pull some reports, the problem is that i need the reports to show ÆØÅ which is danish letters. I'm building the CSV content using a Stringbuilder, and then saving it to the server, and then letting the user download the report from the server. If i...
  4. Antithott

    XmlDocument and < >

    Hi, I'm building site which reads from a xml file to present some data to the user. One of the fields is a comment box and will contain standard HTML coding like <hr>,<br> etc.. The problem i have is that when reading it thru the XmlDocument it removes and code between < > signs. The data is...
  5. Antithott

    Converting from Mysql to Mssql

    Hi, i'm hoping someone here can help out with this question, as its going to be alittle work if its not possible. I have been working on a project for the past month which use MySql as DB, but now i need it changed to MsSql. Does anyone know of a good way or a program to check if my CMD...
  6. Antithott

    Comments on the functions in a DLL file

    I'm sorry, i found it now. Solution: Just Right click and choose 'Insert Comment'
  7. Antithott

    Comments on the functions in a DLL file

    Hi all. I'm building a DLL file which contains alot of diffrent functions. My problem is that i would like to have some short comments added to each of the functions. So if i in a project do: DBClass.main.queue.GetAllTasks it would show me a short comment i have written in the DLL? Hope its...
  8. Antithott

    Building a DLL (Is there a better way?)

    macleod1021: The data is structure like this. |FirstName|LastName|etc|etc|etc| I collect the data thru SqlClient.SqlDataReader and then pass it into 1 string, i know it might not be the best way, but atm that is what i use. Sorwen: Thanks for the answer, ill keep open/close the DB access each...
  9. Antithott

    Building a DLL (Is there a better way?)

    First thanks for the reply, and sorry for not answering quicker. I´ll answer your question and hopefully you could help me better as you wrote. 1) How much work and how long between connections to the SQL? Atm, it will refresh a webpage every 5minuts. The computer its open on, is online 24/7...
  10. Antithott

    Building a DLL (Is there a better way?)

    I am building a Dll file for communication between a SQL server and a Asp.net website. Basically im putting all calls to the SQl in this DLL file, contained in the following way. ClassName - Connection - OpenConnection - CloseConnection - ConnectionStatus - Queue - GetQueueId...
  11. Antithott

    Securing the Pictures on a website

    But that doesnt help me much, as it takes to much time and money to pursue another legally. I was thinking of a way to make it harder atleast. Right now they need to open the sourcecode and find the picture URL and go there to download it. I had hoped this was enough to stop most of it, but...
  12. Antithott

    Securing the Pictures on a website

    Hi all, I run a small site where people can upload their pictures and members can vote and comment on em, sorta like a hot or not site. My problem is that i noticed 2 other sites which "Steal" my pictures. So to prevent this i first disabled Right click on the pages, that didnt work. Then i...
  13. Antithott

    Counting words realtime

    thanks for your thoughts mstrmage1768. I think i will change it around alittle, and evaulate both thru strokes and words. The idea was to have a Set text already to type from. This being 2 A4 pages with normal spacing letters. So the aspect of cheating would be minimal in this way. I will...
  14. Antithott

    Counting words realtime

    Hi, I have this problem, i know how to count words and letters in a textbox in my program. But i want to count all words written in windows inside a given timeframe. How can i accomplish this? i dont have a textbox to read from, my thought was to maybe grab all keystrokes from windows and send...
  15. Antithott

    How to Select a row in a Code generated table (not gridview)

    I figured out how to use rowdatabound in my gridview to insert pictures based on the data from Mysql query. I stil cant figure out how to click a hyperlink and get the ID from cell1. ________________________________ | ID | Name | Year | Hyperlink | I insert the Hyperlink by useing...
  16. Antithott

    How to Select a row in a Code generated table (not gridview)

    Gridview was the first thing i tried, but i couldnt get all of it working, like showing diffrent pictures based on data from sql. I would still appreciate it if anyone have any ideas as to how i can do this.
  17. Antithott

    How to Select a row in a Code generated table (not gridview)

    Hi all, I tried searching both google and here before asking but i had no luck finding a suitable answer, so hoping someone could help me. Im Querying a Mysql database for info, and then building a Table in the Code and once its been build, im sending it to a asp.net Table control. All of...
  18. Antithott

    Possible to limit CPU usage

    First off, Thanks for all the help in this thread. I still have huge trouble with the memory, everytime this sub runs it uses around 2mb of memory, and just keeps raising. I cant see what i should do diffrent. but i tried the previous suggestion of putting variables in a module and just...
  19. Antithott

    Possible to limit CPU usage

    I tried setting the thread to lowest importance, And it worked out great. It doesnt matter it take up 95% if it just free up CPU time when other stuff needs it. As for the Memory Problem, Is it possible to somehow free up all the memory used in a thread with a command? or how is the correct way...

Part and Inventory Search

Back
Top