|
I have a feeling that we do not understand each other. I do not want to download passwords that have been saved. I just want to programmatically save to my database username and password that I just wrote that I did not have to write again. I write two words and I want to save them to the database. I do not want to write it twice. That is all.
Thanks.
Lubos
|
|
|
|
|
Then do it the other way around: store them in your DB and get your app to write them to the browser. That way, you aren't trying to do anything that could be seen as malicious (and is a damn sight easier as well).
Bad command or file name. Bad, bad command! Sit! Stay! Staaaay...
|
|
|
|
|
This has already occurred before. But user friendlier seems to me to write a name and password, click the button and it is stored. I have such an idea to capture keystrokes. But this also do not like themselves.
Thanks.
Lubos
|
|
|
|
|
The "browser" can track passwords; why do you think you can do better?
"(I) am amazed to see myself here rather than there ... now rather than then".
― Blaise Pascal
|
|
|
|
|
Why better? I want to store all the passwords that I have written to the database.
Best regards
Thanks.
Lubos
|
|
|
|
|
The problem is your code has NO WAY OF
1) identifying a password field in any web page.
2) knowing that field is filled in with a CORRECT password
3) knowing that the form was submitted signalling that the password entry is complete.
There is a reason why you don't see these applications being written the way you're attempting.
|
|
|
|
|
Not important website. Important are the last two words that I wrote.
Thanks.
Lubos
|
|
|
|
|
You'll have to learn "web page automation" then, because not all password fields allow "pasting".
And you might as well tag on a key logger.
"(I) am amazed to see myself here rather than there ... now rather than then".
― Blaise Pascal
|
|
|
|
|
Thanks. See bellow.
Thanks.
Lubos
|
|
|
|
|
So how are you going to determine what is a typed "word" in another application?
Hint: You're not.
|
|
|
|
|
On any page, I want to log in, I enter login and password. I press a combination of keys and login, password and the URL are stored in my database. What simple . Only solution is not so simple.
Just a friendly password manager.
Thanks.
Lubos
|
|
|
|
|
Apparently, I'm talking to a brick wall.
|
|
|
|
|
Hi Dave. I really like your statement "Apparently, I'm talking to a brick wall." It's true. I do not believe I can not read what I see right now on display. I do not want to read some of the other databases, just from what I see right.
Best Regards
Thanks.
Lubos
|
|
|
|
|
YOU can see it just fine. Your code, however, is literally BLIND, it can't see anything. You have to figure out how to tell the code where to find the data you're looking for on every web page you're going to support. Good Luck with that. You're going to need it.
Oh, and just to complicate things, site usually end up reworking their pages every so often, moving things around and renaming input fields.
|
|
|
|
|
|
All passwords disappear after cleaning Windows.
Thanks.
Lubos
|
|
|
|
|
How can I create ASMX Web Service in asp.net C#
modified 11-Apr-17 10:59am.
|
|
|
|
|
Member 10291661 wrote: Any Idea ?
Yes. Do your own homework.
We do not do your homework: it is set for a reason. It is there so that you think about what you have been told, and try to understand it. It is also there so that your tutor can identify areas where you are weak, and focus more attention on remedial action.
Try it yourself, you may find it is not as difficult as you think!
If you meet a specific problem, then please ask about that and we will do our best to help. But we aren't going to do it all for you!
Bad command or file name. Bad, bad command! Sit! Stay! Staaaay...
|
|
|
|
|
I have change my question, its not homework, i am learning Web Service and try to make Stock exchange project..
So I am asking how can I create ASMX Service in asp.net C# and how to access from Web application?
|
|
|
|
|
|
Message Closed
-- modified 30-Apr-17 23:58pm.
|
|
|
|
|
Read what I said.
Bad command or file name. Bad, bad command! Sit! Stay! Staaaay...
|
|
|
|
|
Message Closed
-- modified 30-Apr-17 23:56pm.
|
|
|
|
|
Actually, you did ask me.
You used the "Reply" widget on one of my posts, not his. Check the indentation / parent message line...
Bad command or file name. Bad, bad command! Sit! Stay! Staaaay...
AntiTwitter: @DalekDave is now a follower!
|
|
|
|
|
Do you have a specific question?
There are two kinds of people in the world: those who can extrapolate from incomplete data.
There are only 10 types of people in the world, those who understand binary and those who don't.
|
|
|
|