The application is for a university, more or less like a university administration system with 5 types of users being able to do various things i.e. student log in, change their password, academic log in - see student's module results.
At the moment I am doing a search and results page for when an academic logs in they view a student's record by entering a valid students number, so far I have been able to: -get the search working when the user enters a student number stored in the database (but a problem here is when an invalid student number or one that is not in that database is entered the application falls over - is there some way this can be prevented?) -I have the student number and student name appearing in text boxes -I have their degree pathway and advisor of studies appearing also -the last part is displaying their modules for each year and details of exam results at the moment I have a gridview displaying just a list of their modules - but this may very bad for usability when a student has been in the university for 4 years they will have a long list of modules which will involve having to use the scroll bar in IE - is there some other way this can be displayed? the application has a high focus on usability and being user friendly can anyone suggest another way to display this? Thank you Any help or suggestions greatly appreciated On Mar 2, 12:40 pm, Processor Devil <[email protected]> wrote: > I agree > > 2011/3/2 Cerebrus <[email protected]> > > > > > > > > > I think you have kept it too simple, Gunawan. > > > There may be no best or worst code but there is definitely a good and > > bad version of any given code. > > > On Mar 2, 2:24 am, Gunawan Hadikusumo <[email protected]> > > wrote: > > > You can go to codeproject.com and download the sample code from others > > > developers. Simple is that. Then you can compare your code and theirs. > > > > There is no best or worst code. Everybody has his own logic to write the > > > code as long as you follow the KISS principle. > > > > KEEP IT SIMPLE STUPID. > > > > cheers, > > > > On Wed, Mar 2, 2011 at 5:59 AM, kevin smyth <[email protected]> > > wrote: > > > > Hello > > > > > I am a student currently using vb.net for development of a University > > > > administration system. Would it be possible for someone to provide me > > with > > > > some advice on the coding I have done, I would be extremely grateful if > > > > someone could advise or help me, would this be possible? > > > > > So far I have done a search and the results are to be displayed also (I > > > > have coded these parts) > > > > > There are some things in the results view I am struggling to code for > > > > example: > > > > I have to display modules enrolled for each year (I was hoping to do a > > > > radio button selection and then display list of modules according to > > the > > > > radio button selection), is there some way of doing this? > > > > > Thank you > > > > Regards > > > > Kevin > > > > -- > > > johnhadikusumo.blogspot.comwww.miniadverts.com.auwww.livingsuburb.com.auwww.satuindonesia.com.au... > > Hide quoted text - > > > > - Show quoted text -
