change registrationID in the database..
old ID -- textbox1.text
new ID -- textbox2.text
when user enter its old id and new id then on click of submit button old id will be replaced by new id in database..
db: RegistrationNum-- varchar(200)
not working..
error in: string exist = cmd1.ExecuteScalar().ToString();
Invalid object name '#Temp'.
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.