tags2k

2,152
reputation
126 views

Registered User

name tags2k
member for 1 year
seen Dec 4 at 16:24
website
location GB
age 28
Scottish C# ASP.NET developer currently living and working in Yorkshire, UK.
Dec
4
awarded  Popular Question
Nov
24
awarded  Notable Question
Nov
23
comment How to get .NET array type from the string “string[]”?
I see, but I think I'll pass on the keyword dictionary! Thanks for your help.
Nov
23
comment How to get .NET array type from the string “string[]”?
Ah, well that's fair enough. But what if you're given "string[]" as the input instead of "System.String[]"?
Nov
23
asked How to get .NET array type from the string “string[]”?
Oct
28
awarded  Popular Question
Oct
15
revised ASPSmartUpload v3.2
Updated post with link
Sep
25
awarded  Notable Question
Sep
18
awarded  Popular Question
Sep
15
awarded  Notable Question
Sep
11
comment Why is REL not detected in a jQuery attribute selector
Regardless of whether it's valid you should still be able to set attr('rel') and retrieve it using the selector syntax as then there is no invalid markup anywhere, only an attribute stored against the element in the DOM!
Aug
27
awarded  Notable Question
Aug
10
awarded  Autobiographer
Aug
7
awarded  Popular Question
Aug
4
awarded  Yearling
Aug
3
comment Chevrons in Routing URLs with WebForms 3.5
Thanks so much for this answer, Phil! It's great to know the reasoning behind what's going on, and I'll look into these articles for a final solution. Thanks again.
Aug
2
comment SQL Management Studio Express opening SQL scripts in Notepad
How does this work with nvarchar or ntext content? Some of my scripts contain "foreign" languages, so converting to ANSI isn't going to help.
Aug
2
accepted ASP.NET unloading assemblies in the bin
Aug
2
answered ASP.NET unloading assemblies in the bin
Aug
2
comment ASP.NET unloading assemblies in the bin
Thanks David, but my issue isn't loading the assembly; the site will work fine for ages, and then some assemblies will be unloaded and not reinstated.
Jul
31
asked Chevrons in Routing URLs with WebForms 3.5
Jul
29
awarded  Popular Question
Jul
29
comment How can I run a Microsoft Virtual PC image of XP with IE6 on XP?
-3 for misunderstanding some terminology which isn't clearly explained and becoming irritated enough to ask the question publicly? How very dare I! :-)
Jul
29
comment How can I run a Microsoft Virtual PC image of XP with IE6 on XP?
Okay, point taken but it's not quite as you say it is. The download page points to Windows Virtual PC, which isn't available for XP, and there's no mention of Microsoft Virtual PC anywhere on the site. It's not hard to get confused when the M in RTFM is one non-specific line on a page which directs me to the wrong software.
Jul
29
asked How can I run a Microsoft Virtual PC image of XP with IE6 on XP?
Jul
17
awarded  Popular Question
Jul
16
revised ASP.NET unloading assemblies in the bin
Clarification on attempts made to fix
Jul
15
comment C# - How to reflect the generic parameter that was used for inheritance
It's a module-based system, so in this case a ViewerBase-derived class somewhere has pointed an attribute at a static method that it wants to use as a source for its options list when it gets edited. The options rely on what T is, so the static method needs to know it. You can't pass typeof(T) in an attribute so it uses strings. I was writing the part that says "if there's a T in this string, search this class and its base class for generic parameters to pass into the option source method". If there's no T then I just call the method as normal. Hope that doesn't seem too weird! :-D
Jul
14
comment C# - How to reflect the generic parameter that was used for inheritance
It is for a good reason; the base class doesn't care about the type as it's already being constrained in the required ways. I'm actually parsing it out so I can pass it back into a MakeGenericMethod() call.
Jul
14
comment C# - How to reflect the generic parameter that was used for inheritance
Oh. I did try this and it was returning an empty Type array before, hence my posting this question. A rebuild and suddenly it returns the correct type!
Jul
14
asked C# - How to reflect the generic parameter that was used for inheritance
Jul
14
comment Need only Date from DateTime
I do find this amusing, but does anyone really need a link to Google these days? :-D
Jul
14
comment SQL Management Studio Express opening SQL scripts in Notepad
Unfortunately not, I may just resort to re-installation of Management Studio when I get a free minute!
Jul
11
awarded  Popular Question
Jul
10
comment SQL Management Studio Express opening SQL scripts in Notepad
It loads Management Studio, then opens my script in a Notepad window!
Jul
10
revised SQL Management Studio Express opening SQL scripts in Notepad
Clarification of file association
Jul
10
comment SQL Management Studio Express opening SQL scripts in Notepad
No dice - file type 'SQL' is associated with "SQLWB - SQL Server Management Studio".
Jul
10
asked SQL Management Studio Express opening SQL scripts in Notepad
Jul
10
awarded  Tumbleweed
Jul
9
awarded  Popular Question
Jul
8
comment Iterating a JavaScript object’s properties using jQuery
Thanks, I didn't realise .each did that too!
Jul
8
asked Iterating a JavaScript object’s properties using jQuery
Jul
7
answered Strongly-typed ASCX in WebForms 3.5?
Jul
7
comment Strongly-typed ASCX in WebForms 3.5?
This is an existing WebForms application that I'm trying to tidy up as much as possible, so I can't change the whole architecture. Most of the front-end generation is abstracted up so the only thing I need to worry about maintaining is MasterPages and these templates where required, which don't need any of the WebForms bits.
Jul
7
comment Strongly-typed ASCX in WebForms 3.5?
Ah sorry, my question probably wasn't clear on this, but I already have a DataTemplate<T> : UserControl class that I'm trying to use within the custom ASCX, and avoid using the partial class.
Jul
7
comment Strongly-typed ASCX in WebForms 3.5?
In a way I am trying to bend WebForms, but if it's possible to get rid of unnecessary files I don't think that's too much to ask. Especially when there is already a syntax that I've seen working in an extremely similar context which would be a perfect fit, it's just frustrating to not have it available.
Jul
7
asked Strongly-typed ASCX in WebForms 3.5?
Jul
3
asked ASP.NET unloading assemblies in the bin
Jul
2
accepted CSS and JavaScript Conditionally Repositioning onScroll an Absolutely Positioned DIV
Jul
2
answered CSS and JavaScript Conditionally Repositioning onScroll an Absolutely Positioned DIV