display total per week left to the caleder control
Hi,
I have to display the weekly total left from the calendar control. For this I wrote code, when I debugging it shows values are assigned to the corresponding text boxes correctly. But those are not appearing in the Left side text boxes, when I assign the same values to the right hand side text boxes it shows in the web page.
I tried place those values in session , ViewState and also with other controls like labels, but after calender day render event. Not only the values even any property for that controls are not working related to left side. But evry thing works which are in Right side
Please help me to come out of this â¦.
Sample code :
<table > <tr> <td>
<table >
<tr><td> Left side textboxes </td> </tr>
<tr><td> .Net calender contol</td> <tr>
<tr><td> rightside textboxes </td> </tr>
</table>
</td> </tr>
</table>
Thanks & Regards,
Veeruu...
|