|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
How to Pass Text box value to Table when user clicks a button
<i><b>Originally posted by : venkatesh (bsvenki@hotmail.com)</b></i><br />Hello friend.<br /><br />Can you help me how to pass a text box value<br />to table coloum.<br /><br />please reply if you know<br /><br />with regards<br />venki.<br />
|
|
#2
|
|||
|
|||
|
<i><b>Originally posted by : T.Sailaja (tubatisailu@hotmail.com)</b></i><br />Call a javascript function as u enter a text box value with onblur event.<br />U can write the given code in the function.<br />The table column value can be set like this:<br /><br /> document.all.tableid.row(rownumber).cells(cellnumb er).innerText = document.all.textboxid.value <br /><br />tablename : id of the table<br />rownumber : Into which row of the table do u want to add.<br />cellnumber : Into which column of the selected row u want to add.<br /><br />If u are still not clear get back to me<br /><br /><br /><br /><br />------------<br />venkatesh at 4/6/2000 11:04:26 AM<br /><br />Hello friend.<br /><br />Can you help me how to pass a text box value<br />to table coloum.<br /><br />please reply if you know<br /><br />with regards<br />venki.<br />
|
|
#3
|
|||
|
|||
|
<i><b>Originally posted by : hamida (hamida@looksmart.com)</b></i><br /><br />I'm sorry but i can't access to the table. Can you help me please and send a hole sample with the code of the table.<br /><br />with regards<br />Hamida<br /><br /><br />------------<br />T.Sailaja at 4/15/2000 2:30:39 AM<br /><br />Call a javascript function as u enter a text box value with onblur event.<br />U can write the given code in the function.<br />The table column value can be set like this:<br /><br /> document.all.tableid.row(rownumber).cells(cellnumb er).innerText = document.all.textboxid.value <br /><br />tablename : id of the table<br />rownumber : Into which row of the table do u want to add.<br />cellnumber : Into which column of the selected row u want to add.<br /><br />If u are still not clear get back to me<br /><br /><br /><br /><br />------------<br />venkatesh at 4/6/2000 11:04:26 AM<br /><br />Hello friend.<br /><br />Can you help me how to pass a text box value<br />to table coloum.<br /><br />please reply if you know<br /><br />with regards<br />venki.<br />
|
![]() |
| Viewing: ASP Free Forums > Programming > ASP Development > How to Pass Text box value to Table when user clicks a button |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|