Click here to Skip to main content
15,867,686 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Dear sir,

I have created 2 webform 1.Deafult.aspx and 2.Default2.aspx

Default.aspx i have used one text box and image button(calendar) after clicking calderimage its redirect defalut2.aspx.
in default2.aspx i have used two dropdwon list year and month caldercontrol and one buttoncontrol after click that button i have write resposonse.write(Response.Write(Calendar1.SelectedDate.ToString());
it shows selected date on default2.aspx

but i want to show the same selected in default11.aspx textbox and as defalut1.aspx i have created image button that is for show calender instead of redirect defalut2.aspx i want to show new tab or popup of default2.aspx and it should vanish after selecting date.

1) Default.aspx

-tetxbox1.text
-Imagebutton

2) default.aspx

-drodownlist for year
-dropdownlist for month
-clanedarcontrol
-button control so thaht after click its shows date.
Posted
Comments
Thanks7872 25-Apr-13 3:37am    
not at all clear what you want to do.calander is imagebutton?First of all,implement things in some logical manner. Whats your aim?what you want to do?focus on some realy meaningfull things,not like select this show that....make clear whats your primary goal.
deeptul 25-Apr-13 5:12am    
dear sir,

i want to show selected date in textbox by using calndar control how to show that if i create that calendar control other webform
Karthik Harve 25-Apr-13 5:25am    
you mean, the calender is in another screen, so that selected date in that screen, you need to show in your current screen ?
deeptul 25-Apr-13 5:45am    
yes sir
deeptul 25-Apr-13 5:48am    
another screen all the calandar logic is implement but i need to show it in current screen text box

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900