Click here to Skip to main content
15,912,756 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Mail Room Pin
badgrs11-Mar-07 23:32
badgrs11-Mar-07 23:32 
QuestionInfragistics Web Grid. [modified] Pin
max_panky11-Mar-07 19:00
max_panky11-Mar-07 19:00 
Questionverious ways of generating report Pin
mohd imran abdul aziz11-Mar-07 18:58
mohd imran abdul aziz11-Mar-07 18:58 
Questionhelp Pin
B.A11-Mar-07 18:57
B.A11-Mar-07 18:57 
AnswerRe: help Pin
N a v a n e e t h11-Mar-07 20:17
N a v a n e e t h11-Mar-07 20:17 
AnswerRe: help Pin
badgrs11-Mar-07 23:29
badgrs11-Mar-07 23:29 
QuestionI want to display datetimepicker in another form Pin
anujose11-Mar-07 18:44
anujose11-Mar-07 18:44 
AnswerRe: I want to display datetimepicker in another form Pin
N a v a n e e t h11-Mar-07 20:11
N a v a n e e t h11-Mar-07 20:11 
anujose wrote:
when i click in one button i want to open datetime picker in anotherform


Create one page that holds date time picker and when clicking popup that page. Then datetime picker will be in another page..

anujose wrote:
when i select date i want to show the datetime in a textbox near to that button


Where you want to show the date ? In first page or the page where datetime picker resides ? If in first page use parent property of javacript.

parent.opener will give access to the window which opened datetimepicker window. Code could be something like this

function pick(symbol) {
  if (window.opener && !window.opener.closed)
    window.opener.document.Form.TextBox.value = symbol;
  window.close();
}


Cheers
Navaneeth!!

www.w3hearts.com

GeneralRe: I want to display datetimepicker in another form Pin
anujose11-Mar-07 20:34
anujose11-Mar-07 20:34 
GeneralRe: I want to display datetimepicker in another form Pin
N a v a n e e t h11-Mar-07 20:52
N a v a n e e t h11-Mar-07 20:52 
QuestionConnection Problem Pin
siddisagar11-Mar-07 18:34
siddisagar11-Mar-07 18:34 
AnswerRe: Connection Problem Pin
Harini N K11-Mar-07 18:43
Harini N K11-Mar-07 18:43 
GeneralRe: Connection Problem Pin
siddisagar11-Mar-07 21:02
siddisagar11-Mar-07 21:02 
GeneralRe: Connection Problem Pin
Harini N K11-Mar-07 22:24
Harini N K11-Mar-07 22:24 
GeneralRe: Connection Problem Pin
siddisagar11-Mar-07 23:15
siddisagar11-Mar-07 23:15 
GeneralRe: Connection Problem Pin
Harini N K11-Mar-07 22:19
Harini N K11-Mar-07 22:19 
GeneralRe: Connection Problem Pin
siddisagar12-Mar-07 0:07
siddisagar12-Mar-07 0:07 
GeneralRe: Connection Problem Pin
Harini N K11-Mar-07 23:47
Harini N K11-Mar-07 23:47 
GeneralRe: Connection Problem Pin
siddisagar12-Mar-07 1:50
siddisagar12-Mar-07 1:50 
GeneralRe: Connection Problem Pin
Harini N K12-Mar-07 4:52
Harini N K12-Mar-07 4:52 
GeneralRe: Connection Problem Pin
siddisagar12-Mar-07 18:52
siddisagar12-Mar-07 18:52 
GeneralRe: Connection Problem Pin
Harini N K12-Mar-07 19:07
Harini N K12-Mar-07 19:07 
Questionplz solve my problem Pin
senthil_rajesh_kavin11-Mar-07 18:33
senthil_rajesh_kavin11-Mar-07 18:33 
AnswerRe: plz solve my problem Pin
N a v a n e e t h11-Mar-07 20:14
N a v a n e e t h11-Mar-07 20:14 
QuestionGride View Templete problem Pin
nikhil123411-Mar-07 18:25
nikhil123411-Mar-07 18:25 

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.