when i tried to create a record, field values are empty in RecordAdded event.
{
e.Record.Cells["FieldName1"].Value.ToString()
}
is this the correct way to retrieve the values???
or i am doing something wrong.
if there is any example for adding new records please direct me.
thanks
RecordAdded is only to make sure, if the addind started or not?
I am thinking RecordUpdate is only to update the existing records.
so, if i have to create a new record....
I have to use the RecordUpdated method?? in this case, how do i know, if its a new record or the old record is being update?
if possible could you please drop few lines of code or guide me where i can look at the code related to adding new record...its confusing