Click here to Skip to main content
15,899,475 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: how to add user control to tool box Pin
Vikram.....11-Jul-07 23:46
Vikram.....11-Jul-07 23:46 
QuestionAccessing registry Pin
Blue_Boy11-Jul-07 23:20
Blue_Boy11-Jul-07 23:20 
AnswerRe: Accessing registry Pin
Vikram.....12-Jul-07 0:32
Vikram.....12-Jul-07 0:32 
GeneralRe: Accessing registry Pin
Blue_Boy12-Jul-07 1:18
Blue_Boy12-Jul-07 1:18 
GeneralRe: Accessing registry Pin
Blue_Boy12-Jul-07 1:46
Blue_Boy12-Jul-07 1:46 
Questionrefreshing a parent page after closing child page Pin
salmonraju11-Jul-07 23:10
salmonraju11-Jul-07 23:10 
AnswerRe: refreshing a parent page after closing child page Pin
N a v a n e e t h12-Jul-07 1:50
N a v a n e e t h12-Jul-07 1:50 
Questioncalendar popup not working in master page Pin
regin11-Jul-07 23:02
regin11-Jul-07 23:02 
am using visual studio 2005express edition asp.net using c# and I am trying to create a popup calender so
when a user click on a image on the main form, a calender will then popup,
the user will select a date and the date will then be passed back to the main
form and populate a textbox. it works fine. but when i used master page for
all my pages and i put the textbox inside the content , the calender pops up
but when i select the date nothing happens .. the textbox was not populated
with the selected date from the calender and the window was not closed.

Here is my code

my main form i have 2 textboxs and 2 buttons to pick the date..for each button i have the script to cal the popup calendarwindow.




in the calendarpopup window i have one caledar control and one button the code for that is..
protected void cldrdate_SelectionChanged(object sender, EventArgs e)
{
txtdate.Text = cldrdate.SelectedDate.ToShortDateString();
Session["date"] = cldrdate.SelectedDate.ToShortDateString();
}

protected void Button2_Click(object sender, EventArgs e)
{



var MyArgs =document.getElementById('txtdate').value;
window.opener.update(MyArgs);
window.close();
}

it was working properly before using with the master pages..
hw can i do it with masterpages...plz help me..thanks..
AnswerRe: calendar popup not working in master page Pin
Michael Sync11-Jul-07 23:27
Michael Sync11-Jul-07 23:27 
AnswerRe: calendar popup not working in master page Pin
Imran Khan Pathan11-Jul-07 23:31
Imran Khan Pathan11-Jul-07 23:31 
GeneralRe: calendar popup not working in master page Pin
regin12-Jul-07 1:48
regin12-Jul-07 1:48 
AnswerRe: calendar popup not working in master page Pin
baselanfouqa24-Dec-09 1:15
baselanfouqa24-Dec-09 1:15 
Questionpopup window... Pin
moomoooomoo11-Jul-07 22:06
moomoooomoo11-Jul-07 22:06 
AnswerRe: popup window... Pin
_AK_11-Jul-07 22:14
_AK_11-Jul-07 22:14 
GeneralRe: popup window... Pin
moomoooomoo12-Jul-07 17:23
moomoooomoo12-Jul-07 17:23 
GeneralRe: popup window... Pin
_AK_12-Jul-07 18:46
_AK_12-Jul-07 18:46 
Questionlogin and logout Pin
aditya.net11-Jul-07 21:57
aditya.net11-Jul-07 21:57 
AnswerRe: login and logout Pin
_AK_11-Jul-07 22:17
_AK_11-Jul-07 22:17 
GeneralRe: login and logout Pin
aditya.net12-Jul-07 1:09
aditya.net12-Jul-07 1:09 
GeneralRe: login and logout Pin
_AK_12-Jul-07 1:16
_AK_12-Jul-07 1:16 
AnswerRe: login and logout Pin
N a v a n e e t h11-Jul-07 22:50
N a v a n e e t h11-Jul-07 22:50 
Questionhow to close a web page using a button... Pin
moomoooomoo11-Jul-07 21:55
moomoooomoo11-Jul-07 21:55 
AnswerRe: how to close a web page using a button... Pin
Vasudevan Deepak Kumar11-Jul-07 21:59
Vasudevan Deepak Kumar11-Jul-07 21:59 
GeneralRe: how to close a web page using a button... Pin
moomoooomoo12-Jul-07 17:23
moomoooomoo12-Jul-07 17:23 
Questiondown arrow key to tab key using javascript?? Pin
Vipin.d11-Jul-07 21:52
Vipin.d11-Jul-07 21:52 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.