यह ग्राहक से आम अनुरोध की तरह हटाने के हर छोटे से हटा बटन या छवि की तरह है.
मैं किसी भी नियम का उपयोग करने के लिए पंक्तियों को हटाने के दृष्टिकोण नहीं मिल सकता है. एक लाइन सी # कोड चाल करना होगा जम्मू
बटन जोड़ें पर क्लिक करें “प्रपत्र कोड संपादित करें” बटन गुण में.
सार्वजनिक
शून्य DeleteRow_Clicked(वस्तु स्टेशन, ClickedEventArgs और)
{
// यहाँ अपने कोड लिखें.
e.Source.DeleteSelf();
}
बटन के लिए स्रोत को नष्ट, यह हटाता डोम में मौजूदा नोड, नोड पूरी पंक्ति शामिल.
यहाँ कोड के साथ नमूना फार्म डाउनलोड.
[…] 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..