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

ASP.NET

 
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 
AnswerRe: Debug link erros Pin
Christian Graus21-Aug-08 0:47
protectorChristian Graus21-Aug-08 0:47 
Question_eventtarget not null in asp.net c# Pin
RuviniPerera21-Aug-08 0:37
RuviniPerera21-Aug-08 0:37 
AnswerRe: _eventtarget not null in asp.net c# Pin
Brij21-Aug-08 2:22
mentorBrij21-Aug-08 2:22 
QuestionHOW CAN I PLACE A HTML PAGE IN CONTENT PLACE HOLDER OF MASTER PAGE Pin
TARAK NATH ROY21-Aug-08 0:15
TARAK NATH ROY21-Aug-08 0:15 
AnswerRe: HOW CAN I PLACE A HTML PAGE IN CONTENT PLACE HOLDER OF MASTER PAGE Pin
Christian Graus21-Aug-08 0:33
protectorChristian Graus21-Aug-08 0:33 
AnswerRe: HOW CAN I PLACE A HTML PAGE IN CONTENT PLACE HOLDER OF MASTER PAGE Pin
Nirandas21-Aug-08 2:45
Nirandas21-Aug-08 2:45 
QuestionPrint icon is not display in report viewer Pin
Guvera20-Aug-08 23:50
Guvera20-Aug-08 23:50 
AnswerRe: Print icon is not display in report viewer Pin
Blue_Boy21-Aug-08 0:16
Blue_Boy21-Aug-08 0:16 
GeneralRe: Print icon is not display in report viewer Pin
Guvera21-Aug-08 0:36
Guvera21-Aug-08 0:36 
QuestionPopulate Dropdownlist in GridView EditItem [modified] Pin
Bardy8520-Aug-08 23:06
Bardy8520-Aug-08 23:06 

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.