Showing related tags and posts accross the entire site.
-
Is there any problem in this class design? public class Users : List<users.user> { public class User { public int UserId { get; set; } public string UserName { get; set; } public string Password { get; set; } public string Email { get; set; } } }
-
Here is my problem, When I am adding ListViewItems to a ListView in a loop, items getting added and the size of the scrollbar decreaing but it is not getting displayed on the Listview. Items getting displayed only after completing the loop. I am using this with Background Worker. Is there anyway that...
-
Hi all, I am trying to create a setup for one of our asp.net web application. We are using framework 3.5 and backend as Sql server 2008 advanced services since we are using Fulltext search feature of MS Sql server. Sql server 2008 advanced server requires a lot of prerequisites like Windows installer3...
-
Hi All I am creating a Windows application, when minimizing it, it should be minimized to System Tray. This is working fine. But the problem is that when users press ALT + TAB, the application icon is displaying. How can I disable it? I am using C#, and .Net 3.5