VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Selects a Value from comboBox which is populated from database, then shows details of the value in

by Milind Kulkarni (2 Submissions)
Category: Active Server Pages
Compatability: ASP (Active Server Pages)
Difficulty: Unknown Difficulty
Originally Published: Fri 14th July 2000
Date Added: Mon 8th February 2021
Rating: (1 Votes)

Selects a Value from comboBox which is populated from database, then shows details of the value in another asp page.

Rate Selects a Value from comboBox which is populated from database, then shows details of the value in



<h2 color=Chartreuse size=4>Following are the Item Categories Select 
& Click to view Various Products</h2></font><br>
 color=White> Avialable Products are as below <br>
<form name=frmitem method=post action="itemdet.asp">
Available Products Choose...</font><select name=itemlst>
<% 
do until rsuser.EOF
Response.Write "<option>" & objitcat
 rsuser.MoveNext 
 loop
rsuser.Close 
%>
</select> 
<br><input type=submit value="Display Details.."  title="Click to Display Products">
</form>
<br>
<table>
<tr><td width=500> size=4  color=DarkRed>AaRam Market</font>
</table>

Download this snippet    Add to My Saved Code

Selects a Value from comboBox which is populated from database, then shows details of the value in Comments

No comments have been posted about Selects a Value from comboBox which is populated from database, then shows details of the value in . Why not be the first to post a comment about Selects a Value from comboBox which is populated from database, then shows details of the value in .

Post your comment

Subject:
Message:
0/1000 characters