brendan

4,322
Reputation
236 views

Registered User

Name brendan
Member for 1 year
Seen 15 hours ago
Website
Location US
Age 30
Developer - mostly .Net these days but I've dabbled in a tons of other stuff.
Dec
1
comment Javascript security / cross scripting on same server
In windows it's the same, you can add an entry to your hosts file located at - \Windows\system32\drivers\etc\
Nov
30
revised Retrieving values of MS CRM fields through variable
edited tags
Nov
29
comment using reflection for this, is there another way?
If all you have is 2 strings I think reflection is all you can use here.
Nov
27
revised jQuery where INPUT is checked
deleted 1 characters in body
Nov
27
revised jQuery where INPUT is checked
added 36 characters in body
Nov
27
answered jQuery where INPUT is checked
Nov
27
comment How to print 1 to 100 without any looping using C#
doh! fixed now :-)
Nov
27
revised How to print 1 to 100 without any looping using C#
added 14 characters in body; added 1 characters in body
Nov
27
answered How to print 1 to 100 without any looping using C#
Nov
27
accepted .Net existence: chicken and eggs?
Nov
27
revised .Net existence: chicken and eggs?
added 142 characters in body
Nov
27
answered .Net existence: chicken and eggs?
Nov
26
accepted How do you pull the URL for an ASP.NET web reference from a configuration file in Visual Studio 2008?
Nov
25
revised Does this code prevent SQL injection?
added 66 characters in body
Nov
25
comment Does this code prevent SQL injection?
Updated with a possible gotcha in your code, will try to think of more.
Nov
25
revised Does this code prevent SQL injection?
added 95 characters in body; added 65 characters in body; added 359 characters in body
Nov
25
comment Does this code prevent SQL injection?
Right but if we just put - 'oh check for x and y and z' and didn't harp on how important paramterized queries are some noob 6 months from now will find this and think just cleaning x and y and z are the best way to stop SQL injection.
Nov
25
answered Does this code prevent SQL injection?
Nov
25
answered Adding a new user to CRM 4.0 using sdk
Nov
25
answered modify data in bound field and template field
Nov
25
answered How can I create an Outlook PST file using .Net?
Nov
25
revised Mysql, “insert into“
fixed typo
Nov
25
accepted Mysql, “insert into“
Nov
25
answered Mysql, “insert into“
Nov
20
comment How can I insert a character after every n characters in javascript?
Possibly, but a client side solution is more easily implemented for my current predicament.
Nov
20
comment How can I insert a character after every n characters in javascript?
The browser won't wrap within a word, I have long words like "ThisIsAStupidLabelThatOneOfMyUsersWillTryToMakeInMyApplication"
Nov
20
asked How can I insert a character after every n characters in javascript?
Nov
19
accepted Remoting - Is an object remote?
Nov
17
accepted Resources for What and how NOT to use ASP.NET AJAX?
Nov
12
answered MDYY SQL Format
Nov
12
comment How can I create an Outlook PST file using .Net?
That is reading a PST not creating/writing to one isn't it?
Nov
12
asked How can I create an Outlook PST file using .Net?
Nov
11
answered ASP.NET Report Viewer control browser compatability issue
Nov
11
accepted Stored Proc and SqlCommand Timeout
Nov
11
answered Stored Proc and SqlCommand Timeout
Nov
11
comment Read text file within a .NET project
Why not just create a stored procedure for each long script?
Nov
9
answered What’s a .duo file?
Nov
9
revised clear all divs’ contents inside a div
edited body; deleted 3 characters in body
Nov
9
answered clear all divs’ contents inside a div
Nov
6
revised Debugging JavaScript in VS
added 1 characters in body
Nov
4
answered Reworking a Distributor/Customer tangle in Microsoft Dynamics CRM 3.0
Nov
4
revised What Is The “Magic” Behind The Search Engines
grammar; deleted 4 characters in body
Nov
4
answered What is the difference between HttpContext.Current.Response and Page.Response?
Nov
3
revised Libraries or tools for generating random but realistic text
made question a link
Nov
3
comment Using a SubQuery in an Insert Statement in SQL Server 2005
beat me by 11 seconds :-)
Nov
3
answered Using a SubQuery in an Insert Statement in SQL Server 2005
Nov
3
answered Updating a div section on a content page from an event handler within app_code
Nov
3
revised Domain look up in asp.net
corrected the english to make the question more clear; edited title; edited title
Nov
3
accepted How to insert values into VB.NET Dictionary on instantiation?
Nov
3
comment content from divs into textarea
good points Tim, updated the example - just something I threw together, not 100% vetted for all scenarios. Thanks!