Property | Type | Description | |
---|---|---|---|
BackEvent | EventHandler, |
Method | Description | |
---|---|---|
InitPageParameter ( string location, string bin, string item, string huId, string lotNo ) : void | ||
UpdateView ( ) : void |
Method | Description | |
---|---|---|
GV_List_RowDataBound ( object sender, GridViewRowEventArgs e ) : void | ||
Page_Load ( object sender, EventArgs e ) : void | ||
btnBack_Click ( object sender, EventArgs e ) : void |
protected GV_List_RowDataBound ( object sender, GridViewRowEventArgs e ) : void | ||
sender | object | |
e | GridViewRowEventArgs | |
return | void |
public InitPageParameter ( string location, string bin, string item, string huId, string lotNo ) : void | ||
location | string | |
bin | string | |
item | string | |
huId | string | |
lotNo | string | |
return | void |
protected Page_Load ( object sender, EventArgs e ) : void | ||
sender | object | |
e | EventArgs | |
return | void |
protected btnBack_Click ( object sender, EventArgs e ) : void | ||
sender | object | |
e | EventArgs | |
return | void |