Method | Description | |
---|---|---|
BindList ( IList |
||
CollectData ( |
Method | Description | |
---|---|---|
GV_List_RowDataBound ( object sender, GridViewRowEventArgs e ) : void | ||
Page_Load ( object sender, EventArgs e ) : void |
public BindList ( IList |
||
orderDetailList | IList |
|
return | void |
public CollectData ( |
||
orderHead | ||
return | void |
protected GV_List_RowDataBound ( object sender, GridViewRowEventArgs e ) : void | ||
sender | object | |
e | GridViewRowEventArgs | |
return | void |
protected Page_Load ( object sender, EventArgs e ) : void | ||
sender | object | |
e | EventArgs | |
return | void |