Click here to Skip to main content
15,908,264 members
Home / Discussions / C#
   

C#

 
GeneralRe: Strange behaviour of WebBrowser Control?!!! Pin
Anthony Mushrow7-Dec-07 14:52
professionalAnthony Mushrow7-Dec-07 14:52 
GeneralRe: Strange behaviour of WebBrowser Control?!!! Pin
Khoramdin8-Dec-07 4:59
Khoramdin8-Dec-07 4:59 
GeneralRe: Strange behaviour of WebBrowser Control?!!! Pin
Anthony Mushrow8-Dec-07 5:17
professionalAnthony Mushrow8-Dec-07 5:17 
QuestionText in bitmap Pin
mimar7-Dec-07 13:18
mimar7-Dec-07 13:18 
GeneralRe: Text in bitmap Pin
Anthony Mushrow7-Dec-07 14:17
professionalAnthony Mushrow7-Dec-07 14:17 
GeneralRe: Text in bitmap Pin
mimar8-Dec-07 1:05
mimar8-Dec-07 1:05 
GeneralRe: Text in bitmap Pin
Anthony Mushrow8-Dec-07 2:20
professionalAnthony Mushrow8-Dec-07 2:20 
Generalmain Database in C# Pin
Dilawar7-Dec-07 11:23
Dilawar7-Dec-07 11:23 
Course Instructor’s View:
Course Instructor should be able to Add/Edit/Delete the Content. i.e.
Add/Remove Course outline document.
View All /Add/Edit/Delete Assignments
View All /Add/Edit/Delete Quizes.
View All /Add/Edit/Delete Lecture Slides.
View All /Add/Edit/Delete Handouts.
View All/Add/Edit/Delete Announcement.
1. You have to save the information related to these documents in the SQL Server Database.
Course Outline: Date Given, DateUploaded.
Assignment : Title, Description, DateGiven, DueDate, UploadedDate, FileLocation.
Quiz : Title, Description, DateGiven, UploadedDate, FileLocation
LectureSlides : Topic, Description, DateDelivered, DateUploaded, FileLocation.
Handouts: Topic, Description, Date Given, DateUploaded, FileLocation.
Announcement: Text, AnnouncedDate, Priority(Low/Medium/High)
{“DateUploaded” should be inserted by the program itself, using DateTime.now property.}
{“FileLocation” is the full path of the uploaded file.}

2. In the datagridview, if the user clicks a row, another screen should be opened for a detailed view of that particular Quiz/assignment/test, where he/she would be able to edit the information. He also can Upload a file here.

3. All these content files can be of .doc/.pdf/.html/.ppt/… format. Teacher should be able to browse the file using “fileOpenDialog”. The selected file should then be uploaded/saved to the respective location.
{Hint: see “fileopendialog” and “System.IO.File” or “filestream” class methods, for saving these files}

4. Output Path(where all the course files are to be saved) is not to be hardcoded, rather it should be read from “app.config” file. See this link for help.
http://www.codeproject.com/csharp/SystemConfiguration.asp
5. Course Information has to be maintained in proper folder hierarchy. E.g. the hierarchy of Visual Programming course folders should be like this.
? Visual Programming
? Assignments
? Quizes
? Handouts
? Tests
e.g When the first Quiz is to be added, your program should create a folder named “Quizes” and add the quiz file at this location.. OutputPath\CourseName\Quizes\QuizFileName.doc , You have to do the same for Assignments, Handouts and Tests.
6. Create a table having CourseInfo, where each row corresponds to a course. This table should have CourseCode, Title, Instructor, CourseProfilePath.
can anybody help me in this problemm..........
GeneralRe: main Database in C# Pin
Pete O'Hanlon7-Dec-07 11:36
mvePete O'Hanlon7-Dec-07 11:36 
GeneralRe: main Database in C# Pin
Paul Conrad7-Dec-07 13:40
professionalPaul Conrad7-Dec-07 13:40 
GeneralRe: main Database in C# Pin
Paul Conrad7-Dec-07 13:41
professionalPaul Conrad7-Dec-07 13:41 
GeneralClass Master of Class , and prof code writer ... Pin
I Believe In GOD7-Dec-07 10:26
I Believe In GOD7-Dec-07 10:26 
GeneralRe: Class Master of Class , and prof code writer ... Pin
Pete O'Hanlon7-Dec-07 10:58
mvePete O'Hanlon7-Dec-07 10:58 
GeneralRe: Class Master of Class , and prof code writer ... Pin
I Believe In GOD7-Dec-07 11:08
I Believe In GOD7-Dec-07 11:08 
GeneralRe: Class Master of Class , and prof code writer ... Pin
Christian Graus7-Dec-07 11:02
protectorChristian Graus7-Dec-07 11:02 
GeneralRe: Class Master of Class , and prof code writer ... Pin
I Believe In GOD7-Dec-07 11:19
I Believe In GOD7-Dec-07 11:19 
GeneralRe: Class Master of Class , and prof code writer ... Pin
Christian Graus7-Dec-07 16:21
protectorChristian Graus7-Dec-07 16:21 
Generalquestion about datagridview Pin
E_Gold7-Dec-07 10:02
E_Gold7-Dec-07 10:02 
AnswerRe: question about datagridview Pin
I Believe In GOD7-Dec-07 10:13
I Believe In GOD7-Dec-07 10:13 
GeneralRe: question about datagridview Pin
Giorgi Dalakishvili7-Dec-07 10:14
mentorGiorgi Dalakishvili7-Dec-07 10:14 
GeneralRe: question about datagridview Pin
E_Gold7-Dec-07 10:33
E_Gold7-Dec-07 10:33 
GeneralRe: question about datagridview Pin
Giorgi Dalakishvili7-Dec-07 10:38
mentorGiorgi Dalakishvili7-Dec-07 10:38 
GeneralTaskbar Popup Pin
s3rro7-Dec-07 9:20
s3rro7-Dec-07 9:20 
GeneralRe: Taskbar Popup Pin
Kristian Sixhøj7-Dec-07 9:37
Kristian Sixhøj7-Dec-07 9:37 
GeneralAttach/Detach Component Pin
A.Asif7-Dec-07 9:14
A.Asif7-Dec-07 9:14 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.