Posted on: 10/29/2014 3:09:34 AM | Views : 388

I'm dynamically created a reservation calendar with dynamic column,templatefield(label, checkbox),headerfield. Now, if i click my submit button i can't see any control. here is my full source code. please help me


using System; using System.Data; using System.Data.SqlClient; using System.Drawing; using System.Globalization; using System.Linq; using System.Web.UI; using System.Web.UI.WebControls; using ROCK_SAJEK.DAL; using ReservationBLL=ROCK_SAJEK.BLL.Reservation; namespace ROCK_SAJEK {     public partial class Reservation : Page     {         readonly ReservationDb _db=new ReservationDb();         protected void Page_Load(object sender, EventArgs e)         {             if (!IsPostBa ...

Go to the complete details ...