Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
I'm trying to grab the value of an edited field... How do I know what the key is for the various fields?
This does not work:
string userLogin = e.Values["username"].ToString();
Doesn't seem to find the value from the table editor.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Get posted field value?
I'm trying to grab the value of an edited field... How do I know what the key is for the various fields?
This does not work:
string userLogin = e.Values["username"].ToString();
Doesn't seem to find the value from the table editor.
is working on a reply...