Tuesday, November 29, 2011

In Oracle table some fields are "null".By default it will show as "null" in JSP page text box.But i dont want that. I want as blank textbox.What i can do for that?

Well for that, u need to write a small code segment which will check for the Null value and if NULL value is found then a space will be inserted in the respective Text Box else the value.
Category:JSP Interview Questions

No comments:

Post a Comment