aspx thread: The base class has a field named 'ID', but its type (System.String) is not compatible with the type of the control (System.Web.UI.WebControls.TextBox)
Im trying to request the value I have in my datagrid to the ID i have in my
edit.aspx page so that when I push the column with id 23 for instance I get
redirected to my page which have the ID 23 in its labelbox or textbox..Its
working if I opened a new datagrid and get redirected to that ID, but I got
the error which is in my subject line when I want to request it from another
control..
Any Ideas on this, Is it possible??
Brandy