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!

Recent content by NicktheNewbie

  1. NicktheNewbie

    'Label' is an Ambigous reference

    Awesome. Added the fully qualified name, worked like a charm.
  2. NicktheNewbie

    'Label' is an Ambigous reference

    Label lbl; is all I have as a declaration, but I get "'Label' is an Ambigous reference" when I try to run. This code seemed to work fine in another project, just not here. Any idea what might be the problem?
  3. NicktheNewbie

    One Search box, 3 dropdownlists - one question.

    Ok, Need to write a query that will be able to have 3 where clauses... but I have some questions. 3 drop down lists, any of which could have a null value I need to query based upon the values (or lack thereof) in these fields. WHERE Category = ISNULL(@Category, Category) AND Location =...
  4. NicktheNewbie

    Default/Null vale for pulldown populated by query?

    I have a dropdownlist with values that are populated by a sql query. Can I have there be a --Please Select Value-- option, which, if none is selected, results in a null selection? For instance: The DDL populates with A B C And I would like it to first have: --Please Select Value-- A B C...
  5. NicktheNewbie

    Is there a datetimepicker/dropdown in ASP?

    Dang! What can I use instead? The calendar is a bit big and clunky... can anyone suggest an equivalent control for web forms?
  6. NicktheNewbie

    Is there a datetimepicker/dropdown in ASP?

    I just want a simple dropdown that expands into a calendar, so a user can pick a date. Also, I'd like to list a time picker (prefereably in 5 minute increments - if you hit 9... it'd jump to 9:00, 9:05, 9:10 etc...) I know I must be missing it, but for the life of me, I can't find it. Thanks...
  7. NicktheNewbie

    Building a table for a schedule

    Has anyone ever built table(s) for a schedule/appointment from end? I'm building a system that allows for the entry and tracking of appointments, and I'm wondering about the most effective way to store this information. It will have an ASP front end, and I'll be building a series of tables to...
  8. NicktheNewbie

    The GridView control - does it exist yet?

    I'm reading about it on msdn: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnforms/html/winforms02172004.asp But I'm not sure it it is in visual studio 2003... Has anyone used this, and if so, is it vastly superior to the old datagrid? Also, how can I get it, and is it...
  9. NicktheNewbie

    VB.Net developer transitioning to C#

    Hello Guys and Gals, I am an intermediate vb.net developer who is transitioning to C#. I've only been at it for a few weeks now, I have some books and am getting through them resonably well. I'm writing just to ask if there are any general resources that you recommend to new C# developers, any...
  10. NicktheNewbie

    'Temporary (volatile) Jet DSN for process 0xd40

    'Temporary (volatile) Jet DSN for process 0xd40 Thread 0xb20 DBC 0x23c7024 Jet'. I get the following error: The page cannot be displayed There is a problem with the page you are trying to reach and it cannot be displayed...
  11. NicktheNewbie

    Log files choking me for space - safe to delete?

    I have several thousand log files like: C:\Program Files\Exchsrvr\MDBDATA\E000083A.log Going back to the date we installed exchange... Are these files safe to delete, and how can I stop/limit the amount of information going into these logs?
  12. NicktheNewbie

    Permission denied error and "CDONTS.NewMail"

    I'm still lost on this one. Ye Old Internet has lots of advice, none of it seems to work very well. Anybody have a magic bullet?
  13. NicktheNewbie

    Migration wizard and exmerge - use them interchangably?

    I used the migration wizard to backup all mailboxes to *.pst files (to be honest, I thought this was exmerge a the time) and had no issues. The pst files were all created without issue. I'm on a new server now, and need to merge these .pst files into the InfoStore. Can I use exmerge? The...
  14. NicktheNewbie

    Unable to mount Infostore after restoring to new server.

    I am moving exchange from one box to another, and on the new server, after restoring the Infostore backup to the new computer, and then trying to mount the infostore (after rebooting) and get the following error. "An internal processing error has occoured. Try restarting the exchange system...
  15. NicktheNewbie

    Permission denied error and "CDONTS.NewMail"

    Hey, I tried that first thing, no dice. I should mention I also have Exchange 2000 installed... maybe smtp mail will be handled elsewhere?

Part and Inventory Search

Back
Top