Click here to Skip to main content
15,896,359 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: DataGrid EditItemTemplate Problem Pin
NeverHeardOfMe25-Sep-08 11:01
NeverHeardOfMe25-Sep-08 11:01 
QuestionEnable Profile in web app Pin
acroitoriu25-Sep-08 4:55
acroitoriu25-Sep-08 4:55 
AnswerRe: Enable Profile in web app Pin
acroitoriu2-Oct-08 21:11
acroitoriu2-Oct-08 21:11 
QuestionListView - summing a column Pin
#realJSOP25-Sep-08 4:01
professional#realJSOP25-Sep-08 4:01 
AnswerRe: ListView - summing a column Pin
J4amieC25-Sep-08 5:34
J4amieC25-Sep-08 5:34 
GeneralRe: ListView - summing a column Pin
#realJSOP28-Sep-08 2:34
professional#realJSOP28-Sep-08 2:34 
GeneralRe: ListView - summing a column Pin
hutty22-Mar-09 11:38
hutty22-Mar-09 11:38 
Questionshowing data on a WebUserControl in DataGrid edit mode Pin
johland25-Sep-08 3:44
johland25-Sep-08 3:44 
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>
<uc1:ctrldatepicker text="<%# DataBinder.Eval(Container.DataItem, " duedate=")%>" id="CtrlDatePicker1" runat="server" xmlns:uc1="#unknown" />
 </EditItemTemplate>> 


also have tried:

<EditItemTemplate>
<uc1:ctrldatepicker text="<%# Session[" targetdate="].ToString())%>" id="CtrlDatePicker1" runat="server" xmlns:uc1="#unknown" />
 </EditItemTemplate>> 


didnt work also

anyone can help me on that?

thanks in advance

j
Questionretrieve the file name from path Pin
varsh1225-Sep-08 2:23
varsh1225-Sep-08 2:23 
AnswerREPOST IGNORE Pin
J4amieC25-Sep-08 3:25
J4amieC25-Sep-08 3:25 
GeneralRe: REPOST IGNORE Pin
varsh1225-Sep-08 18:21
varsh1225-Sep-08 18:21 
GeneralRe: REPOST IGNORE Pin
J4amieC25-Sep-08 22:30
J4amieC25-Sep-08 22:30 
GeneralRe: REPOST IGNORE Pin
varsh1225-Sep-08 23:57
varsh1225-Sep-08 23:57 
Questionnext button doesn't work after 2 page in crystal report Pin
amitajain00825-Sep-08 2:20
amitajain00825-Sep-08 2:20 
Questionfck editor problem Pin
UD(IA)25-Sep-08 1:31
UD(IA)25-Sep-08 1:31 
AnswerRe: fck editor problem Pin
Ashfield25-Sep-08 1:47
Ashfield25-Sep-08 1:47 
Questionprevent post back when menu item header is clicked Pin
_tasleem25-Sep-08 1:26
_tasleem25-Sep-08 1:26 
AnswerRe: prevent post back when menu item header is clicked Pin
Venkat Eswaran25-Sep-08 3:53
Venkat Eswaran25-Sep-08 3:53 
QuestionModel Window-Parent Window updation Problem Pin
John.G25-Sep-08 1:09
John.G25-Sep-08 1:09 
QuestionHow to integrate payment options/ details in Asp.Net Pin
Guvera24-Sep-08 23:46
Guvera24-Sep-08 23:46 
AnswerRe: How to integrate payment options/ details in Asp.Net Pin
NeverHeardOfMe25-Sep-08 0:18
NeverHeardOfMe25-Sep-08 0:18 
QuestionI need to access textbox in FooterTemplat of Datagrid Pin
Mr. Wonderful24-Sep-08 23:34
Mr. Wonderful24-Sep-08 23:34 
QuestionButton click problem Pin
member2724-Sep-08 23:33
member2724-Sep-08 23:33 
AnswerRe: Button click problem Pin
eyeseetee25-Sep-08 0:22
eyeseetee25-Sep-08 0:22 
AnswerRe: Button click problem Pin
ashok@techxygen25-Sep-08 2:35
ashok@techxygen25-Sep-08 2:35 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.