Click here to Skip to main content
15,886,664 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: binding of dropdownlist Pin
N a v a n e e t h30-Oct-07 21:10
N a v a n e e t h30-Oct-07 21:10 
GeneralRe: binding of dropdownlist Pin
deepalititi30-Oct-07 21:46
deepalititi30-Oct-07 21:46 
AnswerRe: binding of dropdownlist Pin
M_Menon30-Oct-07 21:11
M_Menon30-Oct-07 21:11 
QuestionUpdating ASP.NET Grid Pin
JacquesDP30-Oct-07 21:03
JacquesDP30-Oct-07 21:03 
AnswerRe: Updating ASP.NET Grid Pin
N a v a n e e t h30-Oct-07 21:09
N a v a n e e t h30-Oct-07 21:09 
GeneralRe: Updating ASP.NET Grid Pin
JacquesDP30-Oct-07 21:11
JacquesDP30-Oct-07 21:11 
GeneralRe: Updating ASP.NET Grid Pin
N a v a n e e t h30-Oct-07 21:14
N a v a n e e t h30-Oct-07 21:14 
GeneralRe: Updating ASP.NET Grid Pin
JacquesDP30-Oct-07 21:26
JacquesDP30-Oct-07 21:26 
I set the update on the GridView itself.

<asp:GridView ID="gdWebsites" runat="server" AllowPaging="True" AllowSorting="True" DataSourceID="SqlDataSource1" AutoGenerateEditButton="true" OnRowUpdated="gdWebsites_RowUpdated" AutoGenerateColumns="false">

The thing is that the previous code I posted works and updates the values, but once I change it as follow :

<Columns>
<asp:BoundField ReadOnly="true" HeaderText="ID" DataField="websiteid" NullDisplayText="N/A" />
<asp:BoundField ReadOnly="false" HeaderText="Name" DataField="websitename" NullDisplayText="N/A" />
<asp:BoundField ReadOnly="false" HeaderText="URL" DataField="weburl" NullDisplayText="N/A" />
</Columns>

it gives me the text boxes to change, but once I click update no changes are made

No matter how long he who laughs last laughs, he who laughs first has a head start!

GeneralRe: Updating ASP.NET Grid Pin
N a v a n e e t h30-Oct-07 21:35
N a v a n e e t h30-Oct-07 21:35 
GeneralRe: Updating ASP.NET Grid Pin
JacquesDP30-Oct-07 21:36
JacquesDP30-Oct-07 21:36 
GeneralRe: Updating ASP.NET Grid Pin
JacquesDP31-Oct-07 19:46
JacquesDP31-Oct-07 19:46 
Questionunable to start debugging on web server. the underlying connection was clossed Pin
suveenmohan30-Oct-07 21:02
suveenmohan30-Oct-07 21:02 
AnswerRe: unable to start debugging on web server. the underlying connection was clossed Pin
M_Menon30-Oct-07 21:22
M_Menon30-Oct-07 21:22 
Questionhow to load picture in data base Pin
kanza azhar30-Oct-07 20:59
kanza azhar30-Oct-07 20:59 
AnswerRe: how to load picture in data base Pin
soni uma30-Oct-07 21:35
soni uma30-Oct-07 21:35 
QuestionHow implement a Ajax.Net Pin
Rinki Mukheraji30-Oct-07 20:58
Rinki Mukheraji30-Oct-07 20:58 
AnswerRe: How implement a Ajax.Net Pin
Saksida Bojan30-Oct-07 21:05
Saksida Bojan30-Oct-07 21:05 
AnswerRe: How implement a Ajax.Net Pin
N a v a n e e t h30-Oct-07 21:06
N a v a n e e t h30-Oct-07 21:06 
AnswerRe: How implement a Ajax.Net Pin
Piyush Vardhan Singh30-Oct-07 22:22
Piyush Vardhan Singh30-Oct-07 22:22 
Questionto get javascript variabl in codebehind Pin
P_Elza30-Oct-07 20:45
P_Elza30-Oct-07 20:45 
AnswerRe: to get javascript variabl in codebehind Pin
N a v a n e e t h30-Oct-07 21:25
N a v a n e e t h30-Oct-07 21:25 
AnswerRe: to get javascript variabl in codebehind Pin
Prateek G30-Oct-07 21:27
Prateek G30-Oct-07 21:27 
Questionhow to get calling object using javascript ************** Pin
VenkataRamana.Gali30-Oct-07 20:36
VenkataRamana.Gali30-Oct-07 20:36 
AnswerRe: how to get calling object using javascript ************** Pin
Prateek G30-Oct-07 21:39
Prateek G30-Oct-07 21:39 
QuestionUnable to start debugging on webserver Pin
sonigirish30-Oct-07 20:29
sonigirish30-Oct-07 20:29 

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.