Posts by Luiz Antonio Lima • 39 points
2 posts
-
3
votes1
answer3281
viewsQ: Textbox and dynamic C# + ASP.NET button
I am feeding a webform with textboxes and buttons from a Repeater, according to the tuples(table people) returned in an SQL query, linking the code to specific attributes within these controls. For…
-
0
votes0
answers210
viewsQ: How to save the state of a Treeview in ASP.NET / C#?
I have a treeview that is persisted in Database and, from the application, it is possible to add or remove items, both from TV and BD. Big problem is that I can’t find a simple way to save the…