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...
User Profile
Collapse
-
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? -
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>
Leave a comment:
-
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...
No activity results to display
Show More
Leave a comment: