My design as follows
Branch ddlbranch(dropdownlist)
One gridview (gvResult) gridview name
Type ddlfeedbacktype (dropdownlist)
Subject txtsubject(textbox)
Comments txtcomments(textbox)
Submit(Button)
When i click ddlbranch (dropdownlist) i want to show the gridview (gvResult)
Gridview is displaying no problem.
But i want to display the Gridview (gvResult) in righ side. when i click the ddlbranch (dropdownlist).
My source as follows
Branch ddlbranch(dropdownlist)
One gridview (gvResult) gridview name
Type ddlfeedbacktype (dropdownlist)
Subject txtsubject(textbox)
Comments txtcomments(textbox)
Submit(Button)
When i click ddlbranch (dropdownlist) i want to show the gridview (gvResult)
Gridview is displaying no problem.
But i want to display the Gridview (gvResult) in righ side. when i click the ddlbranch (dropdownlist).
My source as follows
BorderColor="BlanchedAlmond" BorderStyle="Groove" Width="931px">
onselectedindexchanged="ddlbranch_SelectedIndexChanged"> BorderColor="Tan" BorderWidth="1px" CellPadding="2" ForeColor="Black" GridLines="None"> HorizontalAlign="Center" /> |
BorderColor="BlanchedAlmond" BorderStyle="Ridge" Width="242px" /> |
When i click the dropdownlist (ddlbrnach) i want to show the gridview in right side not in below of dropdownlist.
from my above source what changes i have to made to get correct output.
from my above source what changes i have to made to get correct output.
Regards,
Narasiman P.
1 Reply
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Ravi PatelPosted Nov 1, 2015, 2:59 AM