Posts by Érico Souza • 66 points
4 posts
-
1
votes1
answer440
viewsQ: Webapi view content in a view
Hey, guys, all right? I am developing my first application in web api asp.net. And I’m having trouble displaying the content on a view. Controller: public class ListaPresenteController :…
-
0
votes3
answers335
viewsA: Repeater Onitemcommand event does not work
I was able to solve it, it was something else well there, that was only a problem in this part of the page. The page was set with Enableviewstate="false". I appreciate the help.
-
3
votes3
answers1020
viewsA: Good practices with bootstrap grid system
I believe it is a good practice yes, I always applied grid, within grid, even before I knew the bootstrap. I used the http://960.gs as a reference. And grid within the grid does not affect…
-
0
votes3
answers335
viewsQ: Repeater Onitemcommand event does not work
I’m having trouble with a Repeater on the webform, where the Onitemcommand event is not working. It should be triggered when I click on the linkbutton. Code aspx: <asp:Repeater…