ASP.NET is a web application framework developed by Microsoft to allow programmers to build dynamic web sites and web applications.
2
votes
2answers
284 views
How to work with List<TreeNode>
Before I have a question about filtering tree view and returning just frst match.( Tree view filtering does not return all the files)
So I try to create list and change the code, is it possible ...
6
votes
7answers
2k views
Comparing string arrays
My code does what I need it to do, but I think I am missing the "right" way to do this with comparing the arrays. Essentially what I need this to do is compare a textbox entry against two different ...
4
votes
2answers
3k views
General code review - Database Access class
I'm looking for any comments or feedback on my database access class. Security and speed are two things I'm most concerned about. One thing to note is this class has to work in a c# .net 2 environment ...