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 strongm 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: imterpsfan3
  • Content: Threads
  • Order by date
  1. imterpsfan3

    Resource File Question

    I am currently running Visual Studio.NET 2003. Yet in a Windows Application I'm noticing in the form resource file, that it lists Mscorlib Version 1.0.0.5000.0. That doesn't seem right to me. Should it map to Version 1.1? I'm also having some strange behavior in the form. I only have one...
  2. imterpsfan3

    Visual Studio>NET 2005 vs 2003

    Microsoft claims there is a huge difference between the versions. I wanted to get some feedback from those who have actually used it. Is there at this time a real need to switch to the newest version and what are some of the advantages of using the new version? Is there a lot involved in...
  3. imterpsfan3

    Borders Not Showing on Null Value Fields

    The borders I select for a field do not display when there is a null value or empty value in a field. This happens despite the fact I have explicitly mapped the field to have borders. How can I correct this behavior? Thanks
  4. imterpsfan3

    Context Sensitive Help Not Working

    I have compiled a HTML Help file and I am trying to display context-senstive help in a web form, using the window.showHelp function. However, the help file doesn't display and I get an error on the page. The Help File works correctly for a windows app, so I know it's not the Help File. What...
  5. imterpsfan3

    Intermediate - Advanced Level Book on ASP.NET

    I am looking for an intermediate to advanced book on ASP.NET. I've made the mistake of buying some books in the past that didn't suit my needs. It seems there are so few good .NET books out there. These are the requirements I have for this book: 1- contains C# examples 2- uses Visual...
  6. imterpsfan3

    Strip out tab characters in a text field

    I have a text field that delimits using a tab character. For example, the field will have one data item, a tab character, another data item, another tab character. What I want to do is iterate through the field character by character and when I get to a tab character I add the data between the...
  7. imterpsfan3

    Job Offer Advice

    I was recently offered a job with a company as a mid-level C# developer. I am still in the midst of considering whether I am going to take it or not. Some of the things that went on during the interview made me very cautious of taking the job, and I wanted to hear some feedback from others who...
  8. imterpsfan3

    NextRecordset available for Access?

    I am dynamically filling combo boxes on an unbound form. I know with a VB/SQL Server/ADO setup you can loop through several recordsets by calling the NextRecordset method. However, I have not been able to figure out how to do this with an Access frontend and Access backend, with either ADO or...
  9. imterpsfan3

    What should a mid-level C# developer know?

    I'm not sure if this is posting to the right forum. I recently went for an interview for a mid-level C# developer. They asked me stuff about reflection, can you inherit from a string, if a string had 1GB of data in it, should it be passed by value or reference, how is a string an immutable...
  10. imterpsfan3

    Setting tab order of web form

    How does one set the tab order of a webform of text boxes? This may seem like a stupid question, but setting the tab indexes seems to have no impact. I set the properties on these text boxes as autopostback to false, as well as setting viewstate to false? This is a login form so I don't want...
  11. imterpsfan3

    Link Button not working

    For some reason I am not able to link to another page with the link button. I call something like Response.Redirect("Default.aspx") and it just hangs. I'm using the click event. However, if I just use a regular html anchor tag I'm able to go to the other page? I also have this problem with...
  12. imterpsfan3

    Why I hate dealing with recruiters...

    Some may find this story funny... so I thought I would post it. I have been looking for a job for about a month. I have a job now, but am looking for a new challenge. I was called by a recruiter looking for a developer. He listed the job qualifications as VB 6.0, ASP, COM, DCOM, HMTL, DHMTL...
  13. imterpsfan3

    Crystal Reports for the Web

    I need to be able to produce Crystal Reports on the intranet. What options are available to me? I do not have the Server edition, I have Crystal Reports 10 Professional. Thanks in advance... Microsoft Certified Solutions Developer -- Visual Basic 6 Microsoft Certified Applications Developer...
  14. imterpsfan3

    Binding a combo box to hash table or dictionary class

    I'm looking for a way to bind a combo box to a hash table or dictionary class. I'm basically trying to load a combo box with unbound data from a datareader.
  15. imterpsfan3

    Fiscal Year Crosstab

    Please excuse if this question has been asked before. I'm looked to do a Fiscal Year Crosstab where the Column Headers would be the Fiscal Year. How would I go about this? Thanks in advance.
  16. imterpsfan3

    Index Question

    If I have a field in a table that serves as a lookup field to another table, should I index the field in both the main table and the lookup table? Or should I just index the related field in the main table? I did not know if having an index in both tables amounts to double indexing. Thanks in...
  17. imterpsfan3

    Data Access Strategy with ASP.NET

    I have been using mostly datareader with command objects to load data on webforms from a dataset. I then update, delete or insert using a command object with stored procedure. I recently went on an interview for an ASP.NET position and they were looking for someone to convert existing ASP to...
  18. imterpsfan3

    Page File Settings/Memory Management

    I am currently running XP Professional on a laptop. I have 512 MB RAM. By default it says 753 MB have been devoted to my page file. Since I never get to a point of paging, I have heard that reducing the initial page file size and setting a high max page file size is advisable. Also, is...
  19. imterpsfan3

    IT Recruiting Firms

    I've had the unpleasant experience of dealing with IT Recruiting firms of late and have wondered if it's just me or recruiters in general. It seems to me they are like used-car salesmen. Or they give you ridiculous BrainBench tests that have no particular relevance to a real IT job and base...
  20. imterpsfan3

    IDE's for .NET

    I was wondering if there are third-party free IDE's for .NET or namely C# for building Windows applications. My present workplace would like to use .NET but doesn't want to pay for the license yet. I know there are free IDE's with ASP.NET, such as Web Matrix. Thanks in advance. Writing out...

Part and Inventory Search

Back
Top