I am looking to add a new Sharepoint system, and I am looking for the most useful and reliable way to implement this.
It is a bit of a strange set up, and I want to know if it can be done.
What I want, is a single portal, with 2 seperate backend servers. One server will house pricate...
DataBinder.Eval(Container.DataItem, "field") returns an Object, and you are comparing it to a string. Try casting it to a string, that should work:
(string)DataBinder.Eval(Container.DataItem, "field")
I am at a standstill with formview. As I have it right now, the user enters the values into formview, which then enters it into the database. Following that, formview changes to Edit view, but instead of edit view on the just inserted item, it shows the first item in the database. I would...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.