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...
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.