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
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...
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...
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...
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.
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...
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...
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...
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 =...
Danzig,
You have to put in a conditional, something like this:
If oRsSWBITbl("SomeField") = "" Then
Response.Write "<td>&bnsp;</td>" & vbCrLf
Else
Response.Write "<td>" & oRsSWBITbl("SomeField") & "</td>" & vbCrLf
End If
Hope...
Danzig,
In your SQL statement, you could try this instead:
"SELECT * FROM Workstation_Bios_Information SORT BY Workstation ASC"
Or put DESC depending on the order you wish for them to be sorted.
Rob
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.