Logo 
Search:

Asp.net Answers

Ask Question   UnAnswered
Home » Forum » Asp.net       RSS Feeds
  Question Asked By: Jason Perry   on Oct 31 In Asp.net Category.

  
Question Answered By: Grady Stewart   on Oct 31

wat's the diff b/n
<%# databinder.eval(container.dataitem."column name")%> Its
<%# databinder.eval(container.dataitem,"column name")%>

databinder.eval allows reflection which will make it easy to know the datatype
of the column and other properties. where as container.dataitem doesnt.


and
<%# container.dataitem("column name") %>

Share: 

 

This Question has 10 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on datagrid Or get search suggestion and latest updates.


Tagged: