|
-
Jan 25th, 2004, 10:52 AM
#1
Thread Starter
Hyperactive Member
difference in Data Binding Statements?
Hey all, what is the difference between DataBinder.Eval and Container.DataItem? I have noticed that when I use the Container.DataItem("Field Name") it works, but when using the Microsoft VS.NET DataBinding utility (clicking on the DataBind... property), it wants to write out DataBinder.Eval(Container, "Field Name"). How do these two differ and why does 1 work while the other doesnt?
Thanks,
-md
[vbcode]
'*****************************
MsgBox "MCD :: [email protected]", vbInformation + vbOKOnly, "User"
'*****************************
[/vbcode]
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|