setting the value for columns in textbox

  • Thread starter Thread starter Pattabi
  • Start date Start date
P

Pattabi

hi!!!!!!!!!!!11
I have <asp:textbox> control , I need to pass the value of
the columns dynamically, so i did this way
<asp:textbox id="test1" name="test1"
columns="<%=setColumn%>" runat="server">

what happens it throws me a error stating that
is not a valid value for int32

I tried to convert the value to Convert.toInt32(), but still it is
throwing the same error

any help would be appreciated


thanks
dharani
 
Back
Top