| |
|
|
rickj1
: On
December 11, 2008 10:54 PM
said:
|
Only half of the video has audio
|
|
|
|
Goudinov
: On
December 16, 2008 10:57 AM
said:
|
Same as rickj1, audio disappears at 4:23
|
|
|
|
claryda
: On
December 17, 2008 6:56 PM
said:
|
Just my luck the one video that I needed to see and HEAR loses video halfway through the lesson.
|
|
|
|
klawonk
: On
December 19, 2008 9:50 AM
said:
|
|
|
|
|
|
mjta
: On
December 22, 2008 12:37 PM
said:
|
Joe...good stuff...can we get a video showing how to access specific records from a database for the Logged In User that uses the ASP.NET Membership Provider?
|
|
|
|
Ragan
: On
December 26, 2008 4:41 PM
said:
|
|
|
|
|
|
Ragan
: On
December 26, 2008 5:11 PM
said:
|
Did you do something to apply the new Custom Page? or it was detected in someway to be the one displaying the data for the table "Products"?
|
|
|
|
JoeStagner
: On
January 05, 2009 9:56 AM
said:
|
Hi All - I'm re-recording the video since the orrigional has the bad audio as well. Ragan - the Custom Plage Getts applien becuase the Name of the directory matches the table name. Joe
|
|
|
|
net2tech
: On
January 13, 2009 6:55 PM
said:
|
Sorry. I missed the audio here. Interesting toic. Joe, how does this all fit into Layered architecture? Just having a hard trying to fit the entities in layers. Thanks. and look forward to more videos.
|
|
|
|
CmJoshua
: On
January 29, 2009 5:46 PM
said:
|
Hi All, I have a problem when following the steps of this video. As soon as I copy and paste the ListDetails.aspx page under CustomPages>Products, it show all kind of errors complaining that all objects are duplicated and it is true because the class name for ListDetails is then twice, how then is the demo works, what I am doing wrong? Thanks,
|
|
|
|
ddeyoung
: On
February 04, 2009 11:21 AM
said:
|
Hi Joe, Can you tell me where I can find the re-recording of 'How to Create Table Specific Custom Forms in an ASP.NET Dynamic Data Application'? I am experiencing the audio issue as well. Thank you!
|
|
|
|
rickj1
: On
February 13, 2009 8:36 PM
said:
|
when is the video with audio comming
|
|
|
|
putrtek@gmail.com
: On
February 25, 2009 3:13 PM
said:
|
I tired both the 'Watch the Video' and 'Download the Video' links today and both are still dropping the Audio halfway thru. Any way these files can be updated? I'd really like to hear the rest of this video.
|
|
|
|
klawonk
: On
March 06, 2009 4:51 PM
said:
|
I am like the others, this is the one I really needed and yet it is harder to figure out without the sound
|
|
|
|
darryletter
: On
March 22, 2009 4:49 AM
said:
|
I wish some one would watch these before they post them No autio half way through
|
|
|
|
felipecsl
: On
March 24, 2009 1:11 AM
said:
|
Hello, Can anyone please re-uploade the video with the fixed audio? I need to hear it too!!!
|
|
|
|
greywolf16
: On
March 30, 2009 3:38 AM
said:
|
Hi, I have the same problem as CmJoshua - when I copy and paste the ListDetails.aspx page under CustomePages>Product I get a bunch of "XXX has multiple definitions with identical signatures" errors. And yet the demo worked. What am I doing wrong? I'm using VS 2008 not Express. Also, Is a re-recorded video available? Thanks!
|
|
|
|
rickj1
: On
April 05, 2009 7:21 PM
said:
|
When is the video with sound comming I'd like to do the next video but it is pointless to move on to the next step
|
|
|
|
greywolf16
: On
April 06, 2009 4:55 AM
said:
|
Got the answer to the identical signature errors when doing custom pages - I had incorrectly chosen the "Dynamic Data Web Application" project type under Projects instead of the "Dynamic Data Web Site" project type under Web Sites. Doh!
|
|
|
|
tmorton
: On
May 16, 2009 9:40 PM
said:
|
We should see an updated video (with working audio) by the end of the month (May 2009).
|
|
|
|
typs
: On
June 02, 2009 12:21 AM
said:
|
Hi, any news on the video with working audio? Thanks.
|
|
|
|
denverDeveloper
: On
June 12, 2009 7:12 PM
said:
|
I wonder why it takes 6 months(and counting) to add 5 minutes of missing audio...
|
|
|
|
nollkoll
: On
July 24, 2009 5:00 PM
said:
|
what i think would be a generally useful video is hot to control asp.net access to dynamic data site. permissions on page template basis. permission field template basis etc.. who gets to edit who get to delete etc..
|
|
|
|
cshellvb
: On
October 27, 2009 12:21 PM
said:
|
Wow such an old video and so many folks complaining about the audio and it still is not fixed. Audio ends at 4:23 for me on all formats. Wished it was working because I having issues with the Details view ....
|
|
|
|
dwainew
: On
October 28, 2009 9:19 PM
said:
|
Joe, REALLY great series of video!! Kudos! I too would really like to hear the whole thing, although the video is pretty clear what's going on. It's just you have so many insightful and thought provoking comments, we can't get enough!! :-)
|
|
|
|
riggit
: On
November 28, 2009 3:55 PM
said:
|
Hi there, Don't worry too much about the audio. In practical terms do this: Identify the DB table for which you want to create a custom page. Inside the CustomPages folder, create a folder with the same name as the DB table. Next look inside the PageTemplates folder and identify a template on which you wish to base your custom page. So for example you might want a custom edit page so copy Edit.aspx. Paste this into the folder you created above. For demo purposes type a bit of text into the pasted page, like "New Page". Now when you use your Dyn Data app, the new page will be used at the appropriate point. This happens automatically as the new folder name matches the DB table name. You can probably do the whole thing in about 10 seconds. Hope this helps!
|
|