showing data on a WebUserControl in DataGrid edit mode
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
hi, i have a DataGridView with manually generated columns. i have a template column named "DueDate". for this column i am using a WebUserControl consists on an asp Calendar and a text box that shows the chosen date, for saving the data of the selected date i'm using the Session object. the problem i have is with the EditItemTemplate. i cant manage to get the data i need for showing the target date in the WebUserControl TextBox. i've created a Text property for the control and tried to fill it as follow but it doesn't work:
<EditItemTemplate>
</EditItemTemplate>>also have tried:
<EditItemTemplate>
</EditItemTemplate>>didnt work also anyone can help me on that? thanks in advance j