4
votes
1answer
94 views

In need of some aid in regards to making my code more efficient

I've created a form that gathers and submits information to SQL database via LINQ, and sends an email if all goes while saving the database and doing a redirect. Recently, it started submitting data ...
1
vote
1answer
97 views

Which parts of my code are redundant?

Hey guys I have the following code, which i kind of just put together sloppily since I'm not really familiar with Razor/html... but nonetheless it does what I want it to do, which is basically passing ...
2
votes
1answer
346 views

Is there a method to add multiple properties to HtmlTextWriterStyle?

I am creating new elements for a webpage at run-time and I have code like this: ...
1
vote
1answer
265 views

Changing master page's menu

Discovered that the existing menu in a web app I'm working on has an issue in Chrome, where the "Logged in as" section would jump off the menu bar down below. After looking through the code, I'm ...
1
vote
0answers
1k views

DataTable 'adapter' To Html table generator

this is a project i am working on it generates an html table out of a query result. (the result DataTable of an sql command via SP) this section of the project ...