Questions For Interview Preprations Of C#.net & Asp.net 3.5?
Jul 8, 2010I am a windows developer 3.6 Exp in .Net,i need some good link or questions for interview preprations of C#.net & Asp.net 3.5
View 2 RepliesI am a windows developer 3.6 Exp in .Net,i need some good link or questions for interview preprations of C#.net & Asp.net 3.5
View 2 Repliesforward me the SSRS or SSIS Interview Question or Links, I have search in google but i did not got much information on that.
View 2 Replies.net interview question for 1+ year experience developer
View 1 RepliesThis was asked during one of my interview.I was not able to answer could someone help me out to write a query for this With the above table.We should have a qry written so that it shows the following result
View 2 RepliesHi,
I need some explanations regarding the above exception.
I understood that if you place a response.redirect inside a try catch block, u will get the exception and the aspnet will handle the exception silently without the user knowing. But the thing is that right now i am having a hard time thinking of a reason
why the error will occur after some changes has been made and the codes with the response.redirect has not been touched.
Regards,
Poh Wei Xiang
I want to create a survey. I want to display the format like this:Question1
a) blah blah
b)
c)
d)
Question2
a)
b)
..
I have no clue which control to use. If I use repeater, how to bound the questions and the answers from the datasource?
The default asp membership provider only allows for one security question and answer. Does anyone know a work around to allow for more than one question and answer?
View 1 RepliesHave to create an FAQ page in ASP.net which comprises a list of 20 questions (all anchors) and then a Q/A section ftr down the page. The summary questions should jump to the Q/A section. I have the 20 questions in a List<> and have spun through the list creating a new List<> by adding <A></A> etc.
[Code]....
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.
In my project I have a web service that returns an Exam object. This object contains a property that returns set of multiple choice questions in Questions[] array. Each Question object in Questions array contains two properties, Question and ChoiceArray. To clear things here's the code,
Exam e = service.GetExam(long CenterID);
Questions[] questions = e.Questions;
foreach(Qestion question in questions)
{
string q = question.Question;
Choice[] choice = question.Choice;
}
I need to know a way I can all of these question and their choices onto a form. Since I have these as arrays I can not bind them properly using DataList. how to display these questions and their choices on to the form and on choice selection, get the value of the selected answer for each question back.
1) In a repeater table I have a two-column radio list with seven buttons:
I would like to have the last button (infinitive) centered below the other six so that it looks something like this:
1 o 1 o
2 o 2 o
3 o 3 o
o Infinitive
2) In the same table I also have the following radio list
<asp:RadioButtonList
ID="RadioButtonList1"
runat="server"
AutoPostBack="True"
BorderStyle="None"
RepeatColumns="3"
repeatdirection="Horizontal"
[Code]....
I have created one exam module where user will give the answers of objective questions.I have created next buttoon now i am getting first question in form load and now on click of next button shall i increase the question no +1 or some thing else.
View 1 Repliesi am new for asp.net. i want to develop a simple web application(asp.net+c#) which display questions and multiple choice answers and calculate result. i want to know which one is the best way for me to do it.i want to use linq to sql.
View 1 RepliesI want to build a survey system where you can build a form with questions and some answers to these questions and then members who will log in will be able to take the test.
Then i want to present the different results from the test in some diagram or something like that.
Object reference not set to an instance of an objectI am getting this error sometimes. I have a page where I load questions and for some question system generate this error. Why do I get this error?
View 2 Replies