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 wOOdy-Soft 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 xloop

  1. xloop

    90 columns on my table - now what?

    Hi, I have 90 columns on my Jobs table now and i'm a bit concerned. No queries are running slow or anything but more columns keep creaping in, although i'd say 20% of these columns are bit columns it's still an awful lot for one table, no? Is it worth while creating another one to one...
  2. xloop

    Editable IE Page

    Ok, i'm trying to create an editable IE section in replace of a text area so i can enable some rich editing capabilities, however i'm having problems actually submitting the page. I have an htc like this: <div id=edit_area contenteditable align=left type="text" class="textbox"></div> (with...
  3. xloop

    Rich Textarea question

    Ok, sorry, wasn't a very descriptive question. It's for IE5.5 and above only. I needs the following functionality; Font Font color Bold, italic, underline would be great if it could select a colour like the hotmail one does! i'm thinking it would be best as an HTC. At the moment i'm...
  4. xloop

    Rich Textarea question

    How do i go about writing a rich textarea control, like the ones you see on Yahoo/hotmail/ebay ??? I'm just wondering how they actually do it and how i'd go about writing one. any help much appreciated. Rob
  5. xloop

    Simple Databinding Question

    Hi there, How would i go about appending another string to this databinding expression: <asp:HyperLink id=HyperLink2 runat="server" NavigateUrl='<%# DataBinder.Eval(((MobileListItem)Container).DataItem, "VehicleID") %>'> For some reason it won't let me append any text at the start or end...
  6. xloop

    Backup SQL Objects

    Magic, thanks
  7. xloop

    Backup SQL Objects

    The key word here is "automatically" We need to run it every night without having to go into enterprise manager. Any ideas?
  8. xloop

    Backup SQL Objects

    How would i go about automatactially creating SQL scrips for all the tables, views and stored procedures in a particular database? Need to do this every night (automatically) Any help much appreciated
  9. xloop

    ASP.NET Mobile Application

    I'm trying to get an emulator to run my new ASP.NET mobile application but i'm having trouble working out exactly what i need. Any ideas anyone???
  10. xloop

    Importing HTML

    Very new to this......infact never used Quark at all.. However, been given the task to find out the best of way of importing data into Quark while keeping the formatting. All being done programmatically. Can i do this with HTML templates and then somehow import these....or is it best done with...
  11. xloop

    Reverse engineer

    Hi Using asp.net Genuine question, not trying to hack anyone elses code, however i've recently had PC problems and managed to wipe all my solution and code files, however i still have a working version of the software on our server, is there anyway i can reverse engineer the dll's so i don't...
  12. xloop

    Importing Data

    Angel Worked a treat, thank you! Rob
  13. xloop

    Importing Data

    Running 2000 DTS sounds good but i have never used it before, i've created a package, created both connections, do i now need to use 'Transform Data Task' ? If so, i write click on the arrow, choose properties then it brings up the properties, click on the transform tab and it looks like i can...
  14. xloop

    Importing Data

    Having a slight problem importing a list of sites from excel into an existing sql server table, basically i'm using access to import the list of sites (siteno,sitename,address1..etc) from excel to a new table, then use the link table from sql server to create a append query. This used to work...
  15. xloop

    redirecting

    Paul Yep understand that it has to be done clientside, no probs... However i don't actually want the page to appear in any frame. I have a start page which has a header and main area (frame1 and frame2 say), after i've redirected to another page that will appear in frame2 i would then like...

Part and Inventory Search

Back
Top