Access TextBox in DataList by ID from Button-Click handler in codebehind
I have a textbox which is kept inside Datalist. I need to find it via ID, so that i can insert text written to that textbox to the database.Here is my aspx page containing textbox.