webclient.uploaddata
WebClient.UploadData and Internal 500 error
everyone. I\'m programming with c# language and I have a problem with WebClient class. I downloaded an image by using method WebClient.DownloadData, it worked fine. But, WebClient.UploadData didn\'t.[详细]
2023-02-24 22:31 分类:问答Replicate steps in downloading file
I\'m trying to automate the download of a file from a website. Normally to download the file, I login with a username and password. Navigate to a particular screen then click a button.[详细]
2023-02-18 17:22 分类:问答upload serialized data using WebClient
Simple requirement . I have a class -User -{userId, userName, age}. How to serailize a object of the class and sent to a url (using post) using webclient.[详细]
2023-02-03 06:46 分类:问答SQLITE problem in rowid
I am using SQLite C# library andas per my requirement, before going to add I am retreving the rowid of that table.It is working fine but hetting error when table is empty. Once we add any data(a row)[详细]
2022-12-25 13:34 分类:问答