User Profile

Collapse

Profile Sidebar

Collapse
ahmedsa
ahmedsa
Last Activity: Feb 22 '20, 12:03 AM
Joined: Jan 23 '14
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • How to return value of Longitude and latitude from json using angular 7?

    How to return value of Longitude and latitude from json using angular 7?

    my url as following :

    http://192.168.7.xxx:9 200/location/_doc/27737

    json returned from url above is :

    Code:
    {"_index":"location","_type":"_doc","_id":"27737","_version":1,"_seq_no":5577,"_primary_term":1,"found":true,"_source":{"Locid":27737,"GPS1":"25.0173,
    ...
    See more | Go to post

  • can any one help me answer question above
    See more | Go to post

    Leave a comment:


  • How to get label text from table reference on database based on Table Name

    SummaryProblem
    =============

    How to get label text from table reference on database based on TableName and FieldName dynamically from database and show on view createEmployee .

    Details Problem

    Meaning i need to get label text dynamically from database not static from model

    SO that Every Time i need to change text of label i will change it from database depend on reference table...
    See more | Go to post

  • Specific cast is not valid in linq query when compare two tables

    Specific cast is not valid in linq query when compare two tables
    Problem

    Error display in linq query "specific cast is not valid" at System.Data.Dat aRowExtensions. UnboxT`1.ValueF ield(Object value) at System.Data.Dat aRowExtensions. Field[T](DataRow row, String columnName)


    LinqQuery give error



    Code:
    var query1 = (from x in table1.AsEnumerable()
    join y in table2.AsEnumerable()
    ...
    See more | Go to post

  • How to split data when qr code reader device read c#?

    Problem

    cannot split data received by reading qr to text boxes when read qr code data ?

    Details

    I have device reader to qr code i only connect USB to computer then

    create text file and open it to receive data and read qr then receive data

    to this file and it work success .

    I work in windows form application c# visual studio 2015

    I need to receive...
    See more | Go to post
No activity results to display
Show More
Working...