Click or drag to resize
LookupControllerEdit Method (String, Int32, LookupRow, FormCollection)
Post action to edit a look up value

Namespace: RMP.Web.Areas.Admin.Controllers
Assembly: RMP.Web (in RMP.Web.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public ActionResult Edit(
	string LookupName,
	int id,
	LookupRow row,
	FormCollection collection
)

Parameters

LookupName
Type: SystemString
Lookup list name
id
Type: SystemInt32
ID of the value to edit
row
Type: LookupRow
The row.
collection
Type: FormCollection
Form data

Return Value

Type: ActionResult
ActionResult.
See Also