Hello,
I wrote a .NET web application for use in my apps. DB and WebApp is in my website. I'm sending data with url, it writes into table and also reading data with url and data is written to page. But I don't know how to read page.
I'm using these URLs for read and write data.
Read : http://localhost:5232/Page1.aspx?ID=001A
Write : http://localhost:5232/Page2.aspx?VALUE=20&ID=001A
I read data with URL and page displays me 111 222 333 444 555. I see this when use the url in browser but how can I read the page in application and assign these values to variables ? I searched the forum and I found some examples but I couldn't run any of them, there are libraries Http, OkHttp, OkHttputils, OkHttputils2 and etc.. Which one can I use, could you please give me a running example ?
Thanks in advance.
I wrote a .NET web application for use in my apps. DB and WebApp is in my website. I'm sending data with url, it writes into table and also reading data with url and data is written to page. But I don't know how to read page.
I'm using these URLs for read and write data.
Read : http://localhost:5232/Page1.aspx?ID=001A
Write : http://localhost:5232/Page2.aspx?VALUE=20&ID=001A
I read data with URL and page displays me 111 222 333 444 555. I see this when use the url in browser but how can I read the page in application and assign these values to variables ? I searched the forum and I found some examples but I couldn't run any of them, there are libraries Http, OkHttp, OkHttputils, OkHttputils2 and etc.. Which one can I use, could you please give me a running example ?
Thanks in advance.