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 bkrike 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: mb224
  • Content: Threads
  • Order by date
  1. mb224

    Any user-interface course Recommendations?

    Hei .. I'm a heavy .NET programmer! I used tek-tips for my previous major projects! I'm generally not happy with myself with the front-end or user-interface designs. What courses or other front end tools do you recommend? .. Flash programming? My apps are mostly database centric with financial...
  2. mb224

    what is the best UI tool with ASP.NET today?

    I have been developing with ASP.NET in enterprise applications .. and stuff ... my main problem or feeling of inadequacy has been creating the user interface (UI) to look very professionl. Webforms (with CSS) though OK don't cut it I think ... in terms of a professional user interface. What...
  3. mb224

    JS for checkboxA to trigger checkboxB to be checked also

    Using ASP.NET HTML server controls .... need help with javascript for when checkboxA is checked to trigger checkboxB to be automatically checked also.
  4. mb224

    SQL Server will not start after rebooting server!!!

    SQL Server will not start after rebooting server ... where do I check first? Do I need to reinstall?
  5. mb224

    How can I create or edit a desktop icon?

    Does windows come with any software to create icons? Can windows paint do icons?
  6. mb224

    Can you setup a desktop ICON to launch a website?

    Say I have an icon bitmap .. on my desktop ... Can I set properties for it to launch a website say http://www.mysite.com .... In the properties page .... I set Type of file =icon Opens with (Internet Explorer) when I click OK I get an error ... A filename cannot contain any of these...
  7. mb224

    SOAP error!!!!!

    i have a web service that works fine when you test it (the web methods that is) from a browser. we have a vendor windows c#.net app that connects to this web service and connects fine to this web service also for most of our clients. recently however one of our clients run into a problem with...
  8. mb224

    How can I check for the site that transferred to my site?

    I have a .NET site say (www.SiteA.com).... and another department (www.SiteB.com) have their own site .... (classic ASP) Once a user has already been authenticated from SiteB .. I want them to be tansferred later to me site SiteA. Normally I already have authentication for SiteA if one is...
  9. mb224

    How do I generate "INSERT into TableA Values(1,2,3)" statements ?

    How do I generate "INSERT into TableA Values(1,2,3)" statements from a given table. I need to generate insert statements for all the records in one table .... and go to another server machine and insert them into a similar table using SQL Query Analyzer. DTS is not handy to connect the 2...
  10. mb224

    SELECT @@VERSION shows winNT5.0 server SP4 ... NOT sql2000 SP ..why?

    I'm trying to fing out what version/service pack is currently installed for SQL2000 .... so I run select @@version Microsoft SQL Server 2000 - 8.00.194 (Intel X86) Aug 6 2000 00:57:48 Copyright (c) 1988-2000 Microsoft Corporation Standard Edition on Windows NT 5.0 (Build 2195: Service...
  11. mb224

    How do you build dropdown menus in Flash? Sample projects?

    How do youu build drop down menus in Flash .. I've seen some menu samples but they are just top level menu items ... I want menus to drop down when you HOVER over the top level menu item .... Is there a way to do that or are there any sample projects to look at? Thanks
  12. mb224

    Why does XP SP2 think my webform is a pop-up? Is it bcos toolbar=no?

    I open another window (webform) from my main window. I suppress the toolbar and menubars for this second window. However my XP users seem to have problem .. thinking it is a pop-up window? Why? Is it because I suppress the tool-bar and menubar. It is still a webform ... not a pop-up!!!! Or am I...
  13. mb224

    What is Flash? How can it help with the UI for my ASP.NET app

    Hi Guys: OK ... I build complete ASP.NET apps with SQL Server backend ... and use html and aspx .. for my forms. My biggest probelm for my apps has been the UI presentation. Though I use tables and DIVs and datalist control to generate my menus and all ... I'm not always too happy with the UI...
  14. mb224

    Returned E-MAIL does NOT include the message body ..why?

    Sending email works OK in ASP.NET app. However when mail is un-deliverable due to bad email address ... it is returned with everything EXCEPT the body of the original message. Unfortunately I need to see the message body to be able to act on this problem .. Is there a configuration I an...
  15. mb224

    Does UPDATE syntax require listing ALL fields from TableA & TableB ??

    Suppose I want to update TableA (50 rows) with TableB (single row) .. where the COLUMN NAMES (about 80 columns) are the same for both tables ..... is there a way to avoid having to list all the columns I want to update .... say I want to update 60 "contiguous" columns in TableA ... do I have...
  16. mb224

    Will Dell laptop with Celeron chip run .NET fairly Ok .. or P4 better?

    I'm in the market to get a new laptop to do my ASP.NET development work. I've seen some Dell laptops priced attractively ..but with the Celeron processor .... I believe the Celeron processors do not have the Math co-processor like the Penitum processor. So I'm not sure if the laptop will run...
  17. mb224

    error 14274: Cannot add, update, or delete a job ?????

    I created a scheduled job called (MyExtract) .... Then later SQL Server was re-named ..... The job then failed to run .... I created another (NEW) similar job (MyExtract2) .. This second job runs fine .... However the previous job still RUNS and fails!!! I tried to delete it in the SQL Server...
  18. mb224

    Can I send PayPal info automatically without launching PayPal window?

    I've created my own order pipeline and I can send the total amount to PayPal for payment .... but I also have my customer's credit card information already .... Supposing my customer is not a PayPal subscriber .. how can I just pass the Credit card info to PayPal for processing ... without...
  19. mb224

    Can you encrypt an enitre SQL 2000 database?

    Can you encrypt an enitre SQL 2000 database? I understand say hashing a password column in a table but can you encrypt the whole database ... say if someone hacked into the db ... they will not be able to see sensitive data?
  20. mb224

    Want to open NEW window using Datalist control (with hyperlink) menu

    I am using a Datalist control as a Menu ..with choices of DeparmentID to select from .... using the ASP Hyperlink control. It works great! ... However when a Department link is clicked I want it to open a NEW window instead of replacing the current window ... Am I using the right control i.e...

Part and Inventory Search

Back
Top