If(dropdownlist1.selectedIndexChanged==true)
{
//code
}
else
{
//code
}
I am getting error in If condition, so can u pls give me a
solution.
Answer Posted / milind
If(dropdownlist1.selectedIndexChanged!=0)
Try this 1 you will not get error
Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
What is the difference between the asp and asp.net?
When we use cookie less session? Explain its working?
What is the life cycle of an asp.net page?
What is bound controls
How would you turn off cookies on a page of a website?
Explain the asp.net page life cycle.
how can we create wcf in asp.net and how can we cll that in to asp.net application?plsss tel me each step clearly
What are the 3 levels at which content pages can be attached to Master Page?
what are the Custom controls in asp.net?
List the events in page life cycle.
What is the Intermittent crashing of application in production?
What is viewstate? In which event of the page life cycle, is the viewstate available?
What is data grid view in asp.net?
Define viewstate in .net?
How can exception be handled with out the use of try catch?