Click here to Skip to main content
15,921,226 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Problem in showing Alert Box Pin
nagendrathecoder8-Sep-09 19:47
nagendrathecoder8-Sep-09 19:47 
GeneralRe: Problem in showing Alert Box Pin
Christian Graus8-Sep-09 19:50
protectorChristian Graus8-Sep-09 19:50 
GeneralRe: Problem in showing Alert Box Pin
Christian Graus8-Sep-09 19:42
protectorChristian Graus8-Sep-09 19:42 
GeneralRe: Problem in showing Alert Box Pin
nagendrathecoder8-Sep-09 19:54
nagendrathecoder8-Sep-09 19:54 
GeneralRe: Problem in showing Alert Box Pin
Christian Graus8-Sep-09 19:56
protectorChristian Graus8-Sep-09 19:56 
AnswerRe: Problem in showing Alert Box Pin
nagendrathecoder8-Sep-09 20:16
nagendrathecoder8-Sep-09 20:16 
GeneralRe: Problem in showing Alert Box Pin
nagendrathecoder8-Sep-09 20:40
nagendrathecoder8-Sep-09 20:40 
Questionwhen and why to use Dataset.accpetchanges() Pin
amittinku8-Sep-09 18:22
amittinku8-Sep-09 18:22 
If any row gets changed, deleted, added etc in dataset and we use DataSet.Acceptchanges(), then all the changes committed in dataset. The RowState property of each DataRow also changes; Added and Modified rows become Unchanged, and Deleted rows are removed.
After DataSet.Acceptchanges(), no row is in changed position now. Now after this if we want to transfer the changes to live database, it will not happen because dataset is showing that no changes have taken place in it.
So make sure that you don’t use DataSet.Acceptchanges() if you want to transfer the changes to live database.


So when and why to use Dataset.accpetchanges()
QuestionError when trying to open webpage Pin
fattycode8-Sep-09 15:33
fattycode8-Sep-09 15:33 
AnswerRe: Error when trying to open webpage Pin
Christian Graus8-Sep-09 15:54
protectorChristian Graus8-Sep-09 15:54 
GeneralRe: Error when trying to open webpage Pin
fattycode8-Sep-09 21:39
fattycode8-Sep-09 21:39 
Questionwebsite appearance Pin
hasani20078-Sep-09 10:48
hasani20078-Sep-09 10:48 
AnswerRe: website appearance Pin
Abhijit Jana8-Sep-09 11:09
professionalAbhijit Jana8-Sep-09 11:09 
AnswerRe: website appearance Pin
Abhishek Sur8-Sep-09 12:25
professionalAbhishek Sur8-Sep-09 12:25 
QuestionExplanation needed Pin
vishwjeet8-Sep-09 10:38
vishwjeet8-Sep-09 10:38 
AnswerRe: Explanation needed Pin
Christian Graus8-Sep-09 11:16
protectorChristian Graus8-Sep-09 11:16 
GeneralRe: Explanation needed Pin
vishwjeet8-Sep-09 11:27
vishwjeet8-Sep-09 11:27 
GeneralRe: Explanation needed Pin
Christian Graus8-Sep-09 11:43
protectorChristian Graus8-Sep-09 11:43 
Questionproblem of saving multiline text into SQL table Pin
Seraph_summer8-Sep-09 9:49
Seraph_summer8-Sep-09 9:49 
AnswerRe: problem of saving multiline text into SQL table Pin
Abhijit Jana8-Sep-09 10:23
professionalAbhijit Jana8-Sep-09 10:23 
AnswerRe: problem of saving multiline text into SQL table Pin
Abhishek Sur8-Sep-09 11:13
professionalAbhishek Sur8-Sep-09 11:13 
QuestionHow to handle sms on web Pin
tina sharma8-Sep-09 7:57
tina sharma8-Sep-09 7:57 
AnswerRe: How to handle sms on web Pin
dan!sh 8-Sep-09 8:09
professional dan!sh 8-Sep-09 8:09 
GeneralRe: How to handle sms on web Pin
tina sharma8-Sep-09 8:33
tina sharma8-Sep-09 8:33 
Questionhow to identify the duplicate records in sql server 2005 Pin
praveenkumar_vittaboina8-Sep-09 6:37
praveenkumar_vittaboina8-Sep-09 6:37 

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.