Click here to Skip to main content
15,889,335 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: web app dll files Pin
Abhinav S5-Jul-12 17:19
Abhinav S5-Jul-12 17:19 
GeneralRe: web app dll files Pin
sc steinhayse6-Jul-12 3:19
sc steinhayse6-Jul-12 3:19 
QuestionDatalist Background Pin
Deepak-Tamil4-Jul-12 20:42
Deepak-Tamil4-Jul-12 20:42 
AnswerRe: Datalist Background Pin
Deepak-Tamil5-Jul-12 4:06
Deepak-Tamil5-Jul-12 4:06 
Generalasp.net 2010 code compare Pin
dcof3-Jul-12 10:56
dcof3-Jul-12 10:56 
GeneralRe: asp.net 2010 code compare Pin
jkirkerx3-Jul-12 11:53
professionaljkirkerx3-Jul-12 11:53 
GeneralRe: asp.net 2010 code compare Pin
dcof3-Jul-12 15:09
dcof3-Jul-12 15:09 
GeneralRe: asp.net 2010 code compare Pin
jkirkerx3-Jul-12 18:03
professionaljkirkerx3-Jul-12 18:03 
File dates and version numbers are a good start.

The newer the file, the better the code.

Do you have any of the source projects to the DLL's?

Not that many programmers know how to write a server control compiled as a DLL, because they don't understand the page life-cycle. So what appears to work in development, bombs in actual production use.

In the asp.net website forum server controls, about 3/4 of the OPPs have no clue what there doing. The most common mistakes are classic asp programmers using response.write like it's a php program, to create html tags. The other is not creating html object in OnInit, and loading data in OnLoad.

If you have the source code to the DLL, or at least 1 DLL, post a server control page from it, the whole page, and let me check it out. A server control page should have a header that looks like this, or similar in c#

If the sample looks really bad, then it's a positive indicator that the code needs to be cleaned up, and reformatted, and will represent the quality of all the other code you purchased from the contractor.

Or post 1 page of the decompiled output at least. It will save you a lot of time and trouble, and others will be able to monitor the response, so that's its genuine.

<DefaultProperty("Text"), ToolboxData("<{0}:browser_File runat=server></{0}:browser_File>")> _
Public Class ckEditor_file_Browser
    Inherits WebControl

GeneralRe: asp.net 2010 code compare Pin
dcof4-Jul-12 14:45
dcof4-Jul-12 14:45 
Generalmasterpages Pin
jkirkerx5-Jul-12 7:08
professionaljkirkerx5-Jul-12 7:08 
GeneralRe: asp.net 2010 code compare Pin
R. Giskard Reventlov3-Jul-12 16:35
R. Giskard Reventlov3-Jul-12 16:35 
GeneralRe: asp.net 2010 code compare Pin
BillWoodruff5-Jul-12 13:41
professionalBillWoodruff5-Jul-12 13:41 
GeneralRe: asp.net 2010 code compare Pin
jkirkerx6-Jul-12 6:58
professionaljkirkerx6-Jul-12 6:58 
Questioncreate website like blogigo Pin
marjan_gh3-Jul-12 9:04
marjan_gh3-Jul-12 9:04 
AnswerTry DotNetNuke Pin
David Mujica3-Jul-12 10:38
David Mujica3-Jul-12 10:38 
QuestionLogin problem Pin
serigraphie3-Jul-12 6:35
serigraphie3-Jul-12 6:35 
AnswerRe: Login problem Pin
jkirkerx3-Jul-12 8:28
professionaljkirkerx3-Jul-12 8:28 
Generalxsl and xsl fo transformations Pin
indian1433-Jul-12 5:42
indian1433-Jul-12 5:42 
SuggestionRe: xsl transformations Pin
AspDotNetDev3-Jul-12 7:20
protectorAspDotNetDev3-Jul-12 7:20 
GeneralRe: xsl and xslfo transformations Pin
indian1433-Jul-12 8:01
indian1433-Jul-12 8:01 
QuestionCreating Dynamic control in oninit method Pin
ankushbelorkar3-Jul-12 5:15
ankushbelorkar3-Jul-12 5:15 
AnswerRe: Creating Dynamic control in oninit method Pin
R. Giskard Reventlov3-Jul-12 5:20
R. Giskard Reventlov3-Jul-12 5:20 
AnswerRe: Creating Dynamic control in oninit method Pin
jkirkerx3-Jul-12 7:46
professionaljkirkerx3-Jul-12 7:46 
QuestionMultiple ScriptManager.RegisterStartupScript Issue Pin
Vimalsoft(Pty) Ltd2-Jul-12 21:11
professionalVimalsoft(Pty) Ltd2-Jul-12 21:11 
AnswerRe: Multiple ScriptManager.RegisterStartupScript Issue Pin
Sandeep Mewara2-Jul-12 23:18
mveSandeep Mewara2-Jul-12 23:18 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.