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

ASP.NET

 
QuestionPage.PreviousPage Pin
kuwl_mark13-Aug-07 23:56
kuwl_mark13-Aug-07 23:56 
AnswerRe: Page.PreviousPage Pin
Christian Graus14-Aug-07 0:03
protectorChristian Graus14-Aug-07 0:03 
AnswerRe: Page.PreviousPage Pin
sidbaruah14-Aug-07 0:16
sidbaruah14-Aug-07 0:16 
Questionpop-up Pin
Priya S13-Aug-07 23:53
Priya S13-Aug-07 23:53 
AnswerRe: pop-up Pin
Christian Graus14-Aug-07 0:01
protectorChristian Graus14-Aug-07 0:01 
GeneralRe: pop-up Pin
Priya S14-Aug-07 0:10
Priya S14-Aug-07 0:10 
GeneralRe: pop-up Pin
Christian Graus14-Aug-07 0:21
protectorChristian Graus14-Aug-07 0:21 
GeneralRe: pop-up Pin
nandhububbly14-Aug-07 1:02
nandhububbly14-Aug-07 1:02 
Hi u create one child aspx page for calender ok..

copy this code in to page_load of parent .aspx.cs page
btncalender is button

btnCalendar.Attributes.Add("onclick", "new_window('calendar.aspx')");

--------------------------------------------
copy bellow code to in .aspx this java script function
function new_window(url)
{
var argArray = new Array();
popupWin = window.open(url,"",'dialogTop:100px;DialogLeft:150px;DialogHeight:625px;DialogWidth:850px;scrollbars:YES;menuBarBlush | :O ;status:no;center:Yes;unadorned:Yes;resizable:No;scroll:No;Help:No');
window.top.name = 'opener';

}

first complete this in parent page after that reply to me i will send next process
AnswerRe: pop-up Pin
nandhububbly14-Aug-07 1:03
nandhububbly14-Aug-07 1:03 
GeneralRe: pop-up Pin
Priya S14-Aug-07 1:20
Priya S14-Aug-07 1:20 
GeneralRe: pop-up Pin
Imran Khan Pathan14-Aug-07 2:07
Imran Khan Pathan14-Aug-07 2:07 
AnswerRe: pop-up Pin
nandhububbly14-Aug-07 2:40
nandhububbly14-Aug-07 2:40 
QuestionHow to create a secure login page? Pin
Jagadeesh Jupalli13-Aug-07 23:39
Jagadeesh Jupalli13-Aug-07 23:39 
AnswerRe: How to create a secure login page? Pin
Christian Graus13-Aug-07 23:57
protectorChristian Graus13-Aug-07 23:57 
GeneralRe: How to create a secure login page? Pin
hellohello8614-Aug-07 0:51
hellohello8614-Aug-07 0:51 
GeneralRe: How to create a secure login page? Pin
Jagadeesh Jupalli14-Aug-07 1:39
Jagadeesh Jupalli14-Aug-07 1:39 
GeneralRe: How to create a secure login page? Pin
leckey14-Aug-07 4:56
leckey14-Aug-07 4:56 
GeneralRe: How to create a secure login page? Pin
Christian Graus14-Aug-07 12:14
protectorChristian Graus14-Aug-07 12:14 
QuestionAsp.Net with Oracle Pin
Malayil alex13-Aug-07 23:35
Malayil alex13-Aug-07 23:35 
AnswerRe: Asp.Net with Oracle Pin
Christian Graus14-Aug-07 0:27
protectorChristian Graus14-Aug-07 0:27 
Questionproblem with ajax dropdownbox Pin
anujose13-Aug-07 23:31
anujose13-Aug-07 23:31 
AnswerRe: problem with ajax dropdownbox Pin
Christian Graus14-Aug-07 0:05
protectorChristian Graus14-Aug-07 0:05 
GeneralRe: problem with ajax dropdownbox Pin
anujose14-Aug-07 0:12
anujose14-Aug-07 0:12 
GeneralRe: problem with ajax dropdownbox Pin
N a v a n e e t h14-Aug-07 0:19
N a v a n e e t h14-Aug-07 0:19 
GeneralRe: problem with ajax dropdownbox Pin
Christian Graus14-Aug-07 0:22
protectorChristian Graus14-Aug-07 0:22 

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.