569 reputation
418
bio website skinzy.org
location UK
age
visits member for 1 year, 9 months
seen 17 hours ago
stats profile views 174

2d
accepted Is there a way to find all View.GONE elements on a page?
2d
comment Is there a way to find all View.GONE elements on a page?
Sorry yeah, they're hidden in code, but it's the layout I mean yeah
2d
asked Is there a way to find all View.GONE elements on a page?
May
17
comment Looping through repeater items
However, saying that - tbselected always = ""
May
17
accepted Looping through repeater items
May
17
comment Looping through repeater items
Of course, silly me! Thanks!
May
17
comment Looping through repeater items
That looks like it could work, how would I protect if (TextBox)c.FindControl("tbSelected") is null (it's now always shown)
May
17
asked Looping through repeater items
May
17
accepted Getting listview ID name
May
15
asked Getting listview ID name
May
14
comment Converting video to HTML5 ogg / ogv and mpg4
As a follow up to this, it asks if you would like to install AVG toolbar, but can opt out
May
10
comment Using a repeater in C# from VB.net example
Hey, Thanks for that. The only problem seems to be it doesn't like nRow("whatever") - "Error 14 'nRow' is a 'variable' but is used like a 'method'"
May
10
comment Using a repeater in C# from VB.net example
Yeah, I need to do an if statement inside the loop of the binding to basically do if boolean = true, hide specific element
May
10
asked Using a repeater in C# from VB.net example
May
9
awarded  Popular Question
May
7
accepted If an ID is in the list already, don't allow to add product
May
7
comment If an ID is in the list already, don't allow to add product
Thanks for this, I can see the logic - However I have the following code and when myids = nothing, it hits inside as if the id was in the array. jQuery(".selectItem").click(function () { if (myIDs) { if (jQuery.inArray(jQuery(this).data('id'), myIDs)) { //do nothing } else { addToCart(jQuery(this).data('id')); } } else { addToCart(jQuery(this).data('id')); } });
May
7
asked If an ID is in the list already, don't allow to add product
Apr
29
accepted Regex for finding all aspx links in text files - but not html for replace
Apr
29
comment Regex for finding all aspx links in text files - but not html for replace
You sir, are a legend. Thank you