Click here to Skip to main content
15,914,225 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Asp.Net Server Page_Load Call Javascript Confirm Pass return value to the Server on the runtime. Pin
Christian Graus10-Dec-08 9:13
protectorChristian Graus10-Dec-08 9:13 
GeneralRe: Asp.Net Server Page_Load Call Javascript Confirm Pass return value to the Server on the runtime. Pin
led mike10-Dec-08 10:13
led mike10-Dec-08 10:13 
GeneralRe: Asp.Net Server Page_Load Call Javascript Confirm Pass return value to the Server on the runtime. Pin
Christian Graus10-Dec-08 12:16
protectorChristian Graus10-Dec-08 12:16 
GeneralRe: Asp.Net Server Page_Load Call Javascript Confirm Pass return value to the Server on the runtime. Pin
led mike11-Dec-08 5:12
led mike11-Dec-08 5:12 
QuestionHelp with creating a link using a drop down list in a form Pin
TomLeogrande10-Dec-08 7:37
TomLeogrande10-Dec-08 7:37 
AnswerRe: Help with creating a link using a drop down list in a form Pin
Christian Graus10-Dec-08 9:16
protectorChristian Graus10-Dec-08 9:16 
GeneralRe: Help with creating a link using a drop down list in a form Pin
TomLeogrande10-Dec-08 9:26
TomLeogrande10-Dec-08 9:26 
GeneralRe: Help with creating a link using a drop down list in a form Pin
Christian Graus10-Dec-08 9:35
protectorChristian Graus10-Dec-08 9:35 
No need to pay me, helping folks is what we do here.

How is the list of lakes shown ? Where does the list come from ? One common mistake is, if you have a control that is databound and your code sets the data source and databinds every time the page loads, then any selection will be lost. You should set the datasource in a block like this

if (!IsPostback)
{
// set the datasource and databind.
}

If that's not the issue, then perhaps post some of the aspx, so we can see how the calendar and list of lakes are created.

Christian Graus

Driven to the arms of OSX by Vista.

GeneralRe: Help with creating a link using a drop down list in a form Pin
TomLeogrande10-Dec-08 9:42
TomLeogrande10-Dec-08 9:42 
GeneralRe: Help with creating a link using a drop down list in a form Pin
Christian Graus10-Dec-08 9:47
protectorChristian Graus10-Dec-08 9:47 
GeneralRe: Help with creating a link using a drop down list in a form Pin
TomLeogrande10-Dec-08 9:50
TomLeogrande10-Dec-08 9:50 
GeneralRe: Help with creating a link using a drop down list in a form Pin
Christian Graus10-Dec-08 9:57
protectorChristian Graus10-Dec-08 9:57 
GeneralRe: Help with creating a link using a drop down list in a form Pin
TomLeogrande10-Dec-08 10:04
TomLeogrande10-Dec-08 10:04 
Questionhow to create a log file of soap request and soap response in web services?:confused: Pin
rohitnegi0910-Dec-08 7:15
rohitnegi0910-Dec-08 7:15 
QuestionDotNet 2.0 Aspx - after putting the files on production Server i am reciveing error: 40 - Could not open a connection to SQL Server Pin
royg3010-Dec-08 3:28
royg3010-Dec-08 3:28 
AnswerRe: DotNet 2.0 Aspx - after putting the files on production Server i am reciveing error: 40 - Could not open a connection to SQL Server Pin
Paddy Boyd10-Dec-08 4:18
Paddy Boyd10-Dec-08 4:18 
Questiondynamic value in asp control Pin
exbound10-Dec-08 2:02
exbound10-Dec-08 2:02 
AnswerRe: dynamic value in asp control Pin
Ashfield10-Dec-08 2:43
Ashfield10-Dec-08 2:43 
AnswerRe: dynamic value in asp control Pin
Abhijit Jana10-Dec-08 3:25
professionalAbhijit Jana10-Dec-08 3:25 
GeneralRe: dynamic value in asp control Pin
exbound10-Dec-08 8:23
exbound10-Dec-08 8:23 
Questionchange of scrollbar color Pin
BenitaDSouza10-Dec-08 2:00
BenitaDSouza10-Dec-08 2:00 
AnswerRe: change of scrollbar color [Modified ] Pin
Abhijit Jana10-Dec-08 2:06
professionalAbhijit Jana10-Dec-08 2:06 
GeneralRe: change of scrollbar color [Modified ] Pin
BenitaDSouza10-Dec-08 17:59
BenitaDSouza10-Dec-08 17:59 
AnswerRe: change of scrollbar color Pin
Brij10-Dec-08 2:11
mentorBrij10-Dec-08 2:11 
QuestionRDLC REPORT NOT WORKING Pin
amit arun patil10-Dec-08 1:09
amit arun patil10-Dec-08 1:09 

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.