If(dropdownlist1.selectedIndexChanged==true)
{
//code
}
else
{
//code
}
I am getting error in If condition, so can u pls give me a
solution.
Answer Posted / narashiman
if we try to set the dropdownlist1 autopostback to true. we
will not get the error
Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
What is another word for redirect?
Can we store object in viewstate?
How does the iis work?
What permissions do asp.net applications posses by default?
How can we Validate a Controls in ASP.NET page using JavaScript?
Explain diff. Between friend and protected friend?
Why we use content place holder in asp.net?
What is the difference between session.abandon() vs clear()?
Explain the concept of event bubbling in ASP.NET?
How may clustered index we can create in table?
How to disable cut, copy and paste in TextBox using jQuery in asp.net?
What is a master page and what does it do?
What is the state management in asp.net?
Explain what are delegates?
Where is asp.net view state stored?