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 Wanet Telecoms Ltd 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: MrPink1138
  • Content: Threads
  • Order by date
  1. MrPink1138

    Forms authentication failed for the request. Event Log Error

    I have a database driven web app written with ASP.NET 2.0 and using SQL Server 2000 for the database. It's using the user/roles/membership functionality in 2.0 and has been running fine until this morning when it began to freeze up. The only thing I can find in the event logs is the following...
  2. MrPink1138

    Error Handling in global.asax

    I'm trying to write a script that will email me everytime an error occurs in my web app. I have a global.asax file with the following code... Protected Sub Application_Error(sender As Object, e As EventArgs) Dim ex As Exception = Server.GetLastError().GetBaseException() Dim exEmail As string...
  3. MrPink1138

    Get current URL?

    Is there any possible way in actionscript to retrieve the URL of the current page? _root._url will give me the URL of the swf file, but what I need is the URL of the html page that's loading the swf file. Any ideas?
  4. MrPink1138

    Visual Studio project setup help

    I'm VERY new to Visual Studio so apologies if this is a dumb n00b question. I want to start doing more work building ASP.NET web apps in Visual Studio instead of using Dreamweaver. I have everything installed and I'm trying to create new projects. I would like my project files to be stored on...
  5. MrPink1138

    Javascript inside a datgrid

    I have a dropdown menu and when the selected index changes, I want to call a javascript function to check the value and then disply/hide a 2nd dropdown. None of this would be difficult except for the fact that this takes place inside of a datagrid so my dropdown names change to something like...
  6. MrPink1138

    Running multiple versions of Safari?

    You'll have to forgive me if this is a stupid question. I'm a web developer and long-time PC guru (aka Mac newbie). I just recently purchased my first Mac (an iBook) so I can test websites on Mac browsers and cuz OSX rocks. It's my experience that Safari 1.2 has lots of quirks and bugs that...
  7. MrPink1138

    Importing relational data from Excel

    I have a spreadsheet given to me by a client which contains 2 workbooks. 1 for publications (Washington Post, NY Times, Associated Press, etc) 1 for journalists with their associated publication. So the data would be 2 columns and look like: Bob Jones, Washington Post John Smith, NY Times etc...
  8. MrPink1138

    Best way to print table structure?

    I'm building a complex database and I'd like to have some printouts of my table designs so I can easily look up column names, data types, and lengths. SQL Enterprise Manager doesn't really appear to have a way to easily print this information. I can cut/paste from Design mode to notepad but...
  9. MrPink1138

    Using ASP and API to create new users

    I have a client using Merak who wants a website signup for integrated with it. I.e. - user fills out signup form on site and it will automatically create them an email account in Merak. I should be able to do this with ASP and the Merak API but was just wondering if anyone had any experience...
  10. MrPink1138

    IIS SMTP Virtual Server Email Question

    I have a Win2k server with the IIS SMTP Virtual Server turned on. I've been using it for ages to send emails from contact forms and whatnot with ASP pages. Now I'm making the switch to ASP.NET and want to do the same. However, when I try to send an email from a .net page I get the following...
  11. MrPink1138

    Dynamically un-check a checkbox?

    Forgive me if this is s stupid question but I do 99% of my scripting on the server side so I'm not up on my client side javascript. I have a form where users can enter in a bunch of email addresses and hit a checkbox for wether or not that person should be contacted. I want to have it so that...
  12. MrPink1138

    Need to compare two arrays and remove certain words

    I'm trying to write a search page and having the infamous SQL Server Ignored words problem. Basically what I want to do is to filter out all of the ignored words from what my user entered. To that end, I have an array which contains all of the SQL ignored words. I have a 2nd arary which...
  13. MrPink1138

    SQL Stored Procedure with IF THEN ELSE?

    Here is, in a nutshell, what I'm trying to do. Two tables - articles and comments articles has: article_id, headline, article_text comments has: comment_id, article_id, comment_text, headline Now... SOME of the comments are linked to articles in the database. Others are not because they are...
  14. MrPink1138

    HTML editing in Access?

    I'm using MS Access 2003 as a front end to a MS SQL2000 database which stores some press releases and some case studies for a website. User makes change to content using Access form - website updates. Pretty simple. I'd like to be able to let the end user add some formatting to the text, i.e...
  15. MrPink1138

    Newbie quesiton about variables and ViewState

    I'm an old school ASP guru trying to make the switch to ASP.NET and need some help with what is probably a pretty simple question. I'm using a repeater element connected to a database to display a list. I'm trying to add some paging controls to it so it only shows a few records at a time. I...
  16. MrPink1138

    Database Design Question - Press Release Categories?

    I'm building a database and some ASP pages to serve press releases for a website. I'd like to categorize each release so, for example, I can have a main page that lists them all... and on specific pages throughout the site I can pull out relevant press releases, ie: on my pages about apples i...
  17. MrPink1138

    Can't install SP3 on Win2K Server. Error with dcpromo.exe

    I'm trying to install Service Pack 3 on my Win2k Server machine and every time I get the error message: "The file C:\WINNT\SYSTEM32\DCPROMO.EXE is open or in use by another application" The install procedure then halts and I cannot install the service pack. From what I've read...

Part and Inventory Search

Back
Top