|
Posted by Learner on 11/25/46 11:49
Hello Friends,
I have a drop down with 5 values in it and the drop down has the
below values
vin
year, make, model
Date range of grounded date
customer last name and account number
Based on what the user selects a seperate a different user interface
should be displayed.
So keeping that in mind I have difined 4 Panels and put all their
visible property to False in .aspx page. and I am handlign the hiding
and display part base on the selection in the codebehind page.
This is how my table with the panels in the html page looks like
<Table>
<tr><td> Panel1 for vin</td></tr>
<tr><td> Panel2 for year, make, model</td></tr>
<tr><td> Panel3 for Date range of grounded date</td></tr>
<tr><td> Panel4 for customer last name and account number</td></tr>
</table>
But as its obivious I see a space of a particular panel is hiddern. I
mean If I select lastname, and account number in the drop down the page
displays space (as there 3 rows above the my selection). and also When
I select Year, make, model for some reason it doesn't display the model
text box and I only can Year and make labels and textboxes!
Is there a different to handle with hiding and unhiding panels? I have
no clue what a Div tag does if it could do a miracle.
Can any body help me with this.
Thanks
-L
Navigation:
[Reply to this message]
|