In this Video Tutorial, I will Teach you, How to use Control Parameter for CURD Operation. Also i will give you an simple example of Curd Operation using Control Parameter. So, first of all Configure SqlDataSource Control with 'Advance Option'(Insert, Update, Delete). When we select Advance option then we can make some changes in Database table. If you see in source, you find
<asp:parameter />. If you want to do CURD Operation using Control parameters then should use
<asp:ControlParameter /> with ControlId property. Lets see this video and do your self.