Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / ASP.NET / General / December 2007

Tip: Looking for answers? Try searching our database.

Eval returning a null when an int is expected

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Joe - 07 Dec 2007 21:58 GMT
I'm binding to a column in a TemplateField. In some cases the join I have
returns a null for an int field. I would like to specify a default value
somehow so I don't end up with a null exception.

I'm binding the CurrentRating of the Rating control so I'm doing
Convert.ToInt32(Eval('MyField')). This of course throws an exception if the
value being returned is null.

Is there another means of binging to that property where either a null
doesn't matter or I can replace it with a 0?

Thanks,
Joe
Joe - 07 Dec 2007 22:55 GMT
Never mind

> I'm binding to a column in a TemplateField. In some cases the join I have
> returns a null for an int field. I would like to specify a default value
[quoted text clipped - 9 lines]
> Thanks,
> Joe
Steven Cheng[MSFT] - 10 Dec 2007 04:57 GMT
Hi Joe,

Just some suggestions for databinding:

in the <%# %> expression, you can use helper function, for example:

Property='<%#  MyFunction(Eval("propertyname")) %>'

this function can be defined in aspx inline or in code behind. Such
function can let you do some complex formating or customization on the raw
databound value.

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead

This posting is provided "AS IS" with no warranties, and confers no rights.

--------------------
>From: "Joe" <jbassking@noemail.noemail>
>References: <#4gnZxROIHA.4880@TK2MSFTNGP03.phx.gbl>
[quoted text clipped - 16 lines]
>> Thanks,
>> Joe

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.