Web Forms :: Create A Question And Answer Website?
Jan 20, 2011
In my application i need to add a module for question and answers (like a forum or similar to stackoverflow.superuser etc). I am confused about implementing Tags, Meta tag etc.
View 3 Replies
Similar Messages:
Jul 4, 2010
how to count the number of incorrect words from the answer from the website when comparing with database answer?
View 10 Replies
Jun 3, 2010
currently im trying to implement a quiz system on my website in which system will auto mark student's ans. if the student's ans is wrong, system will prompt an incorrect answer, highlight the errors and count the number of errors.
Im using asp.net C#.
View 6 Replies
Sep 6, 2010
I want to create an FAQ page like the one on this website
http://www.microsoft.com/windows/windows-7/faq.aspx
When you click on the question, the answer expands. Click it again and it collapses.
My question, answers are stored in a database. I googled and found out there's this JavaScript code to achieve this BUT also came across something that said it can be done using Repeater Controls.
View 4 Replies
Dec 9, 2010
I'm currently creating a web application.
I had Administrator, Teachers, Students roles.
I wanting to create a function where Administrator able to change username of the users that login to my web application or delete that user.
The users are created from asp.net web site administrator tools (security tab)..
View 4 Replies
Jan 21, 2010
I am creating a web site through command line. I am able to create a web site with single host address. But i want multiple host address for a website. this is the command I am using iisweb /create D:Test Test.com /d [URL]
View 6 Replies
Sep 29, 2010
I am still studying to become a webintegrator and this is my private project to try and learn C# better.
I have a database with a table called Answers which holds AnswerID, Answer1, Answer2, Answer3 and CorrectAnswer + a table called Questions which holds QuestionID, QuestionNumber and QuestionText.
On a page i have a repeater that pulls the questions from the database and inside it i have another repeater with my 3 radiobuttons that pulls the 3 Answers from the database and are grouped so you can only check 1 of the radiobuttons as the user. See below:
<asp:Repeater ID="rptQuestions" runat="server">
<ItemTemplate>
<div>
<div>
Spørgsmål
<asp:Label ID="lblQuestionHeader" runat="server" Text='<%#Eval("QuestionNumber") %>'></asp:Label>
[Code]...
What i need to do, is somehow find each CorrectAnswer checked correctly in the repeater holding the radiobuttons and give 1 point for each CorrectAnswer chosen by the user (if theres 10 questions there will be 10 repeateritems with 3 radiobuttons in each one) and write this into aspnet_Profile. Problem is i have no idea how to do this since it already seems a bit complicated in my head and i haven't had much C# yet. So any help would do and notice i do not ask for the entire coding but simply a push in the right direction.
View 2 Replies
Aug 15, 2012
I am using password recovery control in forgotpassword.aspx page. By default the password recovery control validates the Login id and the security question of a particular user. But i want to give an alternate option. That is, If the user forgets the security answer he can give his PAN Number as identificaiton. Its should be an option like either he can provide security answer or his PAN number. Can we acheive this functionality. Because from my knowledge it looks like Security Answer is mandatory. But i want to provide alternate option that user should give his security answer, if he forgets he can use PAN number for his identificaition. UpmMembershipProvider has default property (requiresQuestionAndAnswer) which is set as true.
View 1 Replies
Jan 20, 2011
I use login control in asp.net 4.0 and i just like to delete Security question and answer and add other field EX: address,fullname....
How should i do it?
View 3 Replies
Jan 20, 2011
I have a asp.net website in the IIS which is available on internet as www.xyz.com now I have been asked to prepare another website which will be accessed via www.xyz.com/abc.
For this, do I need to create a virtual directory under the website folder XYZ in IIS? or is there any other way to achieve this.
View 2 Replies
Mar 3, 2011
I have a working dropdown box that gives the answers yes & no. When "yes" is selected I need to create a message box that displays a simple message and allows the user to click ok, to get back to the survey.
I have been working with it, and tried several things but no luck. What would the code look like, and where exactly would I place it to fire at the right time. I am working in VB, with an aspx & aspx.vb page.
View 3 Replies
Sep 17, 2010
anyone implemented hit counter?i don't want to count the page when it refresh as the website viewed it must be count and not when refresh!and also i know to save using gloabal.asax and save to text file but it save as 1,11,111 etc but when reset again it start from 0,anybody implemented pl post codings
View 1 Replies
Mar 9, 2010
I want to create website with two different language, language option will be drop down list, how to make it.
View 1 Replies
Jan 28, 2011
I'm a newbie and I want to create a website to manage ads.
EX :
- Customer will give their website URL --> I will create i code that check that really their own.
- I will place some ads on the website and i want to create codes to manage them (Impressions, click,...)
How should i do it?
View 7 Replies
Sep 2, 2010
I have to create a sitemap for my website in asp.net 2.0.
Can anybody tell me the procedure for the same.I am totally new to this concept..
View 1 Replies
Aug 29, 2012
I want to make Sitemap for my website. How to create Sitemap in asp.net?
View 1 Replies
Oct 31, 2010
how to do this.or is there any template that one can use for the following-
using visual studio to design questions and answers with outcome of the grade immediately after submition and with timing.
For example, having questions 1 to 10, providing options like A, B, C,D, then let students choose from the right answer from the questions, then, after submition, an outcome of grade is displayed based on the right answer.
View 2 Replies
Mar 7, 2010
We are using Ultramain(DB: Oracle 10g and Language: Progress) as a MRO application for aircraft health check. Ultramain has more than 3000 users and using this application around the world. Users are forgetting the password frequently and we are getting the mail minimum 10 password reset from the user. I have planned to create a website for reset the password themselves if user valid. Only one button in the website called "RESET". If user click the reset button, it should check the user have already access using the table called "USER". If users have access, it should check the user authentication. If users does have access, the message appears "You do not have an access". If authentication success,update thepassword from the table "RESETPWD" to application table "USER".
Table:
USER --- application user table
User_ID
User_name Password
12345 Nihar ahlnhTczpihljbIn
Table:
RESETPWD ---- temp table for encrypt and decrypt password.
Encrypt
Decrypt
ahlnhTczpihljbIn 1234
View 2 Replies
Jun 24, 2010
I just wanted to create a forum for my personal purpose .....
It should be similar like our asp.net forum.
how to get started to create forum like this.
Steps i want to know
First user will register in my forum. He might post his / her question in the post. The question first should be verified by forum admin, and then it should be publish to everyone. For any question, any user will come and reply to the post. How to do so? The post should be marked as answer only by the user who posts the question other reply user cant able to marked as answered...?
For the above second (2) steps:
For Eg:
Category:-Buyer/Seller (This will be in dropdown list)
Username:-User A
Subject:- Required 1000 pens in best price
Message:- We are leading stationary products buyers in the world.
Hence we need good pen in best price.
For the above third (3) steps:
How to publish new post in new page dynamically.
For Eg: www.abc.com/0001.aspx this is the new post, posted by User A.
View 3 Replies
Mar 23, 2010
My Boss wants me to create a webpage similar to RTA's page. How to do it? If possible give me a sample project similar to RTA.
View 2 Replies
Aug 31, 2012
I have googled this topic and found lots of solutions like
[URL] ....
[URL] ....
But still I am confused how to start. I have made some asp.net websites in which i was applying JQuery, Ajax, webservices this technology. Now i want to make that website in a lighter mobile version(windows phone, android phone, tablet, iphone, other mobile device).
View 1 Replies
Jan 28, 2014
I want to create a comment system for users to comment on my Photos of Photo Galleries and videos in my Website. How i will create it using ASP.Net,C#,SQL Server?
View 1 Replies
Feb 3, 2010
I'd searched the web a while back and I didn't found an answer to my curiosity. I am using a master page, and I have this content page, in which I have to store the entry on another content page. If I am not using a master page, then, I can simply specify on the form's action attribute the file name of the page where am I going to store my entry.
View 11 Replies
Feb 19, 2010
I have these settings.. in my webconfig..
enablePasswordRetrieval="true"
enablePasswordReset="true"
requiresQuestionAndAnswer="false"
So i dont need to use Q and A for password retrevial ( I use email password recovery), but I would like to use Q and A as and Admin, just as that higher level of secuirty.How can I turn off the encryption of the answer of the Q and A, or decrypt it in a report or something ???
View 3 Replies
Jan 15, 2010
I am creating a website for an international organization. The initial default page provides a list of languages for the user to select from, but then every page thereafter must be created at runtime with every text field inserted with the selected language. I am using tables in an SQL Server database that provides the translations for every text field on every page. My question is: How do I create a new web page at runtime that is seen by the user in the proper language? I know how to go from one web page to another existing web page. I just do not know how to transfer execution to a new web page.
View 7 Replies