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
Explain the namespace classes used in asp.net mvc? : asp.net mvc
How to change Master page in ASP.Net using code?
Can you use c# without .net?
What is the file extension of web service?
Is asp.net different from asp? If yes, explain how?
In a Repeater control how one can provide an alternating color scheme ?
How you can access the values from the Repeater control in ASP.NET?
When we use cookie less session? Explain its working?
Explain an object, class and method.
Why do we need url encoding?
What does aspcompat="true" mean?
Are cookies client side or server side?
What is difference between rest and soap?
What are the ways to sending the data in ASP.NET page?
What is the use of data set in asp.net?