English 中文(简体)
ObjectDataSource 目的 数据来源无法找到一种非基因方法。 添加具有参数
原标题:ObjectDataSource ObjectDataSource could not find a non-generic method Insert that has parameters
  • 时间:2012-05-21 20:11:12
  •  标签:
  • asp.net

i) 在用户发现有错误时,可以进行编辑的电网观测:

ObjectDataSource ObjectDataSource1 could not find a non-generic method Update that has parameters: i am also using a details view to insert a new user to by database but when i try to insert it says

目的目录 不能找到一种非基因方法 添加具有参数:

最佳回答

正确分类所有方法[SelectMethod, UpdateMethod, 删除Method, 选择性CountMethod, 插入Method]。

核实类型(表Adapters)。 缩略语

这些方法在数量和顺序上都含有错误中所指出的准确参数。 认为参数的顺序意味着目标数据很多。

问题回答

暂无回答




相关问题
Anyone feel like passing it forward?

I m the only developer in my company, and am getting along well as an autodidact, but I know I m missing out on the education one gets from working with and having code reviewed by more senior devs. ...

How to Add script codes before the </body> tag ASP.NET

Heres the problem, In Masterpage, the google analytics code were pasted before the end of body tag. In ASPX page, I need to generate a script (google addItem tracker) using codebehind ClientScript ...

Transaction handling with TransactionScope

I am implementing Transaction using TransactionScope with the help this MSDN article http://msdn.microsoft.com/en-us/library/system.transactions.transactionscope.aspx I just want to confirm that is ...

System.Web.Mvc.Controller Initialize

i have the following base controller... public class BaseController : Controller { protected override void Initialize(System.Web.Routing.RequestContext requestContext) { if (...

Microsoft.Contracts namespace

For what it is necessary Microsoft.Contracts namespace in asp.net? I mean, in what cases I could write using Microsoft.Contracts;?

Separator line in ASP.NET

I d like to add a simple separator line in an aspx web form. Does anyone know how? It sounds easy enough, but still I can t manage to find how to do it.. 10x!

热门标签