Click here to Skip to main content
16,012,028 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i am developing chat application,for chat window what i need to use? dynamic user control or client side div tag pop up window(hide ,show property)? recently i have use dynamic control but they were lost in every post back event.And if i recreate them with same id's then when user typing message in window,the focus gets lost when any postback event occurs.
Posted
Updated 9-Jun-13 23:00pm
v2

1 solution

We can use both. i prefer "DIV" .

Yes "dynamic control" will hide when post back occurs. you show write code to show that on every postback like below.

mpeChatControl.show()
 
Share this answer
 

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