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 SkipVought 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: rb74
  • Order by date
  1. rb74

    SelectedIndexChanged event for DropDown

    hf, Also, if you want it to fire when the change occurs, make sure you have AutoPostBack set to True. Rob
  2. rb74

    SelectedIndexChanged event for DropDown

    hf, I did the same thing you are trying to do, and it works as it should. I would suggest checking the declaration in the dropdownlist for the event OnSelectedIndexChanged. In my Sub, I took the value of the Item and had it write to an asp label. Good Luck, Rob
  3. rb74

    Table Problems

    Isadore, Thanks gor your help. You are right about removing the 100% from the middle table cell. After I removed that attribute, I then placed those graphics within another table in that cell, and I was able to have the middle graphic stretch across the remainder space of the screen. I am...
  4. rb74

    Table Problems

    Isadore, I thought the same thing too, and I wiped out all of my code and entered it manually one piece at a time, alas nothing showed up. But the only thing I can think of is when you view below, the hidden field below the form tag titled "__VIEWSTATE" has a value that is a mile...
  5. rb74

    Table Problems

    Hi, Merry Christmas! I have been struggling with this for the past two days, and I can't relax until I figure this out. I am converting a page from ASP to ASP.Net using VB. My problem is the formatting of my page. Please view my problem - http://63.161.214.112/sshot/screenshot.htm I am...
  6. rb74

    Drop Down List - Can this be done?

    Thanks guys, I really appreciate it. I was following the instructions in one book by binding the DataTextField and the DataValueField. I am currently using RichS' suggestion, but I think in the future, I will just adjust my View to compound the two fields into one.
  7. rb74

    Drop Down List - Can this be done?

    Hi all, I am migrating my asp code to asp.net and I am attempting to use an asp.net drop down list for a evaluation form. When I coded in classic ASP, I populated a drop down list via a recordset. I am attempting to do the same with an ASP.net drop down list, but here is my problem. The text...
  8. rb74

    Database Design Question

    Harebrain, You raise valid points, and I agree with your points. I initially had the tables setup in this fashion, but when I discovered that a faculty member can hold multiple titles, I got flustered, and did not think this through. Here is my plan: A) Build a separate table to house all...
  9. rb74

    Database Design Question

    Foolio12, Thank you. I appreciate your insight. I thought this method would work, but I needed someone to verify it for me. Thanks, Rob
  10. rb74

    Database Design Question

    Hi all, I am designing a database for a graduate program in SQL Server 2000. At the minimum, the faculty of this program can have the status of one of the following titles: Instructor, EMentor, Internship Mentor, Field Mentor, and Supervisor. Each student is assigned an EMentor, Internship...
  11. rb74

    ADO & Stored Procedure Parameters

    Hi all, I have built a stored procedure in SQL Server and I am passing 40 parameters to complete an insert statement. I have seen two methods to pass the parameters. One uses the Command object like so: objCommand.CommandType = adCmdStoredProc objCommand.Parameters("@1E").value =...
  12. rb74

    ASP Newbie

    Ok time for me to go home. it should be nbsp, not bnsp Rob
  13. rb74

    ASP Newbie

    Danzig, You have to put in a conditional, something like this: If oRsSWBITbl(&quot;SomeField&quot;) = &quot;&quot; Then Response.Write &quot;<td>&bnsp;</td>&quot; & vbCrLf Else Response.Write &quot;<td>&quot; & oRsSWBITbl(&quot;SomeField&quot;) & &quot;</td>&quot; & vbCrLf End If Hope...
  14. rb74

    ASP Newbie

    Nope, you are right, my mind is going one way and the fingers on the keyboard are going the other way. Thanks for correcting me ahmun. Rob
  15. rb74

    ASP Newbie

    Danzig, It's been a long day - I meant to put SystemName where I put Workstation. Sorry, Rob
  16. rb74

    ASP Newbie

    Danzig, Oops, also take out oRsSWBITbl.Sort = SystemName if you change your SQL statement. Rob
  17. rb74

    ASP Newbie

    Danzig, In your SQL statement, you could try this instead: &quot;SELECT * FROM Workstation_Bios_Information SORT BY Workstation ASC&quot; Or put DESC depending on the order you wish for them to be sorted. Rob
  18. rb74

    ASP Newbie

    Danzig, Place the following above the Loop statement. oRsSWBITbl.MoveNext Rob
  19. rb74

    Add new drive to RAID 5 w/ Win2000 Server questions

    Hi all, I am a developer, not to familiar with server administration, but have been given this task. Our server is a Proliant ML370 with three hard drives in a RAID5 setup. (please pardon me if my terminology is not accurate) In Windows, it is showing our hard drive capacity to be under 1GB...
  20. rb74

    Some tapes backup, some don't

    Thanks again for your advice. I have one tape in the middle of a long erase right now. I will have to wait until next week to see if this remedies the situation, but I will buy a tape by another manufacturer and try one of those as well. I think Compaq is the manufacturer of our Tape drive...

Part and Inventory Search

Back
Top