Hey I am using asp.net mvc architecture.
I creating one dropdownlist using
<select id="State" name="State"></select>
this is dynamic list.Its displaying properly.
But in time of Edit.If i load a page dropdownlist is not
displaying the item which is stored in table.
Answer Posted / ff
enable auto postback true for drop down
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is route in web api?
What is Web API?
How does asp net store session ids by default?
What are the various types of validation controls provided by asp.net?
Explain what benefit does your code receive if you decorate it with attributes demanding specific security permissions?
what are the events raised in asp.net page life cycle?in which stage view state can be loaded?
Can you change a master page dynamically at runtime? How?
Is asp.net and .net are same or different?
Describe the disadvantage of cookies.
What are sharepoint pages?
When maintaining session through sql server, what is the impact of read and write operation on session objects?
Write some code using interfaces, virtual methods, and an abstract class`
Tell me how asp.net mvc differs from asp.net web forms? : asp.net mvc
What is the difference between a candidate key and primary key?
What are standard controls?