I want to create a page for our site so that our customers can go online and give us feedback. The page will consist namely of text boxes, combo lists and radio buttons.
Ive been using DataGrids to insert records into our SQL box and can design the page using this method in ASP.net
However I was wondering if there was a better method or do people use other technologies. One thing I have found is that it takes a VERY long time for the initial page to load.
i do believe that in asp.net, your first visit to the page it
a long one but after you first visit you have it loaded into
cach or something and it loads very fast.
This is one thing we discussed when i started with asp.net.
I noticed the very long initial load time the first time
you visited a page.
I dont think a datagrid would be a bad approach.
Or you could do it another way.
What looks more professional? Do that.
I guess so... However ive been told that for performance its best declaring variables in the page itself and using a web form to upload to a SQL table.
Datagrids are ok for displaying data contained on multiple rows.
Bookmarks