CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: Yash_mca

Search: Search took 0.02 seconds.

  1. Replies
    5
    Views
    575

    ya , but Isvalid.value returns a DBNull ? why?...

    ya ,
    but Isvalid.value returns a DBNull ?
    why?
    can u solve this?

    and there is no schema define for it
  2. Replies
    5
    Views
    575

    ya , but Isvalid.value returns a DBNull ? why?...

    ya ,
    but Isvalid.value returns a DBNull ?
    why?
    can u solve this?
  3. Replies
    5
    Views
    575

    Please help about sqlparameter

    i am using sql parameters for authenticat login and password but the porble is here an error ocurs "Specific casting not valid"
    see the code


    public bool Authenticate(string user, string pass) ...
  4. Replies
    0
    Views
    1,836

    asp.net and cryreport 9

    i am using asp.net and crysteal reort viewer for crystal report 9 ,
    now how can i customize my browser crystal report it show big ppage and when id do 75% then it s page index change
  5. Replies
    1
    Views
    949

    I have done it

    Please do the following things in the event of update command


    Dim txtCustomerId As TextBox = CType(e.Item.Cells(3).Controls(0), TextBox)
    Dim txtShipName As TextBox =...
  6. Replies
    1
    Views
    949

    Update Command in DataGrid

    Hey ,
    i am using datagrid and i want to update the data by updating the grid text box values now how can i asign the values from grid and update data in visual studio .net
Results 1 to 6 of 6





Click Here to Expand Forum to Full Width

Featured