Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
0 Endorsements
~2K People Reached
Favorite Forums
Favorite Tags
Member Avatar for esia168

Hello, I have tables two tables, the "book" and the "author", a book can have many authors and vice versa, so there is an intermediate table called "book_author" with two columns as foreign key for those two primary keys book_author book_id author_id I'm trying to edit the book details and …

Member Avatar for dnanetwork
0
662
Member Avatar for esia168

I'm trying to create the edit form for book (with id 1), I want the selection list to select the existing author which retrieved from database. That book with id 1 has an author with id 1, but the HTML does not show selected author with id 1 for that …

Member Avatar for esia168
0
224
Member Avatar for esia168

Hello, I have googled the similar problem that many people are facing but I still can't solve mine. I'm trying to visit the ASP.NET Web Site Administration Tool at [url]http://localhost:49274/asp.netwebadminfiles[/url] The page shows me the error "An error was encountered. Please return to the previous page and try again." Some …

Member Avatar for esia168
0
733
Member Avatar for esia168

Hello, I'm following the tutorial of MVCMUsicStore at [url]http://mvcmusicstore.codeplex.com/[/url] and the PDF tutorial that I'm following can be downloaded at [url]http://mvcmusicstore.codeplex.com/releases/view/44445#DownloadId=121650[/url] I'm stuck at the page 53 "Creating the Edit View" (navigate to that page using the adobe reader page input) I have created the StoreManagerViewModel class in ViewModels folder. …

Member Avatar for esia168
0
109