Click here to Skip to main content
15,908,444 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Can not display Image Pin
Orcun Iyigun29-Mar-11 8:51
Orcun Iyigun29-Mar-11 8:51 
GeneralRe: Can not display Image Pin
Pete O'Hanlon29-Mar-11 10:36
mvePete O'Hanlon29-Mar-11 10:36 
GeneralRe: Can not display Image Pin
Orcun Iyigun29-Mar-11 12:52
Orcun Iyigun29-Mar-11 12:52 
GeneralRe: Can not display Image Pin
Pete O'Hanlon29-Mar-11 18:57
mvePete O'Hanlon29-Mar-11 18:57 
QuestionGridview updateproblem - Oracle SQL Pin
√ensens29-Mar-11 5:25
√ensens29-Mar-11 5:25 
AnswerRe: Gridview updateproblem - Oracle SQL [modified] Pin
Wendelius29-Mar-11 7:12
mentorWendelius29-Mar-11 7:12 
GeneralRe: Gridview updateproblem - Oracle SQL Pin
√ensens3-Apr-11 23:22
√ensens3-Apr-11 23:22 
GeneralRe: Gridview updateproblem - Oracle SQL Pin
Wendelius4-Apr-11 10:25
mentorWendelius4-Apr-11 10:25 
Hi,

BindByName is a property of OracleCommand class so in your case I'm not sure if you can modify it (unless you have some code behind where yo uactually create the command, add the parameters etc.)

In your current version you're having a column alias L_ID AS L:ID2 which isn't allowed. : means that the next word is the bind parameter name so don't use it elsewhere but in the situations where you handle parameters.

What I'd suggest is that try with much smaller set of parameters, just 1 for the start. If that works, then you can expand the next parameters. This way you'll find which one is causing the trouble. It would be a good idea to simplify the select also in the beginning to see that it's not causing the error.

And about the column updates, yes, if you don't mention any other columns in the update statement only those three will be updated.
The need to optimize rises from a bad design.My articles[^]

Questionvertical image in embedded reportviewer [modified] Pin
gavindon29-Mar-11 4:10
gavindon29-Mar-11 4:10 
QuestionRemove Multiple Gridview Columns before Excel Export Pin
massaslayer29-Mar-11 2:35
massaslayer29-Mar-11 2:35 
QuestionTranscation Id+Paypal Pin
Ramkumar_S28-Mar-11 22:59
Ramkumar_S28-Mar-11 22:59 
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 
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 

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.