Click here to Skip to main content
15,887,585 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi Friends,

I am new to MVC,

I should manage three DropDownListBoxes in my single view page , let it be

Scheme_category
XML
<DDL1>

XML
<scheme_item 1="">
<scheme_item 2="">
......
<scheme_item n="">




Fund_category
XML
<DDL2>

XML
<fund_item 1="">
<fund_item 2="">
......
<fund_item n="">




Payment_Category
XML
<DDL3>


XML
<payment_item 1="">
<payment_item 2="">
......
<payment_item n="">



1. If i click anyone of the Scheme_item from DDL1 means, DDl2 and DDL3 should load their related category items by automatically depending upon the condition of DDL1 (It means Postback should be done in there itself)

(or else)

If I click anyone of the DDL's item, other two DDLs should Load their items ,automatically depending upon the conditions


2. after that i have to submit the page through the button_click(postback will be done here)


my Question is : Multiple Postbacks should be done , but different controls like( DDL1,DDL2,DDL3 and BUTTON

How can i handle the multiple postbacks in same view page, help me




note: three DropDownList Boxes and button are placed in Same view page.

Thanks In Advance,

Velsamy A
Posted
Updated 1-Apr-14 21:37pm
v6
Comments
santhu888 2-Apr-14 3:45am    
for DDl1 put AutoPostBack="True"
avelsamy 2-Apr-14 4:46am    
Hi santhu, if u don't mind,read the question fully, then reply me briefly.
avelsamy 3-Apr-14 0:23am    
hello Mr.Santhu... reply me as briefly , please
[no name] 3-Apr-14 2:55am    
Please use update panel.
avelsamy 3-Apr-14 4:58am    
could you please tell me little bit more, how it will be....

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900