if (input.Update_Sub01 != null)
{
if (chan_count1 < 1)
{
delete from Chanel_Database[ (CD_tvId == input.Update_TVID && CD_channel_NO == input.Update_channelNo01)];
}
}
I want to insert the above deleted record to another form - FormB
Could anyone please help me ?
Thanks
Arfater