OZONE Asylum
Forums
XML - XSL - XSLT - XHTML - CSS - DOM
XML Filter
This page's ID:
22675
Search
QuickChanges
Forums
FAQ
Archives
Register
Edit Post
Who can edit a post?
The poster and administrators may edit a post. The poster can only edit it for a short while after the initial post.
Your User Name:
Your Password:
Login Options:
Remember Me On This Computer
Your Text:
Insert Slimies »
Insert UBB Code »
Close
Last Tag
|
All Tags
UBB Help
XML Looks like This: <NewDataSet> <spOrders> <IdCost>1</IdCost> <CostCode>2004251</CostCode> <CostDate>2004-03-30T00:00:00.0000000+02:00</CostDate> <IdUser>32</IdUser> <IdDepartment>1</IdDepartment> <CostDescription>1 CD Exchange 2003</CostDescription> <OKCAP>-1</OKCAP> <Report>OK</Report> <IdOffer>30184</IdOffer> <OfferDateSeleccion>2004-04-01T00:00:00.0000000+02:00</OfferDateSeleccion> <ApprovementComission>DA</ApprovementComission> <ApproveDate>2004-04-01T00:00:00.0000000+02:00</ApproveDate> <Place>Here</Place> <AccountNumber>2134532</AccountNumber> <AccountDescription>Software</AccountDescription> <Reason>Develop</Reason> <UserName>James</UserName> <DepName>Systems</DepName> <CDate23/03/02</CDate> </spOrders> . . . <spOrders>....</spOrders> </NewDataSet> Thanks Karls I have take a look and $FilteredFields it's empty because the browser shows nothing. <xsl:param name="FilteredFields" /> But I construct always a Filtered Field something like... If isFiltered = 1 Then strSQLFilter = "" If Not strFilteredFields(1) = "" Then strSQLFilter = strSQLFilter + " AND IdCost LIKE '%" & strFilteredFields(1) & "%'" End If If Not strFilteredFields(2) = "" Then strSQLFilter = strSQLFilter + " AND CDate = '" & strFilteredFields(2) & "'" End If If Not strFilteredFields(3) = "" Then strSQLFilter = strSQLFilter + " AND CostDescription LIKE '%" & strFilteredFields(3) & "%'" End If If Not strFilteredFields(4) = "" Then strSQLFilter = strSQLFilter + " AND Report LIKE '%" & strFilteredFields(4) & "%'" End If If Not strFilteredFields(5) = "" Then strSQLFilter = strSQLFilter + " AND UserName LIKE '%" & strFilteredFields(5) & "%'" End If strSQLFilter = "IdDepartment=" & Session("IdDepartment") & " " & strSQLFilter Me.ViewState("strSQLFilter") = strSQLFilter End If And save it into ViewState Variable... And strSQLFilter = "IdDepartment=" & Session("IdDepartment") But I still don't know why in the postback the input text is empty... But there's no matter Karl I will try to solve it because it's a lot of code and I don't want to disturb you more than a simple question because I think it's complicated to solve what is happening here... Thanks for all!
Loading...
Options:
Enable Slimies
Enable Linkwords
« Backwards
—
Onwards »