Click here to Skip to main content
15,907,328 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionupdate dataset Pin
$h@ma!|@18-Jul-07 20:49
$h@ma!|@18-Jul-07 20:49 
AnswerRe: update dataset Pin
N a v a n e e t h18-Jul-07 21:07
N a v a n e e t h18-Jul-07 21:07 
$h@ma!|@ wrote:
what should i do as the dataadpter and dataset are declared behind the other button??
is there any other option


In this method you won't get DataSet object in Update button click since it is declared in the View button click. So what you can do is, create a new dataset from the user entered values and update that to DB. Or store the dataset in session temporarily, and in update button click modify the dataset records and call DataAdapter.Update() method.


GeneralRe: update dataset Pin
$h@ma!|@18-Jul-07 22:59
$h@ma!|@18-Jul-07 22:59 
QuestionTracking client machine Pin
Deepak Gedia18-Jul-07 20:43
Deepak Gedia18-Jul-07 20:43 
AnswerRe: Tracking client machine Pin
N a v a n e e t h18-Jul-07 20:57
N a v a n e e t h18-Jul-07 20:57 
GeneralRe: Tracking client machine Pin
Deepak Gedia19-Jul-07 1:47
Deepak Gedia19-Jul-07 1:47 
GeneralRe: Tracking client machine Pin
N a v a n e e t h19-Jul-07 18:12
N a v a n e e t h19-Jul-07 18:12 
QuestionStore a data table specific to user Pin
anujose18-Jul-07 20:40
anujose18-Jul-07 20:40 
AnswerRe: Store a data table specific to user Pin
N a v a n e e t h18-Jul-07 20:48
N a v a n e e t h18-Jul-07 20:48 
GeneralRe: Store a data table specific to user Pin
anujose18-Jul-07 20:53
anujose18-Jul-07 20:53 
GeneralRe: Store a data table specific to user Pin
N a v a n e e t h18-Jul-07 20:59
N a v a n e e t h18-Jul-07 20:59 
Questionphoto gallery Pin
Milind Panchal18-Jul-07 20:40
Milind Panchal18-Jul-07 20:40 
AnswerRe: photo gallery Pin
Vasudevan Deepak Kumar18-Jul-07 23:01
Vasudevan Deepak Kumar18-Jul-07 23:01 
QuestionRecommend Color Picker Pin
totocaster18-Jul-07 20:40
totocaster18-Jul-07 20:40 
AnswerRe: Recommend Color Picker Pin
N a v a n e e t h18-Jul-07 20:47
N a v a n e e t h18-Jul-07 20:47 
QuestionRe: Recommend Color Picker Pin
totocaster18-Jul-07 21:35
totocaster18-Jul-07 21:35 
AnswerRe: Recommend Color Picker Pin
N a v a n e e t h18-Jul-07 22:39
N a v a n e e t h18-Jul-07 22:39 
AnswerRe: Recommend Color Picker Pin
Vasudevan Deepak Kumar18-Jul-07 23:00
Vasudevan Deepak Kumar18-Jul-07 23:00 
AnswerRe: Recommend Color Picker Pin
totocaster18-Jul-07 23:32
totocaster18-Jul-07 23:32 
Questionrepots in asp.net Pin
Sonia Gupta18-Jul-07 20:29
Sonia Gupta18-Jul-07 20:29 
AnswerRe: repots in asp.net Pin
Vasudevan Deepak Kumar18-Jul-07 23:03
Vasudevan Deepak Kumar18-Jul-07 23:03 
GeneralRe: repots in asp.net Pin
Sonia Gupta18-Jul-07 23:06
Sonia Gupta18-Jul-07 23:06 
GeneralRe: repots in asp.net Pin
Vasudevan Deepak Kumar18-Jul-07 23:57
Vasudevan Deepak Kumar18-Jul-07 23:57 
AnswerRe: repots in asp.net Pin
ballameharmurali18-Jul-07 23:08
ballameharmurali18-Jul-07 23:08 
QuestionGridView Problem.. Pin
DKalepu18-Jul-07 19:58
DKalepu18-Jul-07 19:58 

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.