@Html.ActionLink("Create New", "Create") diff --git a/StockManMVC/Views/Shared/_searchBox.cshtml b/StockManMVC/Views/Shared/_searchBox.cshtml new file mode 100644 index 0000000..ced8b53 --- /dev/null +++ b/StockManMVC/Views/Shared/_searchBox.cshtml @@ -0,0 +1,7 @@ +@using (Html.BeginForm()) +{ +
+ Ricerca: @Html.TextBox("SearchVal") + +
+} diff --git a/StockManMVC/bin/StockManMVC.dll b/StockManMVC/bin/StockManMVC.dll index dffa11e..d35e704 100644 Binary files a/StockManMVC/bin/StockManMVC.dll and b/StockManMVC/bin/StockManMVC.dll differ