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. shadyness

    Dynamic JavaScript in ASP.NET

    That's it. I knew there was an answer for that. Thanks much. After I made the jump from ASP 3.0 to ASP.NET 1.1 I thought that much of what was developed was kind of counter-intuitive or at best not an improvement over old development architecture. 2.0 is just sh*t hot. I am loving developing...
  2. shadyness

    Dynamic JavaScript in ASP.NET

    What is the ASP.NET 2.0 approach for dynamic in-page JavaScript? I use themes and set other things programmatically like meta data in the MasterPage code behind file. But what is the best way to approach complicated in page JavaScripting that has server-side session variables set into it? Do...
  3. shadyness

    ASP.NET 2.0 Shared Network Drive with Visual Studio 2005

    I was amazed not find a decent explanation anywhere regarding this. I hope someone can assist me. I am at a new office coming from a ASP.NET 1.1 shop to a 2.0 VS2005 one. They have a large scale complicated classic ASP 3.0 site that I am going to re-write in small modules as a hybrid for a bit...
  4. shadyness

    ASP.NET Directory Architecture

    Excellent. That is specifically what I was looking for!!! Thank you very much. <== Some people say they are afraid of heights. With me its table widths. ==>
  5. shadyness

    ASP.NET Directory Architecture

    Oh and yes, the various sub areas will represent diffent pages. Realistically for management sake. I want this to be easy for someone else to follow in behind. Remove whole sections, make large section changes, etc without too much worry of disrupting other areas. I think it will be helpful for...
  6. shadyness

    ASP.NET Directory Architecture

    Well, I am thinking very classic ASP here, so forgive me a bit. The pages in whatever subdirectories are realistically content only. The navigation served to the user is dynamically driven from a table based upon login sessions set. So, the navigation, header, footer type files, for me in the...
  7. shadyness

    ASP.NET Directory Architecture

    I have a fairly easy question that more likely than not has numerous subjective answers, but I need some help nonetheless. I have programmed in .NET for a while mostly winform applications, but I have never “owned” a very large scale web project before. Well, that time has arrived and now that...
  8. shadyness

    ASP 0104 and AspMaxRequestEntityAllowed

    Hey everybody! I have a fairly complicated ASP semantic search application that is failing at the first Request.Form on a page with a ASP 0104 (0x80004005) error. Of course this is on a Win2003 server/IIS 6. I quickly researched this issue and everywhere I go people suggest altering the...
  9. shadyness

    Turbo Cert

    I have been a web applications developer and SQL Server admin for almost a decade now. I finally had the time and inclination to get my MCDBA so I found a company offering a decently priced CBT system and I “ATTEMPTED” to purchase TurboCert’s MCDBA product. Bad idea. TurboCert took my money and...
  10. shadyness

    Visual Source Safe

    Is there a way to get Dreamweaver to check pages in and out of Visual Safe Source? Thanks. <== Some people say they are afraid of heights. With me its table widths. ==>
  11. shadyness

    Inserting XHTML 1.0 Transitional Code

    Does anyone have script or a link to a good module for either replacing code on the insert or output to be at least XHTML 1.0 compliant? If not, does anyone have any advice or opinion regarding the best way to store and displace XHTML compliant text? (This is a set question, I am not really...
  12. shadyness

    Dynamic Variables in DTS

    Hey all, I have been looking all over for a quick solution to this, and I even bought Sql Server 2000 DTS (Wrox press), trying to figure out how to do this. Basically, I created a DTS package that runs a compiled exe that I programed. The exe crates an excel file with the current date in the...
  13. shadyness

    How to Approach a Problem

    I have a project for a client that needs data accesed from a SQL Server DB and placed into an excel speadsheet, format that sheet, and then mail it to a particular set of clients at the same time everyday. Inside of a reporting admin base I created I stored a table with client info needed for...
  14. shadyness

    ROBUST PLAN hint NOT the answer

    I have been programming an application in Cold Fusion MX with a SQL Server 2000 base that I created, where I have been trying to pass a component with a rather large and complicated query. I knew it was risky when I was creating and testing it, but it seemed to work. Finally I hit a page where I...
  15. shadyness

    Viewing Transactional Log Files

    I have a SQL Server 2000 database that has endured some unexplained missing records from a table. How is the .ldf file opened for viewing and investiagtion? <== Some people say they are afraid of heights. With me its table widths. ==>
  16. shadyness

    Importing XML into SQL Server

    I do not even know where to start on this project, but I need at least a starting point or maybe an article or advice if someone has done something like this before. The project is this, I need to write a program that will go through all folders and sub folders of this single directory and take...
  17. shadyness

    Copy Database Wizard

    I have three SQL Server 2000 instances running on three separate servers. One of the servers is going to be rebuild to perform different tasks, so I would like to take all of the DTS packages I've witten and data stored in two databases from one server to another. However, when I go to use the...
  18. shadyness

    Text Messaging Phones

    Does anyone have any experience or know of a good place to research creating an automated text-messaging application? Perhaps this is a better question for a .NET forum, but I have been teasked with figuring out to how to send an alert message from a recordset of text-enabled cell phone...
  19. shadyness

    Correct Approach to Data Importation

    Well SQLSister, after researching some advanced DTS programming documentation, I have decided to do just that. Program the whole thing useing DTS packages ran on the Dev Server and creating a VB front-end for use by the non-programming staff. A trial run that I performed using some of the more...
  20. shadyness

    Dynamic sql in functions

    I do not think you should have to use a funtion at all. This should be explicit in SQL language as far finding a row count goes, and if you needed to make it dynamic, assign the answer to your rowcount query to a variable. <== Some people say they are afraid of heights. With me its table...

Part and Inventory Search

Back
Top