Dispaly null values in a repeater control

  • Thread starter Thread starter natin
  • Start date Start date
N

natin

Hi

I have a stored procedure that returns null values. How can i display
the null values in my repeater control. Is there a .Net function out
there that i can use.

Regards
Natin
 
I think you need to write ItemDataBound handler in which you can compare and
print accordingly. Alternatively you can also use <%# %> to write your check
and display logic in aspx file.
 

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