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 the life-span of the items in the viewstate?
What is windows active directory authentication?
How can you debug your.net application?
Explain how caching in asp.net 2.0 is different from caching in asp.net 1.1?
What are the HTML server controls in ASP.NET?
What is __ requestverificationtoken?
What is the typical session identifier?
What is viewstate? In which event of the page life cycle, is the viewstate available?
Explain about Application and Session Events ?
If iam developing an application that must accomodate multiple security levels though secure login and my asp.net web appplication is spanned across three web-servers (using round-robbin load balancing) what would be the best approach to maintain login-in state for the users?
What is the state management in asp.net?
How to prevent client side validation from the ASP.NET validation controls?
How to count the number of objects present in a web page? How to count the number of radio buttons in a web page?
Can you explain composite pattern?
What is http pipeline in asp.net?