Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
Ranked #31.8K
~21.1K People Reached
Favorite Forums
Favorite Tags

6 Posted Topics

Member Avatar for mitchell.schols

Several tags have not been closed; the meta's, the link's; later on there's several </br> that should be <br />. A few other erors as well (missing </article>. xhtml is a lot more picky than html...

Member Avatar for Pradosh_1
0
18K
Member Avatar for alex.alekan

This text "SELECT TXT" + "FROM (...)" will resolve to SELECT TXTFROM (...)" As a result of that the FROM keyword will not be found Should read "SELECT TXT " + "FROM (...) " I prefer to add a space to all substrings that are part of a SQL statement.

Member Avatar for alex.alekan
0
2K
Member Avatar for khair.ullah

Does the parent class have a method protected virtual void onload(EventArgs e) { //... } ?

Member Avatar for Kavitha_2
0
386
Member Avatar for amitesh11
Member Avatar for SkyCross

Can you be sure a record will be found to update, given the test WHERE BlockNo='" + BlockNo + "'" and the fact that BlockNo is allowed to be an empty string? Why the test if (BlockNo == "") if the code in both blocks is practically identical?

Member Avatar for Jan-Willem
0
195
Member Avatar for SkyCross

Starting with Firstname you code misses the closing-squotes: ", Firstname='" + Firstname + ", Familyname='" should read ", Firstname='" + Firstname + "', Familyname='"

Member Avatar for cgeier
0
505

The End.