i need dreamweaver MX tutorials web address except tutorialized and pixel2life coz i need data binding tutorial but can't find on these webs
I'm presuming this is for ASP.NET, so a quick Google search returned these pages: http://www.dmxzone.com/ShowDetail.asp?NewsId=11872 http://www.dmxzone.com/ShowDetail.asp?NewsId=5698
Try this... http://msdn2.microsoft.com/en-us/library/ms531387.aspx http://www.communitymx.com/abstract.cfm?cid=27CBB
I offer some DW tutorials but not free I have posted some to YouTube though...just do a search there and I guarantee you'll find some useful ones. Also...what do you mean by data binding? Do you mean setting up a database and connecting? Just set up a very basic SQL DB on your server with a few fields... Then the hard part is figuring out how to set up a testing server in Dreamweaver. You'll need to use a page with php extensions and set up a site profile for testing server. It may take a little experimenting with the test server profile, but once you get it going it is fairly easy to start playing around with the built-in php database tools to start adding records. I even created a members only website with this and I barely know php!