I have asp buttons, images, drop downs etc with auto post= true on my pages and none of them do any post back
Please give me an idea of what the cause might be
Thanks in advance
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Niradhip ChakrabortyPosted Jun 10, 2009, 6:48 PM
HTML code:
Pagebehind Event:(c#)
protected void chkName_SelectedIndexChanged(object sender, EventArgs e)
{
//Your Code Here
}