Click here to Skip to main content
15,890,973 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi techies,

in my form there are more then 1 control.
but for one control's is not post back not happening .
what could be the reason.

i looked for js tags all are properly.
requesting you please guide me in this.
Posted
Comments
Without any code, how can we guess?
Anisuzzaman Sumon 12-Mar-15 11:57am    
Please be open hearted ,show some code so that we can help you.However I guess that you are missing to set attribute value of your control AutoPostBack=true.Say
your your control is ListBox then <asp:ListBox id="ListBox1"
Rows="4"
AutoPostBack="True"
SelectionMode="Single"
runat="server">

<asp:ListItem>Item 1
<asp:ListItem>Item 2
<asp:ListItem>Item 3
<asp:ListItem>Item 4
<asp:ListItem>Item 5
<asp:ListItem>Item 6



developer often forget to set this.If it is not your case then show some of your code

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900