asp.net - Read aspx page data in Android app -
asp.net - Read aspx page data in Android app -
my android app need read info aspx page.
the aspx page expects values user. when user clicks "go" button, calculation , provides 3 different values.
my app needs read these values after calculated. please suggest method accomplish this. googled answers , couldn't find conclusive answer.
how server handle go button? can utilize packet sniffer wireshark , seek capture packet send server performs 'go' operation. can mimic packet , send similar packets server application.
depending on format of values returned, can parse info returned request issued packet sent.
android asp.net
Comments
Post a Comment