User Profile

Collapse

Profile Sidebar

Collapse
The KID
The KID
Last Activity: Feb 17 '08, 02:27 AM
Joined: Jan 20 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • The KID
    replied to Page Redirecting Relative Path
    in PHP
    I just get a simply page not found




    Never mind, Success! I played around with different slashes and it's working now. I swore i tried all the slashes earlier before and i was having the same problem but it seems to be working now. Thanks for your help anyways...
    See more | Go to post

    Leave a comment:


  • The KID
    started a topic Page Redirecting Relative Path
    in PHP

    Page Redirecting Relative Path

    I'm trying to figure out how to do a page redirect to a relative path. This what I have:
    [PHP]header ("location: Home.php");[/PHP]
    but Home.php is one level up where the code is. I thought i could just type:
    [PHP]header ("location: ..\Home.php");[/PHP]
    but of course this didn't work. Any help?
    See more | Go to post

  • The KID
    replied to Passing Parameters For Reporting ASP.NET - C#
    in .NET
    Like this:

    Code:
                <SelectParameters>
                    <asp:FormParameter FormField='<%=Request.Form("tbNoteByDateBegin")%>' Name="BeginDate" Type="DateTime" />
                    <asp:FormParameter FormField='<%=Request.Form("tbNoteByDateENd")%>' Name="EndDate" Type="DateTime" />
                </SelectParameters>
    ...
    See more | Go to post

    Leave a comment:


  • The KID
    started a topic Passing Parameters For Reporting ASP.NET - C#
    in .NET

    Passing Parameters For Reporting ASP.NET - C#

    Hi All

    So I'm new to this. What I am trying to is the user will fill in a series of text boxes or drop downs. Lets say for this instance begin date and end date. Then they would click a button and a new page would open and a report would display the information that was between that date range.

    I can connect my drop downs ok, and i know about the response.redire ct(URL) then on my page was thinking of using a asp:form...
    See more | Go to post
No activity results to display
Show More
Working...