textbox binding error

  • Thread starter Thread starter Muhiadin
  • Start date Start date
M

Muhiadin

i'm using vs.net 2002,
the proplem is " i have textbox1 binding in column of
dataTable when textbox1 is not visible, it is not possible
to read the value of texbox1" in dotnet when visual object
is not visible that means it is not esiste", my problem i
result using textbox1.size.width = 0.
 
Hi Muhiadin,

Can you send a piece of code?
Maybe someone can help you then.
One of the questions is why is it not visible.

Cor
 
thinks cor, it is not visible because it is identity
column of the row, that help me to now which row is select
in the table, instead of doing seek(seach) in the table.
 
Hi Muhiadin,
thinks cor, it is not visible because it is identity
column of the row, that help me to now which row is select
in the table, instead of doing seek(seach) in the table.

That was a big puzzle, you are talking about the textbox in a datagrid.
See my other message about the datagrid please

Cor
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top