Hi All ,
I am trying to get values from listbox populated  by selecting dates of every calender on mouse click on calender and store it in StringBuilder and session,but i am getting blanks in the StringBuilder and session.
Please help me to store listbox values in the StringBuilder and session for every listbox of respective calender.
I tried a lot but no luck.
My aspx is as below:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %> <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head runat="server"> <title></title> </head> <body> <form id="form1" runat="server"> <div> <asp:Table ID="tbl" runat="server" Width="100%" > ...

Go to the complete details ...