Click here to Skip to main content
15,891,316 members

Comments by Member 12869977 (Top 8 by date)

Member 12869977 3-Feb-17 3:14am View    
Thank you for your answer but no, what you have wrote gives the id of the file and i don't need that, i need to pass the value of the id of the task from the aspx gridview, the one with the tasks, into the user control page and use it there so i can display download and upload files. Please see updated question for better understanding.
Member 12869977 27-Jan-17 2:58am View    
Thank you for the answer!! It worked :)
Member 12869977 5-Jan-17 2:44am View    
The code came from the many tutorials i have been watching and still watch about ajax jquery and how to send json because obviously i just began learning. The passwords are secured in my initial code they are encrypted. This is just a example i have been trying to eventually get the task done. And i needed some ideas for how to make this a working code. Currently is not working. Sorry if i didn't make myself clear with what i needed
Member 12869977 5-Jan-17 2:38am View    
Well the current code doesn't work because the message never returns true, and it doesn't login and i know i am doing something wrong that is why i posted here. I am rather new to jquery ajax and i don't know what the advantage is but this is the task i have been given so .. i will change the sql thank you for your suggestion
Member 12869977 5-Jan-17 2:32am View    
Thank you for your answer. Yes i know about hashed passwords in my initial code they are stored as md5 passwords.. what i posted above is what i have been trying and (of course when i will make it work i will encrypt the passwords) because like i said i need to change from the onclick event in the aspx.cs page as such that the button doesn't make a full postback, put a js listener onclick and use ajax to return json values