Paul

358
Reputation
406 views

Registered User

Name Paul
Member for 12 months
Seen 2 days ago
Website
Location Belfast
Age 26
.NET developer in Ireland.
Nov
11
answered How to upload an image when user selects a file in FileUpload control like in gmail?
Oct
26
comment Unclosed connection - Connection Pool debugging SQL Server
This will show the connections open. However it doesn't really link to any codebase to help isolate WHERE this occurs. We've had to fire the application in different areas to try and isolate a particular section of code, all whilst watching the profiler.
Oct
21
asked Unclosed connection - Connection Pool debugging SQL Server
Sep
23
awarded  Notable Question
Sep
17
accepted Cache Dependancy Off causing exception..
Aug
30
answered Cache Dependancy Off causing exception..
Aug
30
asked Cache Dependancy Off causing exception..
Aug
26
accepted asp.net mvc disable browser cache
Jul
30
comment Tool to replace include with its own contents?
multiple include files with different content..the partial match would be performed on the filename of the include. i.e. I know that the ONLY include files in this project that I wish to search inside and replace start with a certain pattern.
Jul
30
answered How to design a CSS for a centered floating confirm dialog?
Jul
30
comment Tool to replace include with its own contents?
I've Visual Studio & Dreamweaver available to me. A site wide find a replace wont really work because the include file differs in name and content. Ideally I'll be partially matching it i.e. content1.asp, content2.asp etc..
Jul
30
awarded  Editor
Jul
30
revised Tool to replace include with its own contents?
clarity added to scenario
Jul
30
asked Tool to replace include with its own contents?
Jul
27
answered Generate Public “ID Text” (like Stackoverflow)
Jul
22
comment SEO and queries
I'd also like clarification on this as well.
Jul
22
comment SEO and queries
Don't know that this is possible. I mean - how will they know what to ask of your search engine / site? Unless you prepopulate the Get requests with data in the sitemap, there's no way for them to dynamically query your engine.
Jul
22
answered SEO and queries
Jul
21
answered asp.net mvc disable browser cache
Jul
15
comment c# writing to the event viewer
Think you have to do some jiggery pokery with the Registry to get the EventLog to log properly with .NET - is the key created? see: support.microsoft.com/kb/329291 Also suggest you run WriteToEventLog outside the scope of this function to see if it works.
Jul
15
comment Data-Driven Websites for Very Small Businesses
Just like to add my two cents here and vote up for a DTS scenario. I've sucessfully used it (on a batch file process using dtsrun.exe) to replicate data in certain tables between two remote databases.
Jul
15
answered How to access parent.document elements using JQuery in firefox?
Jul
7
answered Open source solution for social network forum
Jun
29
asked Settings class architecture.
Jun
23
answered .net How to measure time taken to download just the httpPost body excluding httpPost headers and upload data
Jun
19
comment Entity Framework EntityKey / Foreign Key problem.
Thanks for the response Alex - getting this now: An object with the same key already exists in the ObjectStateManager. The ObjectStateManager cannot track multiple objects with the same key.
Jun
18
answered Entity Framework EntityKey / Foreign Key problem.
Jun
18
awarded  Commentator
Jun
18
comment Entity Framework EntityKey / Foreign Key problem.
Does that not involve a round trip to my DB? Surely the View is posting back an ID that can be tied up.
Jun
18
comment Strongly-Typed ASP.NET MVC with ADO.NET Entity Framework
Just like to say that I'm glad this was left to 'live', and that stackoverflow should be flexible for people to document stuff like this. for a couple of reasons. 1). It ranks highly in search, letting other developers learn off it. i.e. the community benefits. 2) Supporting material like this can be used for other question answers.
Jun
18
answered Looking for “localhost” apache server that allows .htaccess
Jun
18
asked Entity Framework EntityKey / Foreign Key problem.
Jun
16
answered Auto insert date and time in form input field?
Jun
16
asked Binding a simple sort dropdown to a list in MVC.
Jun
12
comment Building a dynamic regular expression.
No its not for an IP address, its just for a range up to 255 for initial testing, essentially this would be to test the full positive range of a valid integer (up to 2,147,483,647)
Jun
12
comment Building a dynamic regular expression.
Perhaps a change in design is on the cards. This does seem overly complex for something so simple in regular code.
Jun
12
comment Building a dynamic regular expression.
It is to validate the actual range values. Yep and Eek.
Jun
12
comment Building a dynamic regular expression.
I realist that that would be an easier way to do this. For reusability of this particular section of code, I need a regex. Paul.
Jun
12
asked Building a dynamic regular expression.
Jun
11
awarded  Popular Question
Jun
9
awarded  Tumbleweed