| problem with textbox in ms.net2005(very urgent) hi,
i have written a program in msvisual studio2005. in that program i take textboxes. i have retrieve the data from database and populate(display) the data in the text boxes. but when i will try to change the data, the text box will not take the new data to update database.what is the problem with textox.is it required any special properties. see coding for this
for ex
in page load i have written like this
i retrieve the data from database and i assign so the textbox is like this
textbox1.text="vijay"
textbox2.text="india"
then i want to change the data vijay as sekhar and india as indian
so i type that in textoxes.then i wii come to the update button and wrote the queries to update.
but here also the textboxes take the data as vijay and india. so there is no updation
i did not under stand that what is the problem.
please go through this and give the solution for this.
very urgent
thanks in advanced  |