Search:

Type: Posts; User: staticbob

Page 1 of 13 1 2 3 4

Search: Search took 0.64 seconds.

  1. Replies
    1
    Views
    546

    Expression: Head Desk Bang

    Whats your best code expression for banging your head repetitively on a hard surface until everything is better?

    You know, like when you're asking somebody to do something that is reallllllly...
  2. Replies
    0
    Views
    11,830

    Datagrid Automation Properties

    Hi all,

    I'm trying to get a Silverlight datagrid interfacing correctly with screen readers. For this I need to ensure AutomationProperties are set correctly.

    Adding this to the datagrid XAML...
  3. Replies
    1
    Views
    798

    SQL Expert for tuning

    Guys,

    I've had a database application developed offshore and am now having serious performance issues after 3 months of live data input.

    I have an urgent and immediate need for a commercially...
  4. Replies
    0
    Views
    429

    Synchronisation timeouts

    Hi all,

    I;m working on a project thats fully Silverlight. Garghhh. It uses the Silverlight offline function a large amount so our users can sync data offline to a local laptop for field visists.
    ...
  5. Replies
    2
    Views
    5,179

    Re: Active control border

    Thanks Rob,

    How do I do this? I've tried to add this button style definition into the APP.xaml, but I dont know how to make this onfocus only...


    <Application.Resources>
    ...
  6. Replies
    2
    Views
    5,179

    Active control border

    Guys,

    Is it possible to change the border style of controls when they get focus? Ideally across the board, if not how would I do it for each control?

    I have a Silverlight app that needs to be...
  7. Replies
    1
    Views
    795

    Master web config

    Guys,

    We have a deployment with 4 web.config files that need editing to get from development environment to live/test.

    I am looking for a method of centralising the lines that need changing in...
  8. Replies
    0
    Views
    3,902

    Accessibility

    Guys,

    Can anybody help with this subject. I know, google helps lots. Well, it returns lots of results, all that make interesting reading, but I'm really looking for anybody with hands-on real life...
  9. Replies
    6
    Views
    708

    Re: Data integration advice

    Thanks, this did indeed come down to the company experience, product maturity and experience of the technical team. All had a "can do" approach to the data integration, but one was maybe 7-10 years...
  10. Replies
    6
    Views
    708

    Re: Data integration advice

    Guys, thanks for the responses.

    @sapator - the company I'm working with is a large national organisation, we're looking at about 2000-3000 users of the in house system being developed. I'd...
  11. Replies
    6
    Views
    708

    Data integration advice

    Guys,

    I have to look at 4 software vendors to evaluate their "Data Integration technology and capabilities". All companies have off the shelf solutions that will need to integrate with an existing...
  12. Replies
    7
    Views
    1,267

    Re: Web App Style Guide

    Well, anything is better than what I have at the moment!

    Appreciated, thanks.
  13. Replies
    7
    Views
    1,267

    Web App Style Guide

    Hi Guys,

    I've been tasked with reviewing a Silverlight application currently in beta and write a style guide that obviously never existed when the development started. There are lots of...
  14. Thread: 2D nesting

    by staticbob
    Replies
    1
    Views
    909

    2D nesting

    Guys,

    Anybody out there have any experience of 2D nesting solutions or any algorithims that may help?

    Quick summary...

    I have an oven for curing composite panels.

    The oven has 2 shelves...
  15. Replies
    1
    Views
    525

    Simple get filename and foldername

    Guys, sorry, its been a while...

    I need to get a filename from the user, and also store its folder. I was trying with this but I guess this dialogue just returns the filename, dont want to have to...
  16. Replies
    1
    Views
    618

    .NET Policy / AJAX script permissions

    Guys,

    I have developed an asp.net2 website. I am hosting it inside a company application, in a HTML viewer attribute on a form. I don't know exactly what the HTML viewer is, I just throw in a URL...
  17. Re: WebConfig from 3.5 to 3.0 issues

    I sorted this by creating a new website from the AjaxToolkitTemplate, made sure it was running for .net2, then took the web config and adding in the extra I needed.

    Bob
  18. Re: WebConfig from 3.5 to 3.0 issues

    I have this running the default page now, that doesnt have much content. As soon as I get to a richer page I get the "Errors on page, do you want to continue running scripts on this page" and it...
  19. [RESOLVED] WebConfig from 3.5 to 3.0 issues

    Guys,

    I've developed a website that started life in .net3.5 but then I had to take it back to 3.0. I developed this on my laptop which runs both.

    I'm now trying to get this website working on...
  20. Replies
    0
    Views
    566

    Javascript: Looping controls

    Guys,

    I have a page that holds a checkbox and a repeater control. The repeater control holds instances of a custom webcontrol "QuestionControl.aspx"

    QuestionControl has a public property,...
  21. Replies
    2
    Views
    1,867

    Re: xdocument to xmldocument query

    Yup. Delete if you have the POWERRRRRRRRR
  22. Replies
    0
    Views
    996

    [2005] Show/Hide on Label click?

    Guys,

    Is this possible? I can't see why this is working. For reference, this is a custom user control that is hosted inside a repeater control on my main page.

    Thanks
    Bob



    <%@ Control...
  23. Replies
    1
    Views
    3,020

    Ajax Accordion - Override Header events

    Guys,

    I am using the Accordion control from the Ajax control toolkit. The default event for the header is an expand/collapse.

    In my header, I want to add a checkbox and be able to get to the...
  24. Replies
    7
    Views
    804

    Re: More 3.0 to 3.5 issues

    Sorted, thanks...



    For Each xn As XmlNode In document.SelectNodes("/PPRObject/Section")
    If xn.Attributes(0).Value = sectionName Then
    For Each...
  25. Replies
    7
    Views
    804

    Re: More 3.0 to 3.5 issues

    OK, this gets me into the right place.... the matching section from the XML file...

    http://i63.servimg.com/u/f63/12/13/53/25/cabbag11.jpg

    But how do I know get the data from the innerXML of...
  26. Re: Excel question: calculate how long it takes till XX time

    http://www.schedule7.com/travattack.php
  27. Replies
    7
    Views
    804

    Re: More 3.0 to 3.5 issues

    ok, but get the results into what type of object? Previously, I was just binding the repeater to the query results in "questions"...


    Dim lstQuestions As Repeater =...
  28. Replies
    2
    Views
    1,867

    xdocument to xmldocument query

    Guys,

    Can somebody help me take this from an xdocument linQ query syntax to something that will work in .net 3.0 please...

    Thanks
    Bob


    '####### 3.5 ########
    Dim...
  29. Replies
    7
    Views
    804

    [RESOLVED] More 3.0 to 3.5 issues

    Guys,

    I have to take a project from 3.5 down to 3.0.
    The 3.5 project is making use of the linq.xdocument in the following code, can somebody show how I do this in 3.0 please?

    I've replaced...
  30. Re: Help replacing Listview with Repeater

    Erm... yeah. Find and replace all works a treat. How stupid do I feel.

    No more that normal I guess.

    Thanks Froggy.

    Bob
  31. [RESOLVED] Help replacing Listview with Repeater

    Guys,

    I have a page that is working great using an accordion control with listviews as items. But I now have to take this back to .net 3.0, so no ListView. Can anybody help me do this please? I...
  32. Replies
    1
    Views
    507

    [2008] events on placeholder ddlist

    Guys,

    I am populating a dropdownlist and adding it to a placeholder at runtime. How can I get to events of the drop down?

    Ta
    Bob
  33. Replies
    2
    Views
    790

    Re: [2008] Extending ajax accordion control

    Hi Kasracer,

    Thanks for the response. Yeah, the functionality does sound kind of awkward, but I need a way to enable/disable each section...

    ... and, if it isn't applicable then I want to...
  34. Replies
    2
    Views
    790

    [2008] Extending ajax accordion control

    Guys,

    I'm using the Ajax accordion control to display some data. Could anybody tell me if it would be possible to extend this control so that each header section contains a checkbox, checking it...
  35. Replies
    3
    Views
    493

    string from webconfig

    Guys,

    Can I change this...

    <asp:XmlDataSource ID="xmlDataSourceSections" runat="server" DataFile="~/Physical.xml" XPath="/PPRObject/Section" />

    To take a path from my webconfig for the...
  36. Replies
    5
    Views
    2,264

    Re: show / hide panel

    Thanks for the responses guys, I've now moved to the ajax accordion control, implementing it as a listview hosting my custom controls. Works a treat.
  37. Replies
    3
    Views
    558

    Re: [2008] Creating XML

    Thanks for the response guys...

    Got it, this works...

    Dim answer As XmlNode = xml.CreateElement("ptev_g" & Format(xml_section, "00").ToString & "_cat")
    answer.InnerText = Qcontrol.QCategory...
  38. Replies
    3
    Views
    558

    [2008] Creating XML

    Guys, simple one, where am I going wrong with creating this xml???

    This is what I want.....

    <0A0B1264510C0D23_15012009_status>
    <ptev_g01_01>
    <ptev_g01_com>"testing...
  39. Replies
    0
    Views
    1,515

    [2008] Get data from listview/accordion

    Guys,

    I'm using the accordion control from the ajaxtoolkit. I have it displaying data from an xml file with a custom control, but I now need to get data back out.

    How can I cycle thru the items...
  40. Replies
    1
    Views
    455

    simple parent child design options

    Guys,

    I just need some options for a data layout on a page, its been a while since I did anything...

    I have an XML file. Its a list of questions, in 12 sections. The number of sections may...
Results 1 to 40 of 500
Page 1 of 13 1 2 3 4



Click Here to Expand Forum to Full Width