473,396 Members | 2,109 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Need further comments\tips\hints or feedback for my site

Hi

I was in the progress of developing a web site whereby developers can
do free online tests on various programming languages. After initial
feedback I managed to fix quite a few issues and changed the look and
feel.

I would just like some futher comments\tips\hints or feedback

The site is http://www.quiznetonline.com

Thanks in advance

Mark

Feb 2 '07 #1
3 1378
Hi there,
These are some points that needs some changes.

1. After contact us in the main menu system there is a bar which is
unncessary.
2. Some problem with listing of topics (In IE 7.0).
3. Available test seems like link but it is not.
4. Add a Question... and Terms of use should be in same line as they
belong to same topic.

On Feb 2, 8:04 am, "Mark C" <MarkJohnCros...@gmail.comwrote:
Hi

I was in the progress of developing a web site whereby developers can
do free online tests on various programming languages. After initial
feedback I managed to fix quite a few issues and changed the look and
feel.

I would just like some futher comments\tips\hints or feedback

The site ishttp://www.quiznetonline.com

Thanks in advance

Mark

Feb 2 '07 #2
OOPS!!!
Crash!!!

I was giving the ASP.NET test and application crashed:
Well I scored 18 out of 25 by the time :)

Following is the URL:
http://www.quiznetonline.com/Practic...x?Group=aspnet

and Following is the error description:
Server Error in '/' Application.
There is already an open DataReader associated with this Command which
must be closed first.
Description: An unhandled exception occurred during the execution of
the current web request. Please review the stack trace for more
information about the error and where it originated in the code.

Exception Details: System.InvalidOperationException: There is already
an open DataReader associated with this Command which must be closed
first.

Source Error:

Line 66: {
Line 67: Topic topic = new Topic();
Line 68: List<Topictopics =
topic.LoadTopics(Request.QueryString["Group"].ToString(),true);
Line 69: topic = topics[0];
Line 70:
Source File: d:\hosting\markcrosbie\PracticeTest.aspx.cs Line: 68

Stack Trace:

[InvalidOperationException: There is already an open DataReader
associated with this Command which must be closed first.]

System.Data.SqlClient.SqlInternalConnectionTds.Val idateConnectionForExecute(SqlCommand
command) +730343

System.Data.SqlClient.SqlConnection.ValidateConnec tionForExecute(String
method, SqlCommand command) +21
System.Data.SqlClient.SqlCommand.ValidateCommand(S tring method,
Boolean async) +56
System.Data.SqlClient.SqlCommand.RunExecuteReader( CommandBehavior
cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String
method, DbAsyncResult result) +73
System.Data.SqlClient.SqlCommand.RunExecuteReader( CommandBehavior
cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String
method) +32
System.Data.SqlClient.SqlCommand.ExecuteReader(Com mandBehavior
behavior, String method) +122
System.Data.SqlClient.SqlCommand.ExecuteReader() +84

Microsoft.ApplicationBlocks.Data.SqlHelper.Execute Reader(SqlConnection
connection, SqlTransaction transaction, CommandType commandType,
String commandText, SqlParameter[] commandParameters,
SqlConnectionOwnership connectionOwnership) in SQLHelper.cs:830

Microsoft.ApplicationBlocks.Data.SqlHelper.Execute Reader(SqlConnection
connection, CommandType commandType, String commandText,
SqlParameter[] commandParameters) in SQLHelper.cs:955

Microsoft.ApplicationBlocks.Data.SqlHelper.Execute Reader(SqlConnection
connection, String spName, Object[] parameterValues) in SQLHelper.cs:
985
QuizNetOnlineLogic.Topic.LoadTopics(String TopicCode, Boolean
IncludeMovie) in QuizNetOnlineComponents.cs:394
Exam.GetTopicDetails() in d:\hosting\markcrosbie
\PracticeTest.aspx.cs:68
Exam.Page_Load(Object sender, EventArgs e) in d:\hosting\markcrosbie
\PracticeTest.aspx.cs:28
System.Web.Util.CalliHelper.EventArgFunctionCaller (IntPtr fp,
Object o, Object t, EventArgs e) +15
System.Web.Util.CalliEventHandlerDelegateProxy.Cal lback(Object
sender, EventArgs e) +34
System.Web.UI.Control.OnLoad(EventArgs e) +99
System.Web.UI.Control.LoadRecursive() +47
System.Web.UI.Page.ProcessRequestMain(Boolean
includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
+1061

Well the test is having good questions :)

Best Regards,
Anup Daware
On Feb 2, 8:04 am, "Mark C" <MarkJohnCros...@gmail.comwrote:
Hi

I was in the progress of developing a web site whereby developers can
do free online tests on various programming languages. After initial
feedback I managed to fix quite a few issues and changed the look and
feel.

I would just like some futher comments\tips\hints or feedback

The site ishttp://www.quiznetonline.com

Thanks in advance

Mark

Feb 2 '07 #3
The whole postback thing when answering questions is just pure silly. Give
it some AJAX!

"Mark C" <Ma*************@gmail.comwrote in message
news:11**********************@h3g2000cwc.googlegro ups.com...
Hi

I was in the progress of developing a web site whereby developers can
do free online tests on various programming languages. After initial
feedback I managed to fix quite a few issues and changed the look and
feel.

I would just like some futher comments\tips\hints or feedback

The site is http://www.quiznetonline.com

Thanks in advance

Mark

Feb 3 '07 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
by: Jerry Polyak | last post by:
Can someone give me a pointer, please. I am getting the following errors: Notice: Undefined index: sender_name in c:\program files\apache group\apache\htdocs\allinone_form.php on line 12 ...
5
by: Laphan | last post by:
Hi All I know this is a big favour, but I knew I'd get good honest feedback from you. Basically users are saying that I'm having time out problems with a site of mine, but I can't pin it down...
2
by: Dave Patton | last post by:
I'd appreciate any feedback on http://www.elac.bc.ca/ particularly in regards to how the pages are marked up. The markup is valid HTML 4.01 strict, but that doesn't mean I've done things using...
18
by: Q. John Chen | last post by:
I have Vidation Controls First One: Simple exluce certain special characters: say no a or b or c in the string: * Second One: I required date be entered in "MM/DD/YYYY" format: //+4 How...
4
by: dsimmons | last post by:
On my website http://seasidequilters.blogspot.com/ I'm having a problem that someone thinks might be associated with Firefox browsers. I'm hoping to find someone in this forum that might be...
6
by: Mark C | last post by:
Hi I am in progress of developing my own developers community site for practise tests. I would just like any type of feedback or opinions site is http://www.quiznetonline.com Thanks in...
0
by: Mark C | last post by:
Hi I was in the progress of developing a web site whereby developers can do free online tests on various programming languages. After initial feedback I managed to fix quite a few issues and...
5
by: deepakNagpal | last post by:
hi friends i am trying to create a contact feedback form. but when i am running the code it showing some warning: Please if anyone can help me. PHP Warning: mail() : SMTP server response:...
0
by: rmgalante | last post by:
I was developing a large web site in VS 2005 as a web site project. I was having problems with the VS 2005 publish tool. It was slow, and provided no feedback. It has other issues as outlined...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.