i'm using two update panels and one timer
protected void Timer1_Tick(object sender, EventArgs e)
{
UpdatePanelChatNow.Update();
}
by using that my 2 panels are updated.
but i need to update only one update panel
please help me.
it's important to me
prathyushaPosted Jul 3, 2013, 7:55 AM
it's not working
here i'm attaching file
please help me
Iftikar HussainPosted Jul 3, 2013, 7:41 AM
Regards,
Iftikar
prathyushaPosted Jul 3, 2013, 7:38 AM
Iftikar HussainPosted Jul 3, 2013, 7:16 AM
also provide your code behind logic
Regards,
Iftikar
prathyushaPosted Jul 3, 2013, 7:04 AM
k
here i'm attaching my aspx page
in this when i type the msg in textbox(TB_ToSend1) it will be send automatically
please help me
Iftikar HussainPosted Jul 3, 2013, 7:01 AM
Regards,
Iftikar
Iftikar HussainPosted Jul 3, 2013, 6:49 AM
You need to put your timer inside the second update panel
and set both UpdatePanel as UpdateMode="Conditional"
Regards,
Iftikar