Hi all!
Basically I am writing a Web Part that looks like GridView under "Formatted GridView Editing" in http://msconline.maconstate.edu/Tutorials/ASPNET2/ASPNET09/aspnet09-01.aspx. Since Web Parts don't have a graphical editor built-in VS 2005 I have to mimic all the code posted in that page, adding the requiered classes to my web part. Now I hit a road block when I get to <%# Eval("ItemDescription") %> and <%# Bind("ItemDescription") %>. How can I represent those in a code (code behind) manner? Is there another way? This web part connects to SQL database and could go will on a Sharepoint 2007 portal and a ASP.NET Portal (Framework) site.
Thanks in advance,
humble-apprentice