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 strongm 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: *

  • Users: gi11ies
  • Order by date
  1. gi11ies

    Shared Printer Problem???

    I'm wondering if anyone can help me. I have have SBS 2003 installed on a server with two client machines in the same office accessing it through the network - I recently replaced my Router ... in doing so I have given myself a few problems. The router change has resulted in a few I.P address...
  2. gi11ies

    Web Page Generated Memory Process

    Im wondering if its possible to have a web page generate a process that stays in memory and does database calls ... and have this process resident in memory and still carrying out database calls even when the web page is closed? Im working on web page based messaging system that checks the...
  3. gi11ies

    Textbox Highlight Text and Replacing

    Thanks for your replies everyone !!! :) Kaht, your code does exactly what I wanted ... thank you soooooo much !!!!!!!!!!! Gillies
  4. gi11ies

    Textbox Highlight Text and Replacing

    Hi I posted this in the ASP.NET forum, but was told I'd probably get a better answer here to my problem. Im trying to make a very basic text editor, that has image buttons for formatting the text. Just now I have if so if you want bold text ... you press the relevant image button and [[]b]...
  5. gi11ies

    Textbox Highlighting Text and Replacing

    Im trying to make a very basic text editor, that has image buttons for formatting the text. Just now I have if so if you want bold text ... you press the relevant image button and [[]b] goes into the textbox and when you finish the bold text you click it again [[]/b] goes into the text...
  6. gi11ies

    String Replace with HTML

    Thanks for the replies everyone, BoulderBum ... built from what you posted. What I ended up doing though was using the findcontrol for the datagrid, and then the replace ... so code Im using is: Dim dgItem as DataGridItem For each dgItem in sysacDG.items ' Display an Image in Post...
  7. gi11ies

    String Replace with HTML

    Yeah maybe ironic :-) its just something VERY basic Im working on in my spare time, its for a fishing club. Gillies
  8. gi11ies

    String Replace with HTML

    Im creating a simple forum just now that runs of an access datbase, I have the bare bones of the whole thing functioning, though Im wondering how I use the Replace command to post html into the datagrid. For example if a user enters a web address - ie www.website.com ... I insert it into the...
  9. gi11ies

    Word Doc Contents into Multiline Textbox

    Hi I have a multi-line text box on a form that I paste contents from Word Doc into, and then with a click on the submit button its entered into an Access database, stored in a memo field. When I retrieve the entry from the database I display it using a Label, and use the Replace command for...
  10. gi11ies

    Giving Focus to Minimized Web Page

    Hi Hi, I posted this in the .NET forum - but was told I'd probably have better chances of a response here ... which I kind of thought, since I am using DOM. I am developing a web page based messaging system, where users log in, and if there is a message they are told on the web page they have...
  11. gi11ies

    Returning Last 3 records

    Im wondering how I return the last three records in any table? Any help would be great Gillies
  12. gi11ies

    Giving Focus to Minimized Web Page

    I am developing a web page based messaging system, where users log in, and if there is a message they are told on the web page they have a new message(s). I have a user control in an iframe on the page that checks for a new messages every 30 seconds or so, Im wondering if the user minimizes the...
  13. gi11ies

    Inserting value from one table to another

    Thanks, that will do it - but I didnt explain myself properly (sorry) ... the tables are in seperate databases ... to add to the confusion. The full code I have so far is. Sub btnAddAll_click (Sender As Object, e As EventArgs ) If Not Page.IsPostBack then Dim nicConnA As OleDbConnection Dim...
  14. gi11ies

    Inserting value from one table to another

    Hi This is probably pretty simple, but any help would be great. I'm trying to insert the user ID of all users in a user table into another table. My simple select statment gets the users IDs .... Dim nicConn As OleDbConnection Dim nicConn1 As String nicConn1 =...
  15. gi11ies

    Datagrid value into Database?

    Hi Im displaying a datalist with each row having an ID, name and a checkbox - what I want to do is if the checkbox is checked then insert the ID for that row into the database. I can not get the value for inserting the ID for the selected row in the datagrid into the database. The code I am...
  16. gi11ies

    Putting $ symbol into Datagrid

    Hi I have a datagrid, and wish to put a $ symbol in beside the cost, has anyone any tips on how to do this? My datagrid code is: <asp:DataGrid id="scartdg" AutoGenerateColumns="false" runat="server"> <columns> <asp:HyperLinkColumn HeaderText ="Product" DataTextField="Product"...
  17. gi11ies

    Multiple Forms on a Page

    I am trying to work out how to get two froms on the one page. I am making up a shopping cart web site, and want to have a search facility on each page (textbox for string and search button), but when it comes to the page with the items on it, the form I use for adding an item to the cart (text...
  18. gi11ies

    Basic User Information (tracking)

    Thanks, using the referrer worked great !!!!!
  19. gi11ies

    Basic User Information (tracking)

    Hi I have added some tracking onto the home page of my web site, just so that I get very basic information (IP, time, browser, version, aol or not, platform) and I'm wondering if there is a way in which I can get the refferer page ... or the page that the visitor was on before visiting my site...
  20. gi11ies

    Array Contents into Email Body

    Thanks loads !!!!! :-) That worked great .... just splitting whole thing out.

Part and Inventory Search

Back
Top