D
dfdavis.mtu
This is probably a simple question, but I just started using C# and I
haven't done any projects like this before, however, I need to know if
there is a way to accomplish what I am currently doing in a faster
time. Right now I have a web page I created in VS 2005 where I am
pulling data from a database dependant upon who is logged in and
showing them the members and information for their specific company.
However, to display this on the web page I created a label and I simply
add the html code to that label. This seems to take a good 5 minutes
as some of the companies have 1200 some people and that means 3600
lines of html are added to this label. So basically is there a faster
way to take that code and add it to the page? Right now I have an
outside program create a file with the company name beforehand and this
file contains all the HTML I want to add. Sorry if this is confusing,
but I would greatly appreciate any help or ideas.
Thanks,
Dan
haven't done any projects like this before, however, I need to know if
there is a way to accomplish what I am currently doing in a faster
time. Right now I have a web page I created in VS 2005 where I am
pulling data from a database dependant upon who is logged in and
showing them the members and information for their specific company.
However, to display this on the web page I created a label and I simply
add the html code to that label. This seems to take a good 5 minutes
as some of the companies have 1200 some people and that means 3600
lines of html are added to this label. So basically is there a faster
way to take that code and add it to the page? Right now I have an
outside program create a file with the company name beforehand and this
file contains all the HTML I want to add. Sorry if this is confusing,
but I would greatly appreciate any help or ideas.
Thanks,
Dan