Posts by caio oliveira • 11 points
2 posts
-
1
votes1
answer659
viewsQ: Pass view bag value to view
I’m trying to pass value from a view bag to the view create. Controller public ActionResult Create() { ViewBag.BanhoTosaId = new SelectList(db.BanhoTosas, "BanhoTosaId", "Tipo"); if…
-
0
votes1
answer396
viewsQ: Jquery function to show and hide text?
Basically when you click The Art the phrases that have the id= shows should appear and when you click again disappear <!DOCTYPE html> <html> <head> <title></title>…