Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #54.9K
~820 People Reached
About Me

My name is Glenn. I am a software architect working for CGI Canada. I am a specialist in the development of Microsoft .NET solutions. My job involves building custom solutions for my clients who are largely in the government sector.

Interests
Public Speaking, Outdoors
Favorite Tags
Member Avatar for msamir

i have creted this code for login control: using System; using System.Data; using System.Configuration; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.WebControls; using System.Web.UI.WebControls.WebParts; using System.Web.UI.HtmlControls; using System.Data.SqlClient; public partial class _Default : System.Web.UI.Page { protected void Page_Load(object sender, EventArgs e) { } protected void Login1_Authenticate(object sender, AuthenticateEventArgs e) { …

Member Avatar for de Source
0
570
Member Avatar for Mix

I'm getting these down to the tee as I'm into C# and Java right now as they are very similar. My question is what are the key and not so obvious differences between a class and a namespace? The question has been with me for a few days, and I …

Member Avatar for Mix
0
145
Member Avatar for sant

I have just finished developing a website which is working fine in IE but giving some problems in FF and NS.Converting all to CSS is not possible:sad: .Please cite some solutions for this... --sant:?:

Member Avatar for M_K_Higa
0
105