开发者

ASP.NET Chat Application

开发者 https://www.devze.com 2023-03-22 05:29 出处:网络
I am开发者_StackOverflow designing an asp.net web application. I need to list all logged in users to a list and click each of them to talk. Which control should I use for listing users? E.g. buttons i

I am开发者_StackOverflow designing an asp.net web application. I need to list all logged in users to a list and click each of them to talk. Which control should I use for listing users? E.g. buttons in listview ? How can I do that ?


I recommend you to create custom user control and add buttons (or any other control) dynamically. Dynamically Create Controls in ASP.NET by Using Visual C# .NET

0

精彩评论

暂无评论...
验证码 换一张
取 消