Skip to content Skip to sidebar Skip to footer
Showing posts with the label Razor

Grouping Orders By Category In Mvc4 View

In our MVC4 application my database has an Orders table, a Products table and a Category table. Eve… Read more Grouping Orders By Category In Mvc4 View

How Can I Fix The Cannot Convert Type Error?

I want to create a details page about a movie, but I´m getting this error and I´m kinda stuck. I… Read more How Can I Fix The Cannot Convert Type Error?

Avoiding An Sql Injection Attack

I have an asp.net application. In which i have this code: using (Data.connexion) { str… Read more Avoiding An Sql Injection Attack

Creating A Json Result From Sql Server Database

I have an SQL server with the following layout Table ( id int title varchar(40), … Read more Creating A Json Result From Sql Server Database

How To Insert An Image Into Sql Server Database?

As said, i'm trying to insert an image in a table, where the type of the field is Varbinary. Wh… Read more How To Insert An Image Into Sql Server Database?

Calling A Stored Procedure (mvc4)

(Using MVC4 VB EF4 MSSQL Razor) I created a Stored Procedure in the MS SQL 2008 database. Then I… Read more Calling A Stored Procedure (mvc4)

Asp.net Mvc 3 Web Application Does Not Working After Deploy

I have deplyoed asp.net mvc 3 razor view engine application on IIS 7. Server using windows server 2… Read more Asp.net Mvc 3 Web Application Does Not Working After Deploy

How To Upload Image To Sql With Mvc3 Within One Form Using Ado.net?

I am having trouble putting image upload field within the rest of the fieldset, mainly becaouse i n… Read more How To Upload Image To Sql With Mvc3 Within One Form Using Ado.net?