Be kind to me. What I know about C# and ASP I have only picked up in the last week or so. I am migrating from Access and think I am doing okay with my limited knowledge.
I working on a rather complex tool for work. I have been working on this off and on for over 10 years. Hence it is complex, however, in line with my personal style coding is minimised.
One aspect that is driving me nuts though...I have been developing experimental pages in razor view cshtml. Whilst this may not be the best tool for the job, for now it is fine for my purposes.
The one thing driving me nuts is how to find out hw to create and databind a drop down listbox or in access parlance a combo box. I am wanting to set up an administration portal for myself and my assistant so we can start populating the database whilst I work on the other tools. To do this I need to tie the data dropdown list to a SQL statement SELECT * FROM tblTable. This is to allow the webgrid to populate with the table being referenced. I know this is susceptible to SQL injection however for the purpose on the level we are working it is ok.
I cant even work out how to search in google to get an answer as I don't know what to ask if that makes sense
Thanks
I working on a rather complex tool for work. I have been working on this off and on for over 10 years. Hence it is complex, however, in line with my personal style coding is minimised.
One aspect that is driving me nuts though...I have been developing experimental pages in razor view cshtml. Whilst this may not be the best tool for the job, for now it is fine for my purposes.
The one thing driving me nuts is how to find out hw to create and databind a drop down listbox or in access parlance a combo box. I am wanting to set up an administration portal for myself and my assistant so we can start populating the database whilst I work on the other tools. To do this I need to tie the data dropdown list to a SQL statement SELECT * FROM tblTable. This is to allow the webgrid to populate with the table being referenced. I know this is susceptible to SQL injection however for the purpose on the level we are working it is ok.
I cant even work out how to search in google to get an answer as I don't know what to ask if that makes sense
Thanks