okej so I would do this.. and if it doesn't have any password. then I should acces the database and ge the password.
I have a Question.. My situation:
I Open a page where it contains inforamtion about a Item (Price, model etc) ViewItem.aspx
If the person whats to change the iteminformations he types the password and after that he moves to the RegPage.aspx.
in the regPage I fill all the textboxes with all the data for this item.
This was my Solution:
My previous solutions was.. when a user opens the ViewItem.aspx it also saves the data in a clas and creates a viewstate with the class. and then it server transfers the viewstate to the RegPage.aspx and it filles all the textboxes with the data.
I don't know how good this was cause the the classfile that i saved as viewstate was very large..
this is one other solution: I could send over the Itemid and then get data direct from SQL. I have over 2000 changes a day.. I don't know how this would effectr my server.
What is the best soultions for a btter performance?