Site under development

Back to List
Article Author: Admin, Added: 2/9/2011, Updated: 3/21/2011, Viewed: 423

Site under development



I am building an article based site using MVC with Razor view engine.

This is a self educational project.

Any articles I do post will be about funtionality I added and how I did it.

 

FileLocation:

Back to List

'Using (Html.BeginForm("saveComment", "Article", New With {.ArtID = Model.Article.ArticleID})) Using (Ajax.BeginForm("saveComment", "Article", New With {.ArtID = Model.Article.ArticleID}, New AjaxOptions With {.OnComplete = "createcommentcomplete"}))
If User.Identity.IsAuthenticated Then Else

If You would like to post comments without using Captcha, Please Register.


End If
Comments
End Using