---------- Forwarded message ----------
From: banker mittal <[email protected]>
Date: Mon, Aug 3, 2009 at 1:53 PM
Subject: listbox
To: [email protected]
hi i have two listboxes in first page 1.aspx one listbox shows data from
category table when click on one category it displays related products on
another listbox when click on store button it store users category,product
in table and redirest to another page but in another page 2.aspx i want the
same category that i have chosen in first listbox but it shows the all
categories how can i manage the session?i have attached the code
Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "D:\WebSite1\",
"..\WebSite1\", "{AE0AA858-AAD8-4839-BC9C-AF443C527E31}"
ProjectSection(WebsiteProperties) = preProject
Debug.AspNetCompiler.VirtualPath = "/WebSite1"
Debug.AspNetCompiler.PhysicalPath =
"..\..\..\..\..\..\..\WebSite1\"
Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\WebSite1\"
Debug.AspNetCompiler.Updateable = "true"
Debug.AspNetCompiler.ForceOverwrite = "true"
Debug.AspNetCompiler.FixedNames = "false"
Debug.AspNetCompiler.Debug = "True"
Release.AspNetCompiler.VirtualPath = "/WebSite1"
Release.AspNetCompiler.PhysicalPath =
"..\..\..\..\..\..\..\WebSite1\"
Release.AspNetCompiler.TargetPath = "PrecompiledWeb\WebSite1\"
Release.AspNetCompiler.Updateable = "true"
Release.AspNetCompiler.ForceOverwrite = "true"
Release.AspNetCompiler.FixedNames = "false"
Release.AspNetCompiler.Debug = "False"
VWDPort = "49284"
DefaultWebSiteLanguage = "Visual C#"
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|.NET = Debug|.NET
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{AE0AA858-AAD8-4839-BC9C-AF443C527E31}.Debug|.NET.ActiveCfg =
Debug|.NET
{AE0AA858-AAD8-4839-BC9C-AF443C527E31}.Debug|.NET.Build.0 =
Debug|.NET
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal