Php - Conduct An Online Coding Competition?
Jan 3, 2010
I need to design a website for a programming competition event. It will be similar to TOP CODER competitions. User will be given all questions & then user submits the code, that will be running on the server and checks if it gives the correct solution or not. The first one to finish all the questions is the winner.
I've no clue about how to proceed. Assume that languages that are supported are C, C++, Java.
View 2 Replies
Similar Messages:
May 18, 2010
I want to conduct a quiz using silverlight. This quiz contains few questions and each question will have multiple choices (Radio Buttons). User should select one answer. After completing the quiz I need to display Result.
Is it better to provide the questions and options in XML Document and then retrieve it into silverlight class?
View 1 Replies
Jun 19, 2010
I'm a winform/silverlight developer my asp.net skills are very poor.I've got a task to make a kind of popup with the code of conduct that users need to accept before they can continue.I have no idea how to do it so I googled some and found this javascript popup called lytebox which I actually managed to get to workproblems i have with it are:1. you can click next to the box and it closes too2. i want a yes/no button but the lytbox only has option for close/next/previous3. I dont know how to make it pop without user action (like clicking on a link:p)anyway this is not a must . if anyone can give me some good tips or guides or example how i can do this i'd be happy!
View 3 Replies
Apr 27, 2010
I manage to change part of it and the rest i not quite sure how to do it. Below is the code written in C#, it is a svc file.
[code]....
View 1 Replies
Feb 9, 2010
me developing a shopping site .. m done with shopping cart upto Shipping info. now i want to do the payment part. how to integrate paypal website pro in my website. Do i have to purchase it first in any case or would it be possible to conduct sandbox testing using both direct payment and express checkout ? Also what would be the minimum set of pages that would be needed to carry out this task on my end.
View 3 Replies
Dec 6, 2010
I am developing a simple online DBMS to browse my database online.... the main concern for me is to clear everything from the PC when the user disconnect so no body can go and click (Back) on the browser and see the pages if the user forgot to close it.. what I have done so far is :
[Code]....
I am sure this is not enough.. am I right? so what else I should include there?
View 13 Replies
Feb 25, 2010
I want to create a Online Exam site in ASP.NET .In that i want to display Test based on the Date and time and the user can take the test at the time set my the Teacher.
For Example:
Teacher want to take C Test for the Mid Semester Test and the test is schedule on 1 May 2010,then the test should appear on the test page on the 1st may only and the user should be able to take the test on the set time.
The problem is that if i use System time then user can change the system time and can take the test schedule in future.
So i want to know how can implement this thing.I have given many online test but dont know how they work out the time and date logic.
View 2 Replies
May 7, 2010
how can i do perfect coding using all oops concepts?
View 6 Replies
Jul 21, 2010
I Developing a erp project in that there are more than 100 screens i should provide a one button or any other option if users click that button it show all screens so far you have used for eg:alt+tab event if we press it comes so far used same functionality should be overcome in my project how to achieve this.
View 1 Replies
Feb 25, 2011
I really do not have time to learn new language, in my case asp.net, but would like to start developing website in asp.net. I do not want to use asp:SqlDataSource control. is it ok if i write in codebehind aspx: all database connections and other CRUD operations in ado.net and c#. I already know xhtml, javascript - jquery, css, xml, json, some knowledge in sever-side coding (before php). want to start coding, instead of learning messy asp.net controls.I have to sit and learn all bloody ways of using those asp.net controls?
View 2 Replies
Jun 30, 2010
asp.net 4.0I'm trying to utilize a webservice but is not 100% sure how to do the coding. I've added reference to the web service in the project.The webservice have this class:sendCompletedEventArgs(object[], System.Exception, bool, object) And this delegate:sendCompletedEventHandler(object, sendCompletedEventArgs, System.AsyncCallback, object)This delegate have BeginInvoke(object, sendCompletedEventArgs, System.AsyncCallback, object) and EndInvoke()any suggestions how to utilize this webservice is most welcome?
View 1 Replies
Jul 2, 2010
am displaying various countries names in my dropdownlist and i want to display the data using gridview like whenever i change the country in my ddl it should display the relevant data according to the country?? i have done by using binding data with the datasource without any code but now i want to write the code
View 4 Replies
Feb 19, 2011
I want To send Mail On button click But getting Error Failure sending mail.(smtpException was Catched) public string SendEmail(string strTo_Email_Id, string subject, string strMail_Message)
{
try
{
[code]...
View 2 Replies
May 26, 2010
i would like to run a command prompt to run the project and set its startup project
View 2 Replies
Oct 20, 2010
Why is knowing the Asp.net lifecyle important to coding in Asp.net?
View 10 Replies
Aug 14, 2012
Below is the source code that tries to highlight rows in certain colors depending on value of the certificate. The code runs, but the colors are not showing up.
If e.Row.RowType = DataControlRowType.DataRow Then
If CType(sender, GridView).DataKeys(e.Row.RowIndex).Values("Certificate") <100000 Then
e.Row.BackColor = System.Drawing.Color.lightblue
elseIf CType(sender, GridView).DataKeys(e.Row.RowIndex).Values("Certificate") < 1000000 And ("Certificate") > 100000 Then
[code]....
View 7 Replies
Mar 18, 2010
Is using an include file bad coding practice in asp.net? I am aware of master pages, etc. but it seems like in this case an old fashioned include file works best.I have a home page and I have an "all other" page. The all other page is my master page. I place the header include on the master page and at the top of the home page.
<!--#include file="inc/inc_header.aspx"-->
View 11 Replies
Nov 1, 2010
give me a feedback on the below coding. I like to know whether i had improved in writing the .net coding.
[code]....
View 3 Replies
Apr 15, 2010
I typically don't play with betas, so I am just now getting used to vs 2010 pro. I grabbed it from DreamSpark yesterday, and so far I like all the changes.
I was wondering though, with some of the changes to ado.net EF, is there now a way to set a coding namespace for both the context as well as the entities, instead of just setting the custom tool namespace (this wraps both context and entities)? Typically, I like having my classes grouped into namespaces by type, and since a context isn't an entity, it shouldn't go in the entities namespace. note: I am talking about actual coding namespaces, not the conceptual namepsaces used internally by EF.
I was also wondering if having this (the x86 vs 2010 ide) beside my old one (x64 vs 20080 ide) would pose any problems? It seems to be working ok, I just wanted to make sure I hadn't missed announcements saying I had to de-install one before installing the other.
View 2 Replies
Aug 11, 2010
How to integrate PHP into ASP.net easily. I want to know is there a simple coding process to do this.
View 3 Replies
Feb 17, 2011
I am converting a VB function into c#. I have this in VB: Dim Ret(2)
Whats the best alternative to convert this in c#?
View 4 Replies
Feb 15, 2010
There are three developers who create a web application with ASP.NET using different coding standarts.First developer: Uses class libraries and Web forms without using ASP.NET Web Components or Codebehind pages. (Just like ASP with HTML components, single .asp file etc.)Second developer : Uses ASP.NET Web Components and codebehind pages (all advantages of ASP.NET)Thirth developer: Uses HTML components and just codebehind files with old ASP methods(Request, Respond etc.)Which method of these developers use is more advantageous ?
View 6 Replies
Feb 1, 2011
modules is being used for some sites when they are developing. what is this module. for example, this sites has some modules; membership module,comment module etc.Are modules a diffrent application that is added to site later, or they talk about httpmodules?
also, how can i begin this module design and coding?
View 1 Replies
Jan 21, 2010
Which is better; using the wizard bind controls or working with ADO.NET objects manually from the performance point of view.
View 1 Replies
May 19, 2010
I jst wanna that after logout user should not back redirected to previous page by pressing back button. I maintain a session on login button as session["uid"]=textbox1.text. I hv logout button on master page in my website
View 3 Replies