Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > Dispaly null values in a repeater control

Reply
Thread Tools

Dispaly null values in a repeater control

 
 
natin
Guest
Posts: n/a
 
      12-30-2004
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
 
Reply With Quote
 
 
 
 
=?Utf-8?B?UmFodWwgQW5hbmQ=?=
Guest
Posts: n/a
 
      12-30-2004
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.

--
Cheers,
Rahul Anand

"natin" wrote:

> 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
>

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Dispaly PDF and also update the form control John ASP .Net 7 12-19-2008 06:50 AM
"stringObj == null" vs "stringObj.equals(null)", for null check?? qazmlp1209@rediffmail.com Java 5 03-29-2006 10:37 PM
Repeater control - how to access contained control values? dotnw@hotmail.com ASP .Net 4 05-28-2005 07:54 AM
Repeater - checking for null values Jason ASP .Net 1 09-27-2004 06:03 PM
Please HELP! Need to access textbox control values within a repeater control Darren Smith ASP .Net 5 05-10-2004 03:37 PM



Advertisments