Search:

Type: Posts; User: ooOOJaVaOOoo

Page 1 of 7 1 2 3 4

Search: Search took 0.05 seconds.

  1. Replies
    0
    Views
    348

    Cannot add a header to the log file

    Can anyone tell me why it won't add this line to a text file? I can replace whats in the WriteLine with almost anything else and it will work.. also i tried saving a txt file that contained this...
  2. Replies
    0
    Views
    298

    Starting a SQL Job

    I am trying to figure out how to start a SQL job on a remote computer from a VBScript. Basically, I have a set of backups that get copied to a file server on schedule and I'd like them to to restore...
  3. Replies
    0
    Views
    684

    Conditional File Copy

    I am trying to accomplish reading a text file that has file names in it and then check it against a remote folder, then copy if the remote file is newer than the local file.. i have it all working...
  4. Replies
    7
    Views
    1,751

    Re: [2008] AJAX CollapsiblePanelExtender

    Yes I have removed the fields you suggested to remove... also note the collapsed property is set to true and the CSS is defined at the stop of the page

    no text ever shows up on lblText and the...
  5. Replies
    7
    Views
    1,751

    Re: [2008] AJAX CollapsiblePanelExtender

    I've tried putting the ToolKitScriptManager on both the default.aspx page and the masterpage, neither has worked. I don't even see the Expanded or Collapsed text appearing..
  6. Replies
    7
    Views
    1,751

    [2008] AJAX CollapsiblePanelExtender

    I am attempting to use the CollapsiblePanelExtender but for some reason it never expands or collapses.. Do I need some codebehind for this tool to work?




    <%@ Page Language="C#"...
  7. Replies
    3
    Views
    1,320

    [2008] GridView Selected Value

    How can I determine exactly which cell someone clicked in a GridView? I have 2 columns in my GridView that I need to fire an event. Anyone have a sample of how this could work?
  8. Replies
    6
    Views
    521

    Re: Document Viewer

    is there anywhere that described what all the tags are and how they are linked? does someone have an xslt file they have already created to do this kind of conversion?
  9. Replies
    4
    Views
    673

    Re: TreeView Control

    I edited the original post and made the text red where the error occurs

    I used this as it was the sample that did what i needed.. if you have something else I could start off of that would be...
  10. Re: [2008] Get html page source from another site.

    Public Function ScreenScrapeHtml(ByVal url As String) As String

    Dim objRequest As WebRequest = System.Net.HttpWebRequest.Create(url)
    Dim sr As New...
  11. Replies
    4
    Views
    673

    TreeView Control

    I had a thread a while back about treeviews, but everyone recommended using the below code to create the structure i am looking for.. it keeps crashing with an IndexOutOfRangeException during the...
  12. Replies
    6
    Views
    521

    Re: Document Viewer

    there has to be something easier than that posting to get this done if it is just XML.. ill work with this the best i can, but is there any easier solutions?
  13. Replies
    6
    Views
    521

    Document Viewer

    I am trying to create an aspx page that will display a Word 2007 file .docx -- does anyone have a sample or a good starting point to display the Word file on to the page, not just download it?
  14. Re: [RESOLVED] [2008] Creating XML to Populate TreeView

    I am having a problem still getting the treeview to make something happen -- i need to click an option on the tree and have the iframe in the updatepanel update -- Not sure what is missing, but here...
  15. Re: [RESOLVED] [2008] Creating XML to Populate TreeView

    actually more treeview questions.. so it appears treeviews don't have an onclick event

    from the masterpage.master codebehind file i need to call SetiFramesrc(path); stored in the Default.cs...
  16. Re: [2008] Creating XML to Populate TreeView

    thank you sooo much for the help!!!
  17. Re: [2008] Creating XML to Populate TreeView

    I need to find a way to remove root from being the top level and how I can get each of the parent nodes to be collapsed until the user expands it
  18. Re: [2008] Creating XML to Populate TreeView

    also wondering how i can stop my page from expanding to fit the contents -- if the contents go to far right then my leftnav gets huge and all my other table rows stretch down if the treeview is too...
  19. Re: [2008] Creating XML to Populate TreeView

    Hey, this works great! Only thing is how can I have it not include <root></root> in the treeview?
  20. [RESOLVED] [2008] Creating XML to Populate TreeView

    I am able to populate a treeview from an xml file, but I want to generate the XML file based on a folder structure on the server - How can I create a dynamic XML file that represents a folder & file...
  21. Replies
    5
    Views
    573

    Re: [2008] Expandable Fields

    Thanks everyone for the help.. I have managed to get things working the way I expected.. ended up using a CollapsiblePanelExtender but found the animation on this to be slow and upgraded to an...
  22. Replies
    5
    Views
    573

    Re: [2008] Expandable Fields

    hey thanks for the link! that is exactly what I am looking for, but I am also looking for a sample of how this is implemented - will do a google search for ajax acordion, but if you have something...
  23. Replies
    5
    Views
    573

    [RESOLVED] [2008] Expandable Fields

    I'm not sure what the fields are called or how it happens, but I would like to have a page with text on it, then if you click on a link within the text there is a rolldown section to display the info...
  24. Replies
    8
    Views
    2,183

    Re: [2005] Reading XML File

    alright so i am able to extract the data and for the most part redisplay it.. there is still one little problem still.. it seems i will have to set all the style properties in the response otherwise...
  25. Replies
    8
    Views
    2,183

    Re: [2005] Reading XML File

    sorry for being needy, but how would i get the options and their corresponding fields out?
  26. Replies
    8
    Views
    2,183

    Re: [2005] Reading XML File

    I am still confused about identifying the parts of the xml - i am also using VB, but I think i did a similar conversion of the code -- here is a sample of what i am looking for - i load the xmldoc,...
  27. Replies
    6
    Views
    637

    Re: DropDownList property

    what happens when you step through the code.. is myError set to true?
  28. Replies
    6
    Views
    637

    Re: DropDownList property

    Change the AutoPostBack to be true and use the SelectedIndexChanged
  29. Replies
    8
    Views
    2,183

    [2005] Reading XML File

    Hello again.. I am starting to work with XML files and haven't ever really done this. I started searching on how to read through xml files but I can't quite grasp what I need to do. My goal is to...
  30. Re: [RESOLVED] [2005] Timer stops after one updatepanel refresh

    Here is the working code

    ascx file


    <%@ Control Language="VB" AutoEventWireup="false" CodeFile="COG.ascx.vb" Inherits="COG" %>
    <br />

    <asp:UpdatePanel ID="UpdatePanel1" runat="server"...
  31. Re: [2005] Timer stops after one updatepanel refresh

    i resolved the problem..
  32. [RESOLVED] [2005] Timer stops after one updatepanel refresh

    Alright, so I have an .ascx file containing 2 updatepanels and a timer.. in updatepanel 1 i have a label to display last update and a dropdown list to change the view.. in the other updatepanel i...
  33. Re: Selecting the most current records for each user in database

    Here is the working query.. is there a way to clean up it up a bit?



    SELECT tc.TicketID As [Ticket Number]
    ,tp.Severity As [Priority Assigned]
    , tblo.FullName As [Operator Assigned]...
  34. Re: Selecting the most current records for each user in database

    ok so i have the query almost working.. it returns only the record with the max date, not the newest record for each ticket



    Where tcu.StatusID<>4 and tcu.StatusID<>5
    AND tcu.LastUpdate=...
  35. Re: Selecting the most current records for each user in database

    ok here is the updated code, still returning an error


    Msg 147, Level 15, State 1, Procedure spGetAllCOGs, Line 4
    An aggregate may not appear in the WHERE clause unless it is in a subquery...
  36. Selecting the most current records for each user in database

    Below is my select statement.. tblCOGUpdate has an UpdateID that is created for each new record as well as the lastupdate / nextupdate timestamps to be used for identify the newest update.. how can i...
  37. Replies
    25
    Views
    1,172

    Re: [2005] Automation

    Bumping thread - i still cannot develop a sign in for rhapsody.com or a valid search on woolworths.co.uk

    i think i need a javascript to run the login post and then have that returned to the server...
  38. Replies
    25
    Views
    1,172

    Re: [2005] Automation

    when i run the above code it looks like it runs the search script without the text to search for - its like i need to create the url, write the data and then create the url again
  39. Replies
    25
    Views
    1,172

    Re: [2005] Automation

    So if i wanted to run a search on woolworthsdownload.co.uk i have the below code, but it doesn't quite work it runs the search without the postdata entered - so it like i need it to open...
  40. Replies
    0
    Views
    4,292

    Javascript to login to website

    I have been trying to create a way to test the login to a couple of websites, but it turns out I need to test this on the client side as server 2k3 is not a supported OS

    so i think i need a...
Results 1 to 40 of 263
Page 1 of 7 1 2 3 4



Click Here to Expand Forum to Full Width