Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hello In C# windows forms i have some TextBox that are binding to my Dataset.I want to get the current row to set my DataRow for delete the current row ,for using objDataRow.Delete() method How i can do it ?