| Author: Arun Kumar 02 Sep 2008 | Member Level: Gold | Rating: Points: 2 |
Upto my knowledge we cant use codebehind file I think. For that you've to use inline script within the aspx page. <script type=text/c#> your code statements here </script>
|