Click here to Skip to main content
15,912,400 members
Home / Discussions / C#
   

C#

 
GeneralRe: ServerVersion Exception being thrown Pin
Abhijit Jana24-Jul-09 9:03
professionalAbhijit Jana24-Jul-09 9:03 
GeneralRe: ServerVersion Exception being thrown Pin
MWRivera24-Jul-09 9:08
MWRivera24-Jul-09 9:08 
GeneralRe: [Message Deleted] Pin
Abhijit Jana24-Jul-09 8:43
professionalAbhijit Jana24-Jul-09 8:43 
GeneralRe: [Message Deleted] Pin
MWRivera24-Jul-09 8:53
MWRivera24-Jul-09 8:53 
AnswerRe: ServerVersion Exception being thrown Pin
MWRivera27-Jul-09 4:12
MWRivera27-Jul-09 4:12 
Questionproblem in DELETING rows from gridview and database table using a check box column and a DELETE button. Pin
Omar Akhtar Sheikh24-Jul-09 6:26
Omar Akhtar Sheikh24-Jul-09 6:26 
AnswerRe: problem in DELETING rows from gridview and database table using a check box column and a DELETE button. Pin
Abhijit Jana24-Jul-09 6:49
professionalAbhijit Jana24-Jul-09 6:49 
AnswerRe: problem in DELETING rows from gridview and database table using a check box column and a DELETE button. Pin
SilimSayo24-Jul-09 7:27
SilimSayo24-Jul-09 7:27 
You have
SqlTransaction tran = con.BeginTransaction();

but no commit statement.... that may not be exactly the reason why your code fails but it is odd that you have BeginTransaction without CommitTransaction or Rollback.

Secondly, after doing edits to the datagrid, unless you save changes to database, you can't delete them from the database. You can only remove them from the data grid
QuestionGetting Keystrokes even when the program is minimized Pin
Wamuti24-Jul-09 6:19
Wamuti24-Jul-09 6:19 
AnswerRe: Getting Keystrokes even when the program is minimized Pin
mypicturefaded24-Jul-09 6:22
mypicturefaded24-Jul-09 6:22 
AnswerRe: Getting Keystrokes even when the program is minimized Pin
DaveyM6924-Jul-09 6:23
professionalDaveyM6924-Jul-09 6:23 
Questionquery wizard Pin
mohammad alnoed24-Jul-09 5:55
mohammad alnoed24-Jul-09 5:55 
AnswerRe: query wizard Pin
Abhijit Jana24-Jul-09 6:26
professionalAbhijit Jana24-Jul-09 6:26 
GeneralRe: query wizard Pin
mohammad alnoed24-Jul-09 8:13
mohammad alnoed24-Jul-09 8:13 
GeneralRe: query wizard Pin
Abhijit Jana24-Jul-09 8:25
professionalAbhijit Jana24-Jul-09 8:25 
QuestionDoes anyone know any open source C# implementation of XAML Object Mapping Specification? Pin
Michael Sync24-Jul-09 5:35
Michael Sync24-Jul-09 5:35 
AnswerRe: Does anyone know any open source C# implementation of XAML Object Mapping Specification? Pin
BillWoodruff24-Jul-09 22:25
professionalBillWoodruff24-Jul-09 22:25 
GeneralRe: Does anyone know any open source C# implementation of XAML Object Mapping Specification? Pin
Michael Sync24-Jul-09 22:34
Michael Sync24-Jul-09 22:34 
QuestionProblem in datagridview datetimepicker column. Pin
priyamtheone24-Jul-09 5:24
priyamtheone24-Jul-09 5:24 
AnswerRe: Problem in datagridview datetimepicker column. Pin
Muhammad Mazhar24-Jul-09 5:47
Muhammad Mazhar24-Jul-09 5:47 
GeneralRe: Problem in datagridview datetimepicker column. Pin
priyamtheone24-Jul-09 6:55
priyamtheone24-Jul-09 6:55 
QuestionCreating a completely unclickable WebBrowser Pin
SimpleData24-Jul-09 3:29
SimpleData24-Jul-09 3:29 
AnswerRe: Creating a completely unclickable WebBrowser Pin
musefan24-Jul-09 3:33
musefan24-Jul-09 3:33 
AnswerRe: Creating a completely unclickable WebBrowser Pin
Mike Ellison24-Jul-09 3:42
Mike Ellison24-Jul-09 3:42 
GeneralRe: Creating a completely unclickable WebBrowser Pin
SimpleData24-Jul-09 4:08
SimpleData24-Jul-09 4:08 

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.