Click here to Skip to main content
15,887,854 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: gridview slow Pin
VickyC#12-Jul-07 3:28
VickyC#12-Jul-07 3:28 
Questionasp.net 2.0 vb.net Index Server Pin
Michael Clinton11-Jul-07 12:44
Michael Clinton11-Jul-07 12:44 
AnswerRe: asp.net 2.0 vb.net Index Server Pin
Michael Clinton13-Jul-07 12:35
Michael Clinton13-Jul-07 12:35 
QuestionCalender Pop Up and master Page Problem Pin
kidus111-Jul-07 11:33
kidus111-Jul-07 11:33 
AnswerRe: Calender Pop Up and master Page Problem Pin
kjosh11-Jul-07 11:46
kjosh11-Jul-07 11:46 
GeneralRe: Calender Pop Up and master Page Problem Pin
kidus111-Jul-07 11:52
kidus111-Jul-07 11:52 
GeneralRe: Calender Pop Up and master Page Problem Pin
kidus111-Jul-07 11:53
kidus111-Jul-07 11:53 
GeneralRe: Calender Pop Up and master Page Problem Pin
kjosh11-Jul-07 12:10
kjosh11-Jul-07 12:10 
Hi,
In master page you can find the content place holder <asp:content ..="">

window.open('popup.aspx?textbox=ctl00_Body_Wizard1_txtBoxElectionDate1' here ctl00_Body_txtBoxElectionDate1 is the my text box name which i got be seeing the view source. use that name here.
And In popup.aspx I used like this:
String strScript = "window.opener.document.forms['aspnetForm']." + control.Value + ".value = '";
strScript += calDate.SelectedDate.ToString("MM/dd/yyyy");
strScript += "';self.close()";
strScript += "</" + "script>";
RegisterClientScriptBlock("anything", strScript);
aspnetForm is the the form name which contain the textbox to put the selected date.

Check your code.
Hope this helps.
GeneralRe: Calender Pop Up and master Page Problem Pin
kidus112-Jul-07 2:11
kidus112-Jul-07 2:11 
GeneralRe: Calender Pop Up and master Page Problem Pin
Member 186252323-Aug-08 22:55
Member 186252323-Aug-08 22:55 
QuestionMapping database fileds Pin
patelash0111-Jul-07 10:21
patelash0111-Jul-07 10:21 
AnswerRe: Mapping database fileds Pin
Paul Conrad13-Jul-07 12:19
professionalPaul Conrad13-Jul-07 12:19 
Questionhash and salt Pin
boyindie11-Jul-07 8:58
boyindie11-Jul-07 8:58 
AnswerBAD USER! Pin
leckey11-Jul-07 9:16
leckey11-Jul-07 9:16 
AnswerRe: hash and salt Pin
Dave Kreskowiak11-Jul-07 9:28
mveDave Kreskowiak11-Jul-07 9:28 
GeneralRe: hash and salt Pin
boyindie11-Jul-07 22:38
boyindie11-Jul-07 22:38 
GeneralRe: hash and salt Pin
Dave Kreskowiak12-Jul-07 1:41
mveDave Kreskowiak12-Jul-07 1:41 
AnswerRe: hash and salt Pin
Pete O'Hanlon11-Jul-07 10:27
mvePete O'Hanlon11-Jul-07 10:27 
GeneralRe: hash and salt Pin
leckey11-Jul-07 15:00
leckey11-Jul-07 15:00 
GeneralRe: hash and salt Pin
Sathesh Sakthivel11-Jul-07 17:58
Sathesh Sakthivel11-Jul-07 17:58 
QuestionChart Refresh Problem Pin
Hyland Computer Systems11-Jul-07 8:10
Hyland Computer Systems11-Jul-07 8:10 
AnswerRe: Chart Refresh Problem Pin
Michael Sync11-Jul-07 8:22
Michael Sync11-Jul-07 8:22 
GeneralRe: Chart Refresh Problem Pin
Hyland Computer Systems12-Jul-07 5:44
Hyland Computer Systems12-Jul-07 5:44 
QuestionOpen New window with some parameter Pin
Sarfaraj Ahmed11-Jul-07 4:59
Sarfaraj Ahmed11-Jul-07 4:59 
AnswerRe: Open New window with some parameter Pin
Michael Sync11-Jul-07 8:13
Michael Sync11-Jul-07 8:13 

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.