Click here to Skip to main content
15,893,508 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi all,
please any one send me how to insert the data into table using delegate in webapplications using c#.here we use sql server2008 for backend
Posted

why use a delegate when you can use asynchronous methods!
see here[^], a lovely CP article by gbd77rc
 
Share this answer
 
Well I din't get the exact code as you ask'd but you can go through some articles on codeProject which will surely help you to move on,
Have a look on them:
C# - Delegates 101 - A Practical Example[^]
Events and Delegates simplified[^]
.NET Delegates: A C# Bedtime Story[^]
Understanding Delegates in C#[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900