Click here to Skip to main content
15,892,059 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Transcation Id+Paypal Pin
Viral Upadhyay28-Mar-11 23:36
Viral Upadhyay28-Mar-11 23:36 
GeneralRe: Transcation Id+Paypal Pin
Ramkumar_S28-Mar-11 23:48
Ramkumar_S28-Mar-11 23:48 
AnswerRe: Transcation Id+Paypal Pin
Viral Upadhyay29-Mar-11 0:11
Viral Upadhyay29-Mar-11 0:11 
GeneralRe: Transcation Id+Paypal Pin
Ramkumar_S29-Mar-11 18:07
Ramkumar_S29-Mar-11 18:07 
QuestionAsp.net can play "Flash,video, Image, HTML" in one control? Pin
buffering8328-Mar-11 22:12
buffering8328-Mar-11 22:12 
AnswerRe: Asp.net can play "Flash,video, Image, HTML" in one control? Pin
Viral Upadhyay29-Mar-11 0:15
Viral Upadhyay29-Mar-11 0:15 
GeneralRe: Asp.net can play "Flash,video, Image, HTML" in one control? Pin
buffering8329-Mar-11 18:56
buffering8329-Mar-11 18:56 
QuestionUpdate Panel Issue Pin
Rameez Raja28-Mar-11 19:16
Rameez Raja28-Mar-11 19:16 
Hi all,

I have the Textbox inside Update Panel like below


<td colspan="4" style="border: none;">
<asp:UpdatePanel ID="upnl_PeriodYears" runat="server" UpdateMode="Conditional">
<ContentTemplate>
<asp:TextBox ID="txtPeriodFromDate" runat="server" Width="90px" ValidationGroup="LandAcqForm" Text='<%#(((System.Data.DataRowView)Container.DataItem).DataView.Table.Columns.Contains("DBFromDate")? Eval("DBFromDate") : "FromDate") %>'></asp:TextBox>
But iam getting the below error



CS1061: 'System.Web.UI.Control' does not contain a definition for 'DataItem' and no extension method 'DataItem' accepting a first argument of type 'System.Web.UI.Control' could be found (are you missing a using directive or an assembly reference?)

How i assign the value to Textbox which is inside Update Panel???

Regards
AnswerRe: Update Panel Issue Pin
thatraja28-Mar-11 20:04
professionalthatraja28-Mar-11 20:04 
GeneralRe: Update Panel Issue Pin
msqar29-Mar-11 2:37
msqar29-Mar-11 2:37 
AnswerRe: Update Panel Issue Pin
thatraja29-Mar-11 6:31
professionalthatraja29-Mar-11 6:31 
Questionpaypal Pin
Ramkumar_S28-Mar-11 15:38
Ramkumar_S28-Mar-11 15:38 
AnswerRe: paypal Pin
Abhijit Jana28-Mar-11 18:12
professionalAbhijit Jana28-Mar-11 18:12 
AnswerRe: paypal Pin
Rameez Raja28-Mar-11 19:30
Rameez Raja28-Mar-11 19:30 
GeneralRe: paypal Pin
thatraja28-Mar-11 19:42
professionalthatraja28-Mar-11 19:42 
Question403(The website declined to show this webpage) Error - WebConfig Authorization - Need to redirect to login Pin
De_Novice28-Mar-11 10:34
De_Novice28-Mar-11 10:34 
AnswerRe: 403(The website declined to show this webpage) Error - WebConfig Authorization - Need to redirect to login Pin
Not Active28-Mar-11 11:54
mentorNot Active28-Mar-11 11:54 
AnswerRe: 403(The website declined to show this webpage) Error - WebConfig Authorization - Need to redirect to login Pin
De_Novice28-Mar-11 12:10
De_Novice28-Mar-11 12:10 
GeneralRe: 403(The website declined to show this webpage) Error - WebConfig Authorization - Need to redirect to login Pin
De_Novice28-Mar-11 12:16
De_Novice28-Mar-11 12:16 
GeneralRe: 403(The website declined to show this webpage) Error - WebConfig Authorization - Need to redirect to login Pin
Not Active28-Mar-11 18:05
mentorNot Active28-Mar-11 18:05 
QuestionInvalid column Pin
Paresh146228-Mar-11 6:03
Paresh146228-Mar-11 6:03 
AnswerRe: Invalid column Pin
Not Active28-Mar-11 6:25
mentorNot Active28-Mar-11 6:25 
AnswerRe: Invalid column Pin
GenJerDan28-Mar-11 6:29
GenJerDan28-Mar-11 6:29 
AnswerRe: Invalid column Pin
Pete O'Hanlon28-Mar-11 6:41
mvePete O'Hanlon28-Mar-11 6:41 
AnswerRe: Invalid column Pin
Wendelius28-Mar-11 11:38
mentorWendelius28-Mar-11 11:38 

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.