Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~2K People Reached
Favorite Tags
Member Avatar for UFO Disko

Hello, I want to be a Microsoft Certified Professional Developer and after googling so much, I understood that in order to obtain that certificate, I have to pass 4 exams. * MCTS prerequisite: TS: Web Applications Development with Microsoft .NET Framework 4 (**Exam 70-515**) * MCTS prerequisite: TS: Windows Communication …

Member Avatar for Michael27
0
214
Member Avatar for UFO Disko

Hello, I have a simple xml file online, all I want to do is read 2 things, the song name and song artist. I searched for a simple php script that does that with no luck. I really appreciate the help. This is what the xml file looks like <stwcue …

Member Avatar for UFO Disko
0
154
Member Avatar for UFO Disko

Hello, I'm trying to get mysql data with a simple select statement, I need to get the number of the row as well. The table should like this: 1 - Song Name, Artist 2 - Song Name, Artist 3 - Song Name, Artist The problem is with the code I'm …

Member Avatar for vibhaJ
0
46
Member Avatar for UFO Disko

Hello there, I installed a php script that uses the [Uber-Uploader](http://uber-uploader.sourceforge.net/?section=flength) and everytime I try to upload an image, I get this error ERROR: Failed to find flength file I tried adding this to the .htaccess file in the /cgi-bin/ folder but it didn't work <IfModule mod_security.c> # Turn off …

Member Avatar for diafol
0
189
Member Avatar for UFO Disko

Hello, I'm using WebMatrix/Razor along with the "Gallery Template" and I'm building up my site from there. Now I'm trying to add pagination in the user's profile for the photos. I want to show 3 photos per page. I have built the code but something is not right. The code …

0
89
Member Avatar for UFO Disko

I keep getting this error [CODE]Parser Error Message: Encountered end tag "nav" with no matching start tag. Are your start/end tags properly balanced? Source Error: Line 110: </li> Line 111: </ul> Line 112: </nav> Line 113: } Line 114: </div>[/CODE] My code is fairly simple (using Webmatrix with Razor) [CODE]@if …

Member Avatar for mikev2
0
613
Member Avatar for UFO Disko

Hello, I just created a basic app that fetches records from a db with an edit page. I understand that my code is a bit messed up and would like it if you could tell me where did I go wrong with it. This is my code for EditArticles.cshtml [CODE]@{ …

0
85
Member Avatar for UFO Disko

Hello, I'm currently following the video tutorials found on asp.net (the site)\ And I just finished my delete page but I'm getting errors. This is the code of the page DeleteMovie.cshtml [CODE]@{ Layout = "~/_SiteLayout.cshtml"; var id = Request["MovieID"]; var SQLSELECT = "SELECT * FROM Names where MovieID=@0"; var db …

0
111
Member Avatar for UFO Disko

Hello, I recently migrated our ASP.NET application to another server. We copied everything exactly as it is, from ASP.NET files to SQL Database with its stored procedures and everything. Now when we goto the app's root directory, the login page pops up as usual, we login and everything is fine …

Member Avatar for UFO Disko
0
377