hello members, hows everything goin ?
i am finishing my website and i got some problems and i need your help guys please.
first of all i've made these two methods the first one seems to work gr8 but in the other one that updates table values, i get '0' value in my field when i run the methods on my application and it doesn't update the required field at all. this is the code:
//this one checks if both username and password match together.
{
connectObj.Open();
readerObj = commandObj.ExecuteReader();
NameAndPassflag =
readerObj.Close();
}
connectObj.Close();
//this method updates the password
cmd.ExecuteNonQuery();
_____________
//this is the way i used it on my changepassword.aspx page
protected
change.ModifyPass(
||__________________________________________________||
Another problem that is driving me crazy.. i made a code that reads the path of an uploaded pictures from my pc and saves it in the image.url .. but the problem is that its not showing my the pictures, this is the code anyway:
public
daObj.Fill(dsObj);
please guys any help would be gr8, and sorry for my bad english