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.
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.
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.
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)