Click here to Skip to main content
15,888,124 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionSolution file in VS.NET 2005 Pin
kirtiaroraa27-Nov-08 16:28
kirtiaroraa27-Nov-08 16:28 
AnswerRe: Solution file in VS.NET 2005 Pin
Christian Graus27-Nov-08 16:35
protectorChristian Graus27-Nov-08 16:35 
GeneralRe: Solution file in VS.NET 2005 Pin
kirtiaroraa27-Nov-08 16:44
kirtiaroraa27-Nov-08 16:44 
AnswerRe: Solution file in VS.NET 2005 Pin
Brij27-Nov-08 17:19
mentorBrij27-Nov-08 17:19 
GeneralRe: Solution file in VS.NET 2005 Pin
kirtiaroraa27-Nov-08 19:23
kirtiaroraa27-Nov-08 19:23 
GeneralRe: Solution file in VS.NET 2005 Pin
Abhijit Jana27-Nov-08 19:48
professionalAbhijit Jana27-Nov-08 19:48 
AnswerRe: Solution file in VS.NET 2005 Pin
simsen27-Nov-08 21:51
simsen27-Nov-08 21:51 
QuestionTextChanged not giving new value Pin
Ekjon27-Nov-08 9:56
Ekjon27-Nov-08 9:56 
Hi,
I have a popUp calendar created using asp.net.
The calendar returns it's selection to the calling page's TextBox using a javascript method like:
function ReturnDate()<br />
{<br />
     window.opener.document.forms["<%= strFormName %>"].elements["<%= strCtrlName %>"].value = "<%= strSelectedDate %>";<br />
         window.close();<br />
}<br />

I have the AutoPostBack=true for the TextBox.
But the PROBLEM: since the date is returned from the popUp, it doesn't cause a postback to the calling form. So, if the user goes back to the calendar - selects a different date, it(TextBox) keeps the older date in the Text property - even though it's showing the new value in it.
Any idea how to solve this? Thanks.
AnswerRe: TextChanged not giving new value Pin
Christian Graus27-Nov-08 10:00
protectorChristian Graus27-Nov-08 10:00 
GeneralRe: TextChanged not giving new value Pin
Ekjon27-Nov-08 10:13
Ekjon27-Nov-08 10:13 
GeneralRe: TextChanged not giving new value Pin
Christian Graus27-Nov-08 10:22
protectorChristian Graus27-Nov-08 10:22 
GeneralRe: TextChanged not giving new value Pin
Ekjon27-Nov-08 10:58
Ekjon27-Nov-08 10:58 
GeneralRe: TextChanged not giving new value Pin
Christian Graus27-Nov-08 15:23
protectorChristian Graus27-Nov-08 15:23 
GeneralRe: TextChanged not giving new value Pin
Ekjon28-Nov-08 7:21
Ekjon28-Nov-08 7:21 
QuestionRetrieving excel columns to panel of textboxes Pin
adarshyam27-Nov-08 8:33
adarshyam27-Nov-08 8:33 
AnswerRe: Retrieving excel columns to panel of textboxes Pin
Christian Graus27-Nov-08 10:01
protectorChristian Graus27-Nov-08 10:01 
GeneralRe: Retrieving excel columns to panel of textboxes Pin
adarshyam27-Nov-08 11:37
adarshyam27-Nov-08 11:37 
GeneralRe: Retrieving excel columns to panel of textboxes Pin
Christian Graus27-Nov-08 15:25
protectorChristian Graus27-Nov-08 15:25 
GeneralRe: Retrieving excel columns to panel of textboxes Pin
adarshyam27-Nov-08 15:29
adarshyam27-Nov-08 15:29 
GeneralRe: Retrieving excel columns to panel of textboxes Pin
Christian Graus27-Nov-08 15:45
protectorChristian Graus27-Nov-08 15:45 
GeneralRe: Retrieving excel columns to panel of textboxes Pin
adarshyam27-Nov-08 18:55
adarshyam27-Nov-08 18:55 
GeneralRe: Retrieving excel columns to panel of textboxes Pin
adarshyam30-Nov-08 7:22
adarshyam30-Nov-08 7:22 
QuestionNavigate2 Pin
Sebastian T Xavier27-Nov-08 8:23
Sebastian T Xavier27-Nov-08 8:23 
AnswerRe: Navigate2 Pin
Christian Graus27-Nov-08 10:03
protectorChristian Graus27-Nov-08 10:03 
QuestionSet IsVisble Tag Property in SharePoint Data View WebPart based on query string Pin
Brilliant_Corners27-Nov-08 5:48
Brilliant_Corners27-Nov-08 5:48 

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.