Click here to Skip to main content
15,909,897 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: help to get value of a dynamic tabelcell Pin
Herman<T>.Instance14-Jul-08 22:56
Herman<T>.Instance14-Jul-08 22:56 
GeneralRe: help to get value of a dynamic tabelcell Pin
michael_jhons14-Jul-08 23:22
michael_jhons14-Jul-08 23:22 
QuestionDataGrid edit not effecting the DataSource Pin
AlonYair14-Jul-08 7:36
AlonYair14-Jul-08 7:36 
AnswerRe: DataGrid edit not effecting the DataSource Pin
Herman<T>.Instance14-Jul-08 10:24
Herman<T>.Instance14-Jul-08 10:24 
GeneralRe: DataGrid edit not effecting the DataSource Pin
AlonYair14-Jul-08 10:37
AlonYair14-Jul-08 10:37 
GeneralRe: DataGrid edit not effecting the DataSource Pin
Herman<T>.Instance14-Jul-08 11:08
Herman<T>.Instance14-Jul-08 11:08 
GeneralRe: DataGrid edit not effecting the DataSource Pin
AlonYair14-Jul-08 12:12
AlonYair14-Jul-08 12:12 
GeneralRe: DataGrid edit not effecting the DataSource Pin
Herman<T>.Instance14-Jul-08 19:31
Herman<T>.Instance14-Jul-08 19:31 
It is very simple.

You are in disconnected state with the database. So after changing data in the gridview you have to change the data in the database. The webservice retrieves it data from the database. So after a change your webservice seems to run a type of reload data from the database.

After a change in a gridview you have to update the data in database.

your working order is:
Load data from database
Bind it to the grid
Edit a row
Update the data from the row in the database (You can use .SelectedValue property to see the DataKeyName and/or DataKeyValue. In that case you can update the row with the SelectedValue als key for the where)
After updating you load data again from the database
GeneralRe: DataGrid edit not effecting the DataSource Pin
AlonYair14-Jul-08 23:39
AlonYair14-Jul-08 23:39 
GeneralRe: DataGrid edit not effecting the DataSource Pin
Herman<T>.Instance14-Jul-08 23:52
Herman<T>.Instance14-Jul-08 23:52 
QuestionConvert a web application asp.net c# into a console app c# using visual studio 2008? Pin
DeanCook14-Jul-08 5:19
DeanCook14-Jul-08 5:19 
AnswerRe: Convert a web application asp.net c# into a console app c# using visual studio 2008? Pin
led mike14-Jul-08 6:20
led mike14-Jul-08 6:20 
GeneralRe: Convert a web application asp.net c# into a console app c# using visual studio 2008? Pin
DeanCook14-Jul-08 6:27
DeanCook14-Jul-08 6:27 
GeneralRe: Convert a web application asp.net c# into a console app c# using visual studio 2008? Pin
led mike14-Jul-08 7:49
led mike14-Jul-08 7:49 
GeneralRe: Convert a web application asp.net c# into a console app c# using visual studio 2008? Pin
Pete O'Hanlon14-Jul-08 10:32
mvePete O'Hanlon14-Jul-08 10:32 
GeneralRe: Convert a web application asp.net c# into a console app c# using visual studio 2008? Pin
led mike14-Jul-08 10:56
led mike14-Jul-08 10:56 
RantRe: Convert a web application asp.net c# into a console app c# using visual studio 2008? Pin
DeanCook14-Jul-08 22:19
DeanCook14-Jul-08 22:19 
GeneralRe: Convert a web application asp.net c# into a console app c# using visual studio 2008? Pin
led mike15-Jul-08 5:25
led mike15-Jul-08 5:25 
GeneralRe: Convert a web application asp.net c# into a console app c# using visual studio 2008? Pin
DeanCook15-Jul-08 22:20
DeanCook15-Jul-08 22:20 
GeneralRe: Convert a web application asp.net c# into a console app c# using visual studio 2008? Pin
led mike16-Jul-08 10:14
led mike16-Jul-08 10:14 
AnswerRe: Convert a web application asp.net c# into a console app c# using visual studio 2008? Pin
DeanCook15-Jul-08 22:23
DeanCook15-Jul-08 22:23 
Questionajax toolkit modal window Pin
ToddHileHoffer14-Jul-08 5:14
ToddHileHoffer14-Jul-08 5:14 
AnswerRe: ajax toolkit modal window Pin
leoinfo14-Jul-08 5:25
leoinfo14-Jul-08 5:25 
GeneralRe: ajax toolkit modal window Pin
ToddHileHoffer14-Jul-08 6:06
ToddHileHoffer14-Jul-08 6:06 
QuestionHow can I get rowindex in gridview ? Pin
kimo code14-Jul-08 5:06
kimo code14-Jul-08 5: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.