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 Chriss Miller 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. Firecat1970

    Direct AJAX

    Hello, Language is ASP.NET I am still trying to understand, if I am using Direct AJAX (e.g. Script callback, or Ajax.net professional), does it mean I can pretty much give up the use of server control, and do my own UI rendering, after the server return some data back to my callback...
  2. Firecat1970

    AJAX talk between client and server

    Dear team, Most examples I see are for partial updating a page, whether it is direct AJAX (e.g. AJAX.net) or indirect AJAX (Atlas, comfortasp, etc). How about data updating? Is it recommended to send a lot of data from client to server for processing? I used to do it in classic ASP, having an...
  3. Firecat1970

    Atlas and user control

    Dear experts, Can I apply ATLAS in a usercontrol? My usercontrol contains a textbox and a gridview with pagination, and I would like the gridview to support no-postback page change. Can do? Cheers!
  4. Firecat1970

    Changing from FAT client to THIN client

    Dear experts, I am from Classic ASP age, and I am facing some technical difficulty in using ASP.NET to implement similar thing I did in ASP. What I did in ASP was : On my page, I have 2 tables both binding to 2 XML objects, and of course the tables have pagination support. Functionally, users...
  5. Firecat1970

    GridView paging : beginner problem

    Dear experts, On my page, I have a button and a GridView. When I press the button, the GridView is shown with the data, however the page feature does not work, if I press the 2nd or 3rd page, the GridView disappear.... However, if I move the btnCode_OnClick context to Page_Load, then the page...
  6. Firecat1970

    3rd party components

    Do you do things with standard .NET controls only? or those 3rd party UI components are so much better than the stock one? I see quite a lot of 3rd party dataGrid, combobox which looks so sexy.... are they really that good? I am sorry for asking as I do not have enough .net development...
  7. Firecat1970

    A textbox + A search button VS Combobox

    My scenerio is this, I would like to create a location code search which is actually finding a location out of 8000 records in a location table. In Classic ASP, what I would do is to have a textbox, and a button, where the onclick on the button will take the textbox and bring out a popup-modal...
  8. Firecat1970

    System Design in Master/Slave office setting

    Hello everyone, I have a design question to consult. Our system will be used by 1 master office, and many regional office. The requirement is that 1. Master office can view/change all data inputted by all offices. 2. Slave office can only view/change data they inputted. My question is, at...
  9. Firecat1970

    System Design in Master/Slave office setup

    Hello everyone, I have a design question to consult. Our system will be used by 1 master office, and many regional office. The requirement is that 1. Master office can view/change all data inputted by all offices. 2. Slave office can only view/change data they inputted. My question is, at...
  10. Firecat1970

    Caching or not?

    Dear experts, I have a location table with about 8000 records. And I have a popup for user to find their desired location code. e.g. if they type USL and click search, they will be given a list of location entry with location code starting with USL. e.g. USLAX, USLGB, etc. Since different...
  11. Firecat1970

    Problem over VPN

    Dear experts, I have a wierd problem and I hope some of you may have some clues for me. I have a VPN between 2 database servers. One is Hong Kong, One is Europe. The VPN is working file, I can copy files between the 2 servers. If I open Query Analyser on HK server and connect to Europe...
  12. Firecat1970

    CR XI RDC -> CR XI Server

    Dear buddies, All my current is deploying using ASP / RDC method. Is it a big change if I move over to CR XI Server method? Cheers!
  13. Firecat1970

    CR XI Developer vs Server Edition (15 users)

    Dear Experts, Currently I am having a very small scale IIS 5 server, with CR XI Developer Edition install, to serve report via ASP RDC method. So far I am having 1-2 users concurrently, and it is working fine. Technically, will there be a constraint the number of users I can serve with the...
  14. Firecat1970

    Replacing MSSQL 2000

    Dear experts, I have been using MSSQL 2000 for quite some time for my company production system. The DB size is about 20GB, with about 50 actives tables, on average 50 active users online at any time. The busiest table has about 30,000 add/update activites daily. Users are doing lots of inquiry...
  15. Firecat1970

    Crystal XI RDC concurrent user limit

    Dear expert, Is there a limit of concurrent user support by CR XI Developer edition RDC? I guess it is for single CPU, but if there are no more 5 concurrent user, it will be great. Cheers! Harrison
  16. Firecat1970

    Move Data files from D: to E: (w/ replication in place)

    Dear experts, I have a database with physical data/log files sitting on d: drive for instance. We have replication setup on this database. We would like to move the physical data/log files to e: drive, and we are thinking of detach/copy/attach approach, but since the replication is in place...
  17. Firecat1970

    Date dimension + holiday information

    Dear expert buddies, I would like to know if a date is a working day, so I will add an attribute to the Date dimension. That's fine. How would you handle multiple countries holiday? e.g. April 11 is working day for country A, but a holiday for country B, and I need to count working day in...
  18. Firecat1970

    REINDEX and CALU STATISTICS

    Hello friends, My database has daily update statistics. And I have never done any REINDEX for the last 2 years. When I did some DBCC SHOWCONTIG on some major tables (~1 mil records per table), I saw a rather low Scan Density %, high logical scan fragmentation %, about 50% page density I was...
  19. Firecat1970

    Log Explorer question

    Dear friends, I am using Log Explorer to locate a wierd data change. I found the relevent transaction log, however the UID column is empty, and I have no clue which SQL logon was causing it. The DESC is DML in Log Explorer. Cheers.
  20. Firecat1970

    From MSSQL to MySQL or PostgreSQL

    Hello, I have been using MSSQL for a few years. Recently I am looking seriously for some free database platform. Both MySQL and PostgreSQL have a large community, anywhere I can find the comparison? Cheers!

Part and Inventory Search

Back
Top