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
We are using Jscriopt validations and at clint site javascript is not running that time validation would work? if yes then how it would behave?
What are the various session state management options provided by asp.net?
Which is better union or union all?
What is difference between session and cookie?
Define page output caching?
What is autopostback true?
How to prevent client side validation from the ASP.NET validation controls?
Explain server-side scripting?
What are Session states available and its Uses?
What is http session state?
Explain what is event bubbling?
What is page request in asp.net?
In how many ways we can retrieve table records count?
What are the various ways to send content from one page to another?
Distinguish between Server-side and Client-side code?