Click here to Skip to main content
15,896,606 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: connectionstring for MySql using asp.net Pin
Christian Graus26-Jun-09 23:39
protectorChristian Graus26-Jun-09 23:39 
QuestionConvert CrystalReport to Sqlserver Reporting server Pin
ptvce26-Jun-09 20:05
ptvce26-Jun-09 20:05 
AnswerRe: Convert CrystalReport to Sqlserver Reporting server Pin
r a m e s h27-Jun-09 0:28
r a m e s h27-Jun-09 0:28 
QuestionHardware Cofiguration and Software details Pin
raushan_926-Jun-09 19:55
raushan_926-Jun-09 19:55 
AnswerRe: Hardware Cofiguration and Software details Pin
Christian Graus26-Jun-09 20:16
protectorChristian Graus26-Jun-09 20:16 
GeneralRe: Hardware Cofiguration and Software details Pin
raushan_926-Jun-09 20:28
raushan_926-Jun-09 20:28 
GeneralRe: Hardware Cofiguration and Software details Pin
Christian Graus26-Jun-09 21:01
protectorChristian Graus26-Jun-09 21:01 
QuestionSet Focus from html textbox to html listbox..... Pin
dayakar_dn26-Jun-09 19:54
dayakar_dn26-Jun-09 19:54 
Hi,

I have html textbox and html listbox. If i type a letter in textbox corresponding names are populated to listbox.
After that i need to set the focus to my listbox when i press downarrow.

I am trying to implement this using onkeyup event by writing the follwing code:
if(key == 40)
{
//document.getElementById("ddlForResult").options(0).focus();
document.getElementById("ddlForResult").options[0].selected = true;
// var myControl = document.getElementById("ddlForResult");
// myControl.focus();
// myControl.select();
//document.getElementById("ddlForResult").selectedIndex = 0;
}

But the focus is not set into first element of listbox.

I dont know where i did a mistake, If anybody knows the solution for this please let me know....
AnswerRe: Set Focus from html textbox to html listbox..... Pin
Christian Graus26-Jun-09 20:17
protectorChristian Graus26-Jun-09 20:17 
QuestionHow to get confirmation from user when clicking on Next button in Wizard Control? Pin
meeram39526-Jun-09 19:54
meeram39526-Jun-09 19:54 
AnswerRe: How to get confirmation from user when clicking on Next button in Wizard Control? Pin
Christian Graus26-Jun-09 20:18
protectorChristian Graus26-Jun-09 20:18 
GeneralRe: How to get confirmation from user when clicking on Next button in Wizard Control? Pin
meeram39526-Jun-09 21:37
meeram39526-Jun-09 21:37 
QuestionTree View Child Nodes Pin
KhandelwalA26-Jun-09 19:25
KhandelwalA26-Jun-09 19:25 
AnswerRe: Tree View Child Nodes Pin
Christian Graus26-Jun-09 20:20
protectorChristian Graus26-Jun-09 20:20 
QuestionProblem in storing image in database Pin
suzzain26-Jun-09 19:17
suzzain26-Jun-09 19:17 
AnswerRe: Problem in storing image in database Pin
KhandelwalA26-Jun-09 19:27
KhandelwalA26-Jun-09 19:27 
AnswerRe: Problem in storing image in database Pin
K030626-Jun-09 19:31
K030626-Jun-09 19:31 
AnswerRe: Problem in storing image in database Pin
r a m e s h26-Jun-09 19:39
r a m e s h26-Jun-09 19:39 
QuestionHow can I connet Mysql with Asp.net Pin
Member 426027026-Jun-09 18:33
Member 426027026-Jun-09 18:33 
AnswerRe: How can I connet Mysql with Asp.net Pin
r a m e s h26-Jun-09 18:54
r a m e s h26-Jun-09 18:54 
GeneralRe: How can I connet Mysql with Asp.net Pin
r a m e s h26-Jun-09 18:56
r a m e s h26-Jun-09 18:56 
GeneralRe: How can I connet Mysql with Asp.net Pin
Member 426027026-Jun-09 19:16
Member 426027026-Jun-09 19:16 
GeneralRe: How can I connet Mysql with Asp.net Pin
r a m e s h26-Jun-09 19:29
r a m e s h26-Jun-09 19:29 
QuestionSpecified argument out of the range -nested Gridview Pin
gtjr92126-Jun-09 17:30
gtjr92126-Jun-09 17:30 
AnswerRe: Specified argument out of the range -nested Gridview Pin
Christian Graus26-Jun-09 17:44
protectorChristian Graus26-Jun-09 17:44 

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.