developer77
Programmer
Hello everyone,
I dont' even know if I'm in the right forum. I think the language I'm working w/here is asp, not sure. I have the following line in an asp file:
<%
Response.write BuildListBox2("<- Select Value ->", sp_GetStudentType", DB_CONNSTR_STUDENT, "Type", "","", false)
%>
I also have this line declared in the code:
dim sType : sType = oStudentInfo ("Type").Value
I didn't write this code but I need to change the buildlistbox function so that the value for sType is the default value that comes up in the listbox instead of
<- Select Value ->. I would like <- Select Value -> to still be the first in the dropdown list but when the user goes to the form, the sType value should be the default one there. Can you please help me with this?
Thanks,
Jackie
I dont' even know if I'm in the right forum. I think the language I'm working w/here is asp, not sure. I have the following line in an asp file:
<%
Response.write BuildListBox2("<- Select Value ->", sp_GetStudentType", DB_CONNSTR_STUDENT, "Type", "","", false)
%>
I also have this line declared in the code:
dim sType : sType = oStudentInfo ("Type").Value
I didn't write this code but I need to change the buildlistbox function so that the value for sType is the default value that comes up in the listbox instead of
<- Select Value ->. I would like <- Select Value -> to still be the first in the dropdown list but when the user goes to the form, the sType value should be the default one there. Can you please help me with this?
Thanks,
Jackie