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 John Tel 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 JustTryingMyBest

  1. JustTryingMyBest

    Oracle DataReader Issue

    OK, here is the code.... You will see a number of "If" statements which are examining the value returned. I know that one of 4 values will be returned and I am examining the first 2 characters being returned because starting with the 4th or so character I start getting the "\0" values being...
  2. JustTryingMyBest

    Oracle DataReader Issue

    I am having a problem with the Oracle DataReader. The issue is that when I have a text field which has the exact same value for a particular field, the datareader is returning garbage in the second and subsequent rows for that value. Say for instance I have a field called "Description" and in...
  3. JustTryingMyBest

    ASP.NET - UserControl

    You will have to translate that for me. I am using visual studio and I created the "user control page" within VS.Net. When I add that control to my asp.Net form, it generates the "<%@ Register TagPrefix="uc1" TagName="PageHeader1" Src="UserControls/PageHeader1.ascx" %>" tag for the page. Now...
  4. JustTryingMyBest

    ASP.NET - UserControl

    I'm not sure if this is the right forum or not.... I am wondering how I get a reference to my usercontrol that I have added to my form. I have created a number of properies that I want to use. I added code such as protected PageHeader1 _PageCtrl, but I do not get the reference to the object...

Part and Inventory Search

Back
Top