Click here to Skip to main content
15,883,901 members
Home / Discussions / C#
   

C#

 
AnswerRe: CP Functionality Request Pin
Ravi Bhavnani29-Jan-06 9:25
professionalRavi Bhavnani29-Jan-06 9:25 
Questionpicturebox binding Pin
balkang29-Jan-06 5:58
balkang29-Jan-06 5:58 
AnswerRe: picturebox binding Pin
tarasn29-Jan-06 21:34
tarasn29-Jan-06 21:34 
QuestionTable Adapter is not really updating the database Pin
emran83429-Jan-06 5:35
emran83429-Jan-06 5:35 
QuestionMultiple selection listview - how to tell which item was selected last Pin
shubi29-Jan-06 5:08
shubi29-Jan-06 5:08 
AnswerRe: Multiple selection listview - how to tell which item was selected last Pin
S. Senthil Kumar29-Jan-06 8:30
S. Senthil Kumar29-Jan-06 8:30 
GeneralRe: Multiple selection listview - how to tell which item was selected last Pin
michaelbaylon30-Jan-06 3:58
michaelbaylon30-Jan-06 3:58 
Questionupdate problem Pin
kings_129-Jan-06 3:18
kings_129-Jan-06 3:18 
hi there ,

in my program i have the Order Form (win Form)
in this form i have some textbox and grid

know the grid is bound the a dataset on the grid i have some filds like productID,Qunataty,UnitPrice,Total

i am filling all the data on the Form and the order is insert well to the db

now if i want to change something in this particular order i select the order detiles from the db by OrderId num
an all the order detiles are displayd on the Form

the problem is when i want to add products to the order
the product detiles that is bound to the datagrid is updated but the OrderId is not

this is the code :

if(dsOrdersDetiles1.HasChanges()==true)
{


AdOrdersDetiles.Update(dsOrdersDetiles1.Tables[0]); //only the data in the grid is update but i need the OrderId to be update in the same row .


}


how can i update order detiles when the filds are not bound ?





QuestionWaitForExit() Give me Error ( Another installation is in Progress ) Pin
Amal ElHosseiny29-Jan-06 2:24
Amal ElHosseiny29-Jan-06 2:24 
QuestionDelete Temporary Internet Files using c# Pin
realmontanakid29-Jan-06 1:58
realmontanakid29-Jan-06 1:58 
AnswerRe: Delete Temporary Internet Files using c# Pin
Guffa29-Jan-06 2:55
Guffa29-Jan-06 2:55 
GeneralRe: Delete Temporary Internet Files using c# Pin
realmontanakid29-Jan-06 3:05
realmontanakid29-Jan-06 3:05 
AnswerRe: Delete Temporary Internet Files using c# Pin
Guffa29-Jan-06 3:40
Guffa29-Jan-06 3:40 
AnswerRe: Delete Temporary Internet Files using c# Pin
usernamed29-Jan-06 9:42
usernamed29-Jan-06 9:42 
AnswerRe: Delete Temporary Internet Files using c# Pin
tarasn29-Jan-06 3:48
tarasn29-Jan-06 3:48 
QuestionISDN control through C# Pin
Mustafa Ismail Mustafa28-Jan-06 22:39
Mustafa Ismail Mustafa28-Jan-06 22:39 
QuestionVoice Chat,Audio Streaming Pin
User 209307328-Jan-06 20:42
User 209307328-Jan-06 20:42 
AnswerRe: Voice Chat,Audio Streaming Pin
Dario Solera29-Jan-06 6:37
Dario Solera29-Jan-06 6:37 
GeneralRe: Voice Chat,Audio Streaming Pin
User 209307330-Jan-06 1:03
User 209307330-Jan-06 1:03 
Questionsaving image files from child forms Pin
edel_ong28-Jan-06 19:08
edel_ong28-Jan-06 19:08 
AnswerRe: saving image files from child forms Pin
CWIZO29-Jan-06 0:03
CWIZO29-Jan-06 0:03 
Questionweb browser Pin
sianatia28-Jan-06 18:37
sianatia28-Jan-06 18:37 
QuestionWeb Service Directory Pin
Guinness4Strength28-Jan-06 17:30
Guinness4Strength28-Jan-06 17:30 
AnswerRe: Web Service Directory Pin
Dave Kreskowiak28-Jan-06 19:02
mveDave Kreskowiak28-Jan-06 19:02 
GeneralRe: Web Service Directory Pin
Guinness4Strength29-Jan-06 4:46
Guinness4Strength29-Jan-06 4:46 

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.