to return a type in uneditable textbox

Mar 23 2006 4:59 AM

Hi ,

I'm having two text boxes

tb1 - editable -here we are going to give data
tb2 - non editable - here we are going to display

In that in tb1 i'm going to give some data and i need to get the type of the data i entered in tb2

for eg : if i'm entering -9 in tb1 ,
then tb2 shud have system.single in an uneditable text box
if i'm entering 16.00 in tb3 [ text box 3 ]
then tb2 shud have system.decimal or double in an uneditable text box

so this tb2 shud act as a place where we can see data types of the data that we are entering in all the boxes in that page / form ..

help me 2 write a neat implementation for this ....

Regards,
priya j


Answers (1)