Click here to Skip to main content
15,891,136 members

Comments by jessicachen12 (Top 16 by date)

jessicachen12 19-Apr-13 11:33am View    
Thank you for replying me! In fact, I tried to run a SqlStringCommand not a stored porcedure...Also, as you can see, I did "set chained off" below. The real problem is, if I set chined off in transaction, the transaction just doesn't work, and if I set chined off outside the transaction, the errors then shows...
jessicachen12 17-Apr-13 5:31am View    
thank you, I solved this problem. In fact, it just needs to add "e.Handle" below like this:
PasteData(Clipboard.GetText());
e.Handled = true;

which means I will handle with all enters.
jessicachen12 12-Mar-13 11:25am View    
I used : callbackPanelDetail.SetWidth('200'), but it just didn't work :(
jessicachen12 12-Mar-13 11:05am View    
yes...but I just don't understand...which root documentation I should look at?
jessicachen12 13-Sep-12 11:28am View    
the error comes from Line 265.