Hello all,
In repeater Control how can i bind only selected row,
i.e
i have code like
<%# DataBinder.Eval (Container, "DataItem.count ryName") %>
here am displaying all the countrynames all i want to do is display only selected countryname ,yes if we write a command "select * from xyz where countryid=1" then we can select that particular table,but i want to bind it in
<%# DataBinder.Eval (Container, "DataItem.Count ryName") %>
i need to pass country name from here please suggest me
Thanks
S!
In repeater Control how can i bind only selected row,
i.e
i have code like
<%# DataBinder.Eval (Container, "DataItem.count ryName") %>
here am displaying all the countrynames all i want to do is display only selected countryname ,yes if we write a command "select * from xyz where countryid=1" then we can select that particular table,but i want to bind it in
<%# DataBinder.Eval (Container, "DataItem.Count ryName") %>
i need to pass country name from here please suggest me
Thanks
S!