If(dropdownlist1.selectedIndexChanged==true)
{
//code
}
else
{
//code
}
I am getting error in If condition, so can u pls give me a
solution.
Answer Posted / prashant yadav
selectedIndexChanged is a event while true is bool type
variable which is not corrct
| Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
What is windows active directory authentication?
What is intrinsic objects in asp.net?
what cut off mark for po's,what questions they asked for interview?
Explain about Multi-Language integration?
How can we register exception filter globally?
What are the Types of session management in ASP.NET
How do I publish my asp.net application to my isp's web server?
What is asp.net file?
How can you implement encapsulation in asp.net?
Which is better php or asp.net?
Differences between “dataset” and “datareader”.
What is the difference between response.redirect and server.transfer?
What is difference between asp state management and asp.net state management? How can we pass info between 2 asp.net pages?
Can you use Web API with ASP.NET Web Form?
What do you mean by serialize and marshalbyref?