Composite primary keys having problom in loading...

Locked Composite primary keys having problom in loading...

  • 24 Juli 2012 15:44
     
     
    i have the table wich have composite primary keys... for a where condition i m loading it into a datagrid also datagrid have additional columns that need to add the whole datagrid view datas to another table... but when running the form... data retrieving perfectly but giving me error mesage as some columns are having null values... but tables doesnt have any null values... any ideas... to handle this?

Semua Balasan

  • 25 Juli 2012 5:57
    Moderator
     
     

    Hi andrewpraveen,

    Welcome to the MSDN forum.

    This is a VB IDE forum. Your topic about datagrid issue is out of scope here. Pay attention that datagrid is a Web UI control. If this is an ASP.Net issue, please connect the ASP.net forums with this link: http://forums.asp.net/. If this is a VB.Net issue, I will move this thread to VB general forum and please show the code about your issue at the same time.

    I look forward your reply.


    Mark Liu-lxf [MSFT]
    MSDN Community Support | Feedback to us

  • 29 Juli 2012 2:28
     
     Jawab

    I m concerning about grid view control in the visual studio IDE (vb.net).

    Finally I manage it by enforcing the data constrains set to false. Now its perfectly working with my wish.

    • Ditandai sebagai Jawaban oleh andrewpraveen 29 Juli 2012 2:28
    •