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!

Search results for query: *

  • Users: shadyness
  • Content: Threads
  • Order by date
  1. 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...
  2. 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...
  3. 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...
  4. 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...
  5. 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. ==>
  6. 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...
  7. 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...
  8. 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...
  9. 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...
  10. 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. ==>
  11. 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...
  12. 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...
  13. 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...
  14. shadyness

    Correct Approach to Data Importation

    I will be going to work for a new client next week and I understand the first task is to revamp their current importation tool. So I am looking just for general input from the DBA community here. It appears that a previous developer devised an importation tool using Cold Fusion as the GUI (for...
  15. shadyness

    Correct Approach to Data Importation

    I will be going to work for a new client next week and I understand the first task is to revamp their current importation tool. So I am looking just for general input from the DBA community here. It appears that a previous developer devised an importation tool using Cold Fusion as the GUI (for...
  16. shadyness

    Moving Hard Dirves

    I know this may sound like a stupid question to some people, but I am moving to a new computer (from one lap-top to another), and some of the programs that I have (but want to keep) I no longer have the disk for. Is there a way for me to transfer everything that I am running on one computer to...
  17. shadyness

    Learning Cold Fusion . . .

    Hey All, I have been developing SQL Server 2000 databases for a while now, and I have always used ASP-VBscripting (I am pretty much a M$ guy except some JSP and PERL-CGI stuff) for my dynamic web applications. I have been hired full time by a new employer with the caveat that I learn Cold...
  18. shadyness

    Excel to Power Point

    Hey all, I have a summary sheet in an Excel 2000 model, which contains three graphs. I would like to program a module that would open up a power point file in the same folder (called export.ppt) and then paste the slides to a particular slide (slide number 4). I have written VBA scripts before...
  19. shadyness

    Excel percentage variable ???

    Hey everyone, I have an excel user form with a text box, whose value is passed into a worksheet. One of the cells is a percentage value, but if I pass a value as an integer, say 2, it becomes 200%. Is there anyways to make 2 be 2% without making the user enter .02? Thanks-- <== Some people...
  20. shadyness

    Excel User Form Validation

    I usually work in different applications, usually in VB6 actually, and if I want to check if an input field is numeric, I usually use the IsNumeric Function. However, in an excel user form I made the code: If IsNumeric(Me.TextBox1.Value And Me.TextBox2.Value _ And Me.TextBox3.Value...

Part and Inventory Search

Back
Top