Click here to Skip to main content
15,923,051 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Input type=File Problem Pin
Christian Graus21-Aug-08 3:22
protectorChristian Graus21-Aug-08 3:22 
GeneralRe: Input type=File Problem Pin
Abhishek Sur21-Aug-08 21:17
professionalAbhishek Sur21-Aug-08 21:17 
QuestionRe: Input type=File Problem Pin
Abhishek Sur23-Aug-08 21:47
professionalAbhishek Sur23-Aug-08 21:47 
Generalfreelance job in ASP.net with C# Pin
Subin Alex21-Aug-08 2:42
Subin Alex21-Aug-08 2:42 
AnswerRe: freelance job in ASP.net with C# Pin
Brij21-Aug-08 2:50
mentorBrij21-Aug-08 2:50 
GeneralRe: freelance job in ASP.net with C# Pin
Subin Alex21-Aug-08 2:52
Subin Alex21-Aug-08 2:52 
GeneralRe: freelance job in ASP.net with C# Pin
leckey21-Aug-08 3:54
leckey21-Aug-08 3:54 
GeneralRe: freelance job in ASP.net with C# Pin
Paul Conrad21-Aug-08 17:03
professionalPaul Conrad21-Aug-08 17:03 
GeneralRe: freelance job in ASP.net with C# Pin
Christian Graus21-Aug-08 2:55
protectorChristian Graus21-Aug-08 2:55 
GeneralRe: freelance job in ASP.net with C# Pin
Tripathi Swati21-Aug-08 3:12
Tripathi Swati21-Aug-08 3:12 
GeneralRe: freelance job in ASP.net with C# Pin
Abhishek Sur21-Aug-08 3:15
professionalAbhishek Sur21-Aug-08 3:15 
GeneralRe: freelance job in ASP.net with C# Pin
Christian Graus21-Aug-08 3:21
protectorChristian Graus21-Aug-08 3:21 
GeneralRe: freelance job in ASP.net with C# Pin
Paul Conrad21-Aug-08 17:04
professionalPaul Conrad21-Aug-08 17:04 
Questionregarding the error message..... Pin
Sasmi_Office21-Aug-08 2:22
Sasmi_Office21-Aug-08 2:22 
AnswerRe: regarding the error message..... Pin
Christian Graus21-Aug-08 2:24
protectorChristian Graus21-Aug-08 2:24 
AnswerRe: regarding the error message..... Pin
Subin Alex21-Aug-08 2:51
Subin Alex21-Aug-08 2:51 
QuestionBad sort column value returned when editing in a ReorderList control Pin
gibby1047221-Aug-08 2:22
gibby1047221-Aug-08 2:22 
AnswerRe: Bad sort column value returned when editing in a ReorderList control Pin
gibby1047221-Aug-08 8:57
gibby1047221-Aug-08 8:57 
I found a solution that works for me. It would appear that each column in the SET clause of the UPDATE statement needs to be bound to a control in the EditItemTemplate. When I changed it from this:

<edititemtemplate>
<asp:textbox id="TextBox2" runat="server" text="<%# Bind( " name"="" )="" %&gt;"="" xmlns:asp="#unknown">
<asp:linkbutton id="LinkButton3" runat="server" text="Update" commandname="Update" xmlns:asp="#unknown">
<asp:linkbutton id="LinkButton4" runat="server" text="Cancel" commandname="Cancel" causesvalidation="false" xmlns:asp="#unknown">


to this:

<edititemtemplate>
<asp:textbox id="TextBox2" runat="server" text="<%# Bind( " name"="" )="" %&gt;"="" xmlns:asp="#unknown">

<asp:textbox id="TextBox1" runat="server" text="<%# Bind( " disporder"="" )="" %&gt;"="" visible="false" xmlns:asp="#unknown">

<asp:linkbutton id="LinkButton3" runat="server" text="Update" commandname="Update" xmlns:asp="#unknown">
<asp:linkbutton id="LinkButton4" runat="server" text="Cancel" commandname="Cancel" causesvalidation="false" xmlns:asp="#unknown">


it worked like a champ.
GeneralCMS for Small Businesses Pin
Brady Kelly21-Aug-08 1:52
Brady Kelly21-Aug-08 1:52 
GeneralRe: CMS for Small Businesses Pin
N a v a n e e t h21-Aug-08 2:08
N a v a n e e t h21-Aug-08 2:08 
QuestionCheck box change event in grid view..., [modified] Pin
Member 387988121-Aug-08 1:36
Member 387988121-Aug-08 1:36 
AnswerRe: Check box change event in grid view..., Pin
Christian Graus21-Aug-08 1:45
protectorChristian Graus21-Aug-08 1:45 
GeneralRe: Check box change event in grid view..., Pin
Member 387988121-Aug-08 1:50
Member 387988121-Aug-08 1:50 
GeneralRe: Check box change event in grid view..., Pin
Christian Graus21-Aug-08 1:53
protectorChristian Graus21-Aug-08 1:53 
QuestionDebug link erros Pin
curiel4421-Aug-08 0:43
curiel4421-Aug-08 0:43 

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.