This is a migrated thread and some comments may be shown as answers.

[Solved] Server side grid editing

0 Answers 18 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Mujtaba
Top achievements
Rank 1
Mujtaba asked on 12 Oct 2011, 03:04 PM
My project was working fine until I have modified it's master page and added aspmembership provider (Oracle). After tuning web.config I manage to run my project alright but in my 'Auction' link I am unable to edit grid view as before.

More over there is an error in my view GetUnit.aspx where i have used tabstrip:

using (Html.BeginForm("GetUnit", "Unit", FormMethod.Post))
       {
           Html.Telerik().ScriptRegistrar().DefaultGroup(group =>
               group.Add("MicrosoftAjax.js").Add("MicrosoftMvcValidation.js"));
           Html.Telerik().TabStrip()
           .Name("TabStrip")
           .Items(tabstrip =>
           {
               tabstrip.Add()
               .Text("Auction")
               .Content(() =>
               {%>
    <table id="field-list">


Error 1 Delegate 'System.Func<object,object>' does not take 0 arguments c:\Projects\AuctionDestruction\CSAuctionDestruction\Views\Unit\GetUnit.aspx 74 25 CSAuctionDestruction

Seems to me some assembly reference is missing but I am unable to configure it.

Further more I have converted my actual project from VS 2008 to VS 2010 Ultimate.

Any help will be appreciated.

Tags
General Discussions
Asked by
Mujtaba
Top achievements
Rank 1
Share this question
or