It appears you have not yet registered with DEVPPL. To register please click here... (it's fast, easy and free!)

Forum

Log In Sponsors
Partner Sites

Search found 6 matches

Return to advanced search

second one quantity value should be displayed in the textbox
by ma-la
on Wed Nov 26, 2008 1:27 pm
 
Forum: JavaScript Forum
Topic: How to display data in textbox
Replies: 11
Views: 570

I don't want to list all quantity data in the listbox. If I use option inside select ,all values will be listed in the listbox.
by ma-la
on Wed Nov 26, 2008 10:39 am
 
Forum: JavaScript Forum
Topic: How to display data in textbox
Replies: 11
Views: 570

<table cellspacing="0" cellpadding="3" width="40%" align="left" border="0"> <tr> <td>&nbsp; Stock Code</td> <td><select size="1" name="name"> <option> LG </option> <option> Samsung </option> <option> Sony </option> </sele...
by ma-la
on Wed Nov 26, 2008 10:23 am
 
Forum: JavaScript Forum
Topic: How to display data in textbox
Replies: 11
Views: 570

I am not getting what you are asking I used <sql:query var="list" dataSource="${dataSource}"> select user_id,name,sum(quantity) as quantity from Product GROUP BY name; </sql:query> I have Name Listbox and quantity textbox The values are displayed as 200,400,800..outside the textbox I wan...
by ma-la
on Wed Nov 26, 2008 10:02 am
 
Forum: JavaScript Forum
Topic: How to display data in textbox
Replies: 11
Views: 570

My listbox has some product names LG Sanyo like this When I click LG item in listbox corresponding data should be displayed in the textbox I tried <input style="WIDTH: 83px; HEIGHT: 23px" size="10" name="Quantity"> <c:forEach var="row" items="${list.rows}"> <c:set var="quantity ">"...
by ma-la
on Wed Nov 26, 2008 7:09 am
 
Forum: JavaScript Forum
Topic: How to display data in textbox
Replies: 11
Views: 570

How to display data in textbox

I want to fetch data from mysql and display in textbox when I click the corresponding item in listbox. I used SQL JSTL to fetch data for listbox. Please help me how to display data in textbox?
by ma-la
on Tue Nov 25, 2008 2:28 pm
 
Forum: JavaScript Forum
Topic: How to display data in textbox
Replies: 11
Views: 570

Return to advanced search