Tas ir sava veida kopīgu lūgumu klientam ir sava veida mazo dzēšanas pogu vai attēlu, kas ik izdzēst.
Es nevarēju atrast nevienu pieeju izmantojot noteikumus, lai dzēstu rindas. Viena līnija C # kods varētu darīt to triks J
Pievienot pogu un noklikšķiniet uz “Rediģēt veidlapas kodu” jo Button Properties.
valsts
anulēt DeleteRow_Clicked(objekts raidītājs, ClickedEventArgs un)
{
// Uzrakstiet savu kodu šeit.
e.Source.DeleteSelf();
}
Kad izdzēst avots pogas, tā svītrota pašreizējā mezglu DOM, mezglu satur visu rindu.
Lejupielādēt parauga veidlapu ar kodu šeit.
[…] a quick bit of code I found on Uday’s mstechblog site that makes it a bit easier for your users to remove a row in a repeating table. Instead of […]
If i have two repeating table in a section and each row has a delete button with same id for both repeating table then what should i do to delete the same row from both repeating tables with a single click…if i’m trying your above suggestion then it only deletes the row from one repeating table,not from both..
Plz provide your valuable suggestions…its urgent..