Click here to Skip to main content
15,885,810 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Dropdown list value is not retaining on page post back Pin
Abhishek Sur31-Aug-09 23:25
professionalAbhishek Sur31-Aug-09 23:25 
AnswerRe: Dropdown list value is not retaining on page post back Pin
Christian Graus31-Aug-09 14:07
protectorChristian Graus31-Aug-09 14:07 
QuestionReferencing HTML input boxes correctly Pin
dptalt31-Aug-09 5:10
dptalt31-Aug-09 5:10 
AnswerRe: Referencing HTML input boxes correctly Pin
Not Active31-Aug-09 6:44
mentorNot Active31-Aug-09 6:44 
GeneralRe: Referencing HTML input boxes correctly Pin
dptalt31-Aug-09 9:15
dptalt31-Aug-09 9:15 
GeneralRe: Referencing HTML input boxes correctly Pin
Not Active31-Aug-09 9:56
mentorNot Active31-Aug-09 9:56 
GeneralRe: Referencing HTML input boxes correctly Pin
Abhishek Sur31-Aug-09 10:44
professionalAbhishek Sur31-Aug-09 10:44 
GeneralRe: Referencing HTML input boxes correctly Pin
dptalt1-Sep-09 1:35
dptalt1-Sep-09 1:35 
Ok thanks for the info, but how would I set the focus to Text2 in ctl00_ContentPlaceHolder1_TimeEntryBox2_Panel1?


<div id="ctl00_ContentPlaceHolder1_TimeEntryBox1_Panel1" style="border-color:#7F9DB9;border-width:1px;border-style:Solid;width:89px;">

<input id="Text2" name="Text2" type="text" onkeyup="TimeEntryMinutesOnClick(this)" onblur="TimeEntryMinutesOnBlur(this)" style="border: 0px none #FFFFFF; width: 12px" maxlength="2" />
                 
<input type="hidden" id="ctrlPrefix" name="ctrlPrefix" value='ctl00_ContentPlaceHolder1_TimeEntryBox1_'>
</div>


<div id="ctl00_ContentPlaceHolder1_TimeEntryBox2_Panel1" style="border-color:#7F9DB9;border-width:1px;border-style:Solid;width:89px;">

<input id="Text2" name="Text2" type="text" onkeyup="TimeEntryMinutesOnClick(this)" onblur="TimeEntryMinutesOnBlur(this)" style="border: 0px none #FFFFFF; width: 12px" maxlength="2" />
                 
<input type="hidden" id="ctrlPrefix" name="ctrlPrefix" value='ctl00_ContentPlaceHolder1_TimeEntryBox2_'>
</div>
QuestionTimeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding. Pin
ncsubbu31-Aug-09 2:47
professionalncsubbu31-Aug-09 2:47 
AnswerRe: Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding. Pin
Tamer Oz31-Aug-09 2:55
Tamer Oz31-Aug-09 2:55 
AnswerRe: Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding. Pin
Abhijit Jana31-Aug-09 3:06
professionalAbhijit Jana31-Aug-09 3:06 
AnswerRe: Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding. Pin
Fayu31-Aug-09 6:50
Fayu31-Aug-09 6:50 
GeneralRe: Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding. Pin
Christian Graus31-Aug-09 14:19
protectorChristian Graus31-Aug-09 14:19 
Questionin 3 tier how can we access in asp.net, how can we make object of them. Pin
vaishali.terse31-Aug-09 2:16
vaishali.terse31-Aug-09 2:16 
AnswerRe: in 3 tier how can we access in asp.net, how can we make object of them. Pin
Amit Patel198531-Aug-09 2:20
Amit Patel198531-Aug-09 2:20 
AnswerRe: in 3 tier how can we access in asp.net, how can we make object of them. Pin
Abhijit Jana31-Aug-09 2:48
professionalAbhijit Jana31-Aug-09 2:48 
Questioncalendar popup Pin
ankitjain111031-Aug-09 1:59
ankitjain111031-Aug-09 1:59 
AnswerRe: calendar popup Pin
sashidhar31-Aug-09 2:22
sashidhar31-Aug-09 2:22 
GeneralRe: calendar popup Pin
ankitjain111031-Aug-09 2:45
ankitjain111031-Aug-09 2:45 
AnswerRe: calendar popup Pin
Abhijit Jana31-Aug-09 2:54
professionalAbhijit Jana31-Aug-09 2:54 
GeneralRe: calendar popup Pin
ankitjain111031-Aug-09 3:00
ankitjain111031-Aug-09 3:00 
AnswerRe: calendar popup Pin
Abhijit Jana31-Aug-09 3:14
professionalAbhijit Jana31-Aug-09 3:14 
QuestionGenerate xml file from sql server in asp.net Pin
.NET- India 31-Aug-09 1:56
.NET- India 31-Aug-09 1:56 
AnswerRe: Generate xml file from sql server in asp.net Pin
compninja2531-Aug-09 4:31
compninja2531-Aug-09 4:31 
GeneralRe: Generate xml file from sql server in asp.net Pin
compninja2531-Aug-09 6:16
compninja2531-Aug-09 6:16 

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.