• Member Avatar for Mike Askew
    Mike Askew

    Began Watching XSL to produce xml name value pair

    I am using xslt 1.0 My input xml is as below <?xml version="1.0" encoding="UTF-8"?> <Employee xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" > <FirstName>John</FirstName> <LastName>Peter</LastName> <Initial>T</Initial> <Spouse> <FirstName>Rita</FirstName> <LastName>Hudson</LastName> </Spouse> </Employee> I an trying to write …
  • Member Avatar for Mike Askew
    Mike Askew

    Replied To a Post in XSL to produce xml name value pair

    Where does server name come from in that file?
  • Member Avatar for Mike Askew
    Mike Askew

    Began Watching Change the xml structure by moving elements to other level

    Hi, My issue with xml is, I have an xml like <a> <b> <c> <d1 att2="t1">test 1</d1> <d1>test 2</d1> <d1>test 3</d1> <d1 att2="t1">test 4</d1> </c> </b> </a> I need to …
  • Member Avatar for Mike Askew
    Mike Askew

    Replied To a Post in Change the xml structure by moving elements to other level

    I thought I had figured it out! and then I realised they were grouped off att2. It has been a couple of years since I have used XSLT in anger …
  • Member Avatar for Mike Askew
    Mike Askew

    Began Watching Same problem

    I am facing the issue. Did anyone solve this issue
  • Member Avatar for Mike Askew
    Mike Askew

    Replied To a Post in Same problem

    **THE** issue Prit, god people these days. xD
  • Member Avatar for Mike Askew
    Mike Askew

    Replied To a Post in Need Help with C# Console Dice Roll App

    Okay to start with I will point you in the right direction for what you want to do and then if you have issues post them back and we will …
  • Member Avatar for Mike Askew
    Mike Askew

    Replied To a Post in How to extract data from XML ?

    Yeap you can put together a small application to do what you want. Maybe the following link may help you: http://www.codeproject.com/Articles/4826/XML-File-Parsing-in-VB-NET I personally have not used VB.Net for 4 or …
  • Member Avatar for Mike Askew
    Mike Askew

    Began Watching Need Help with C# Console Dice Roll App

    using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace DiceRollTwo { class Program { static void Main(string[] args) { // Declare and initialize variables. Int32 intDiceOne = 0; Int32 intDiceTwo …
  • Member Avatar for Mike Askew
    Mike Askew

    Replied To a Post in Need Help with C# Console Dice Roll App

    You have posted a large block of code. What is your actual issue? Most on the forum don't have the time to try and guess the issue themselves.
  • Member Avatar for Mike Askew
    Mike Askew

    Began Watching How to extract data from XML ?

    Hello everybody ! Happy Diwali and Happy new year I report my problem as under : I have a problem to extract data from XML file.My XML file is small …
  • Member Avatar for Mike Askew
    Mike Askew

    Replied To a Post in How to extract data from XML ?

    Do you have the skills to put together a small application in any language to take the file and create what you want from it? Else if it is only …
  • Member Avatar for Mike Askew
    Mike Askew

    Replied To a Post in Silverlight please wait window

    Ok shall give it a go, seem to have found another way to do it that has the border but no close button etc. For the moment I am settling …
  • Member Avatar for Mike Askew
    Mike Askew

    Replied To a Post in Silverlight please wait window

    Can you point me in the direction of some form of guidance in how to do that Prit? Not done before in terms of modifying a RadWindow template
  • Member Avatar for Mike Askew
    Mike Askew

    Created Silverlight please wait window

    So I am currently working with custom silverlight extensions for a SAP application. The extension kicks off a an async WCF request and waits for the response. During which time …
  • Member Avatar for Mike Askew
    Mike Askew

    Began Watching Silverlight please wait window

    So I am currently working with custom silverlight extensions for a SAP application. The extension kicks off a an async WCF request and waits for the response. During which time …
  • Member Avatar for Mike Askew
    Mike Askew

    Replied To a Post in XML tab and spaces

    Not entirely sure of another way to do it really apart from if `/t` works. Work has got stupidly busy for me so dont have time to look into it …
  • Member Avatar for Mike Askew
    Mike Askew

    Began Watching XML tab and spaces

    Good Afternoon, How do you insert a tab in a xml document. thank you
  • Member Avatar for Mike Askew
    Mike Askew

    Replied To a Post in XML tab and spaces

    Where do you want the tab? Do you have an example of the before and after?
  • Member Avatar for Mike Askew
    Mike Askew

    Began Watching Saving file in .txt format (Notepad)

    Hi all, I was wondering if you can help me out with this. I have a dataGridView with a couple of books saved on it. When I click on a …
  • Member Avatar for Mike Askew
    Mike Askew

    Replied To a Post in Saving file in .txt format (Notepad)

    What is the value of `Book.TxtFileName`at present? Just need to make sure it is a filepath ie `C:\Desktop\nBook.txt` and it should be fine to save as a `.txt` file
  • Member Avatar for Mike Askew
    Mike Askew

    Replied To a Post in ASP.Net Tab Opening

    Thanks, I will look into this more on Monday :)
  • Member Avatar for Mike Askew
    Mike Askew

    Replied To a Post in ASP.Net Tab Opening

    `window.open(weburlhere)` I won't have a web url to open, simply raw html that I wish to view.
  • Member Avatar for Mike Askew
    Mike Askew

    Edited ASP.Net Tab Opening

    So I am currently working in ASP.Net and a bit stuck. I obtain the full html that I wish to render into the tab from a WSDL request and then …
  • Member Avatar for Mike Askew
    Mike Askew

    Created ASP.Net Tab Opening

    So I am currently working in ASP.Net and a bit stuck. I obtain the full html that I wish to render into the tab from a WSDL request and then …
  • Member Avatar for Mike Askew
    Mike Askew

    Began Watching ASP.Net Tab Opening

    So I am currently working in ASP.Net and a bit stuck. I obtain the full html that I wish to render into the tab from a WSDL request and then …
  • Member Avatar for Mike Askew
    Mike Askew

    Marked Solved Status for Did I miss a change to poster ranks?

    Has there been a change behind the scenes to how the posting rank is calculated, or have I just reverted to being a Junior Poster with 900+ posts for no …
  • Member Avatar for Mike Askew
    Mike Askew

    Replied To a Post in Did I miss a change to poster ranks?

    Yup you were right prit. Must be a defaulting behaviour though as I didn't add it
  • Member Avatar for Mike Askew
    Mike Askew

    Created Did I miss a change to poster ranks?

    Has there been a change behind the scenes to how the posting rank is calculated, or have I just reverted to being a Junior Poster with 900+ posts for no …
  • Member Avatar for Mike Askew
    Mike Askew

    Began Watching Did I miss a change to poster ranks?

    Has there been a change behind the scenes to how the posting rank is calculated, or have I just reverted to being a Junior Poster with 900+ posts for no …
  • Member Avatar for Mike Askew
    Mike Askew

    Replied To a Post in BigO Revision Question

    Asked a colleague and fellow student yesterday what the solution to such questions would be, apparently we are just expected to identify the least efficient part of the formula given …
  • Member Avatar for Mike Askew
    Mike Askew

    Replied To a Post in BigO Revision Question

    Didn't make sense probably because I haven't covered such things in lectures. The exam question wanted the Time Complexity of the above formulas, guessing its a lot simpler than proving …
  • Member Avatar for Mike Askew
    Mike Askew

    Replied To a Post in BigO Revision Question

    The example made no sense to me :(
  • Member Avatar for Mike Askew
    Mike Askew

    Created BigO Revision Question

    Doing some revision for a university exam being sat at the end of the week. Got my head around most of the BigO stuff I think apart from calculating the …
  • Member Avatar for Mike Askew
    Mike Askew

    Began Watching BigO Revision Question

    Doing some revision for a university exam being sat at the end of the week. Got my head around most of the BigO stuff I think apart from calculating the …
  • Member Avatar for Mike Askew
    Mike Askew

    Marked Solved Status for Linq To Sql Pagination - Duplicate Results

    IQueryable<CustomObject> obj = (from table in db.TableName orderby table.ObjectId descending select new CustomObject { //Properties mapped here }).Skip((pageNumber - 1) * pageSize).Take(pageSize); The above is a stripped down version of …
  • Member Avatar for Mike Askew
    Mike Askew

    Replied To a Post in Linq To Sql Pagination - Duplicate Results

    The issue turned out to be my misunderstanding of how joins work with .Net and LINQ. The duplicate rows were the rows joined to the original table. To remove them …
  • Member Avatar for Mike Askew
    Mike Askew

    Edited Linq To Sql Pagination - Duplicate Results

    IQueryable<CustomObject> obj = (from table in db.TableName orderby table.ObjectId descending select new CustomObject { //Properties mapped here }).Skip((pageNumber - 1) * pageSize).Take(pageSize); The above is a stripped down version of …
  • Member Avatar for Mike Askew
    Mike Askew

    Created Linq To Sql Pagination - Duplicate Results

    IQueryable<CustomObject> obj = (from table in db.TableName orderby table.ObjectId descending select new CustomObject { //Properties mapped here }).Skip((pageNumber - 1) * pageSize).Take(pageSize); The above is a stripped down version of …
  • Member Avatar for Mike Askew
    Mike Askew

    Began Watching Linq To Sql Pagination - Duplicate Results

    IQueryable<CustomObject> obj = (from table in db.TableName orderby table.ObjectId descending select new CustomObject { //Properties mapped here }).Skip((pageNumber - 1) * pageSize).Take(pageSize); The above is a stripped down version of …
  • Member Avatar for Mike Askew
    Mike Askew

    Replied To a Post in Reading ASCII Encoding and Output

    Weather any better over there?
  • Member Avatar for Mike Askew
    Mike Askew

    Replied To a Post in Reading ASCII Encoding and Output

    Hehe, where did you move too?
  • Member Avatar for Mike Askew
    Mike Askew

    Marked Solved Status for Reading ASCII Encoding and Output

    Quite rare to see me post in the Java forum but have been picking it up as part of a long-distance university course I am doing. I am currently trying …
  • Member Avatar for Mike Askew
    Mike Askew

    Replied To a Post in Reading ASCII Encoding and Output

    You sir are a genious, I did misread which encoding it was using, UTF-8 being correct. Running with my machine default char-set works fine.
  • Member Avatar for Mike Askew
    Mike Askew

    Replied To a Post in Reading ASCII Encoding and Output

    Looking at [this](http://www.coderanch.com/t/592368/java/java/ASCII-Conversion-emdash-sign) I may have to catch and manually convert them?
  • Member Avatar for Mike Askew
    Mike Askew

    Edited Reading ASCII Encoding and Output

    Quite rare to see me post in the Java forum but have been picking it up as part of a long-distance university course I am doing. I am currently trying …
  • Member Avatar for Mike Askew
    Mike Askew

    Created Reading ASCII Encoding and Output

    Quite rare to see me post in the Java forum but have been picking it up as part of a long-distance university course I am doing. I am currently trying …
  • Member Avatar for Mike Askew
    Mike Askew

    Began Watching Reading ASCII Encoding and Output

    Quite rare to see me post in the Java forum but have been picking it up as part of a long-distance university course I am doing. I am currently trying …
  • Member Avatar for Mike Askew
    Mike Askew

    Gave Reputation to Jack_9 in New Programmers - What resources are available to you?

    Why is it on here? I like the post but this isn't a social network! It's a Q&A forum! It it sure as heck dosen't belong under C#! You didn't …
  • Member Avatar for Mike Askew
    Mike Askew

    Replied To a Post in New Programmers - What resources are available to you?

    C# is actually mentioned third line from the end. This post was written at a time where we were seeing alot of people in the C# forum asking questions along …

The End.