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

Search:

Type: Posts; User: ahmed.salah

Search: Search took 0.04 seconds.

  1. How to create excel sheet with multiple sheet name based on modules ?

    I work on c# desktop app I Can't export data to excel file with multiple tab(multi sheet).

    only that i can do create excel file with only sheet based on data exist on data table module field.

    I...
  2. Re: How modify function GetSelectStatement to generate sql select statement ?

    thank you for reply but suppose some of fields or one field exist on two tables it will not work and it will give ambigous column name can you please help me generating inner join select statement by...
  3. How modify function GetSelectStatement to generate sql select statement ?

    I need to modify GetSelectStatement to generate select statment below :



    select FooterTable.ItemCode,FooterTable.Quantity,FooterTable.UniPrice from

    MasterTable inner join FooterTable on...
  4. How to use middle war to get next request asp.net core 2 ?

    How to get next request pipeline in case of token success .

    suppose i need to get data from action result get request by post man

    Code:

    [HttpGet(Contracts.ApiRoutes.Security.GetUserMenus)] ...
  5. Re: cannot convert details array from json file to generate insert statement and when

    can you help me make insert statement for details also with master
  6. cannot convert details array from json file to generate insert statement and when rea

    cannot convert details array from json file to generate insert statement and when reading from file to generate insert statement for details it give error

    Accessed J Array values with invalid key...
Results 1 to 6 of 6





Click Here to Expand Forum to Full Width

Featured