how to get combo box select text. i have used post method and now i want to display the content text of the combo its gives me number all the combo fields are populated from db and when i wrote
vcat = request.form("c bocat")
its give me 273 i want the text decoratives how i wl do that
vcat = request.form("c bocat")
its give me 273 i want the text decoratives how i wl do that
Comment