Click here to Skip to main content
15,898,222 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: PopUp __dopostback Pin
daveyerwin27-Apr-10 7:05
daveyerwin27-Apr-10 7:05 
Questionbrowsing the image and displaying in the image control but next time not displayig Pin
developerit27-Apr-10 3:25
developerit27-Apr-10 3:25 
AnswerRe: browsing the image and displaying in the image control but next time not displayig Pin
Brij27-Apr-10 3:39
mentorBrij27-Apr-10 3:39 
QuestionHow to display message in baloons above system tray (vb dotnet) Pin
Ratnadeep_Raul27-Apr-10 1:22
Ratnadeep_Raul27-Apr-10 1:22 
AnswerRe: How to display message in baloons above system tray (vb dotnet) Pin
Michel Godfroid27-Apr-10 2:14
Michel Godfroid27-Apr-10 2:14 
AnswerRe: How to display message in baloons above system tray (vb dotnet) Pin
Tej Aj27-Apr-10 3:40
Tej Aj27-Apr-10 3:40 
QuestionHow to open a drop down using java script Pin
raghvendrapanda27-Apr-10 0:00
raghvendrapanda27-Apr-10 0:00 
AnswerRe: How to open a drop down using java script Pin
Brij27-Apr-10 0:40
mentorBrij27-Apr-10 0:40 
Save the in test.html and try
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
 "http://www.w3.org/TR/html4/loose.dtd"> 
<html>
<head>
<title></title>
<script type="text/javascript">
function op()
{
var s = document.getElementById("theList")
s.multiple="multiple";
s.size=5;
}
</script>
</head>
<body>

<select id="theList">
<option value="1">a</option>
<option value="2">b</option>
<option value="3">c</option>
<option value="4">d</option>
</select>
</body>


call op() on pressing enter.

Questionscan tool in webform Pin
ptvce26-Apr-10 23:54
ptvce26-Apr-10 23:54 
QuestionAccessing Textbox Control in Gridview from Javascript. Pin
cheguri26-Apr-10 23:36
cheguri26-Apr-10 23:36 
AnswerRe: Accessing Textbox Control in Gridview from Javascript. Pin
Brij26-Apr-10 23:44
mentorBrij26-Apr-10 23:44 
AnswerRe: Accessing Textbox Control in Gridview from Javascript. Pin
Jamil Hallal26-Apr-10 23:45
professionalJamil Hallal26-Apr-10 23:45 
GeneralRe: Accessing Textbox Control in Gridview from Javascript. Pin
cheguri27-Apr-10 0:17
cheguri27-Apr-10 0:17 
AnswerRe: Accessing Textbox Control in Gridview from Javascript. Pin
Arun Jacob27-Apr-10 2:15
Arun Jacob27-Apr-10 2:15 
QuestionProblems with Button Click Event Pin
BadKarma26-Apr-10 22:43
BadKarma26-Apr-10 22:43 
AnswerRe: Problems with Button Click Event Pin
Jamil Hallal26-Apr-10 22:45
professionalJamil Hallal26-Apr-10 22:45 
GeneralRe: Problems with Button Click Event Pin
BadKarma26-Apr-10 23:04
BadKarma26-Apr-10 23:04 
GeneralRe: Problems with Button Click Event Pin
Jamil Hallal26-Apr-10 23:10
professionalJamil Hallal26-Apr-10 23:10 
GeneralRe: Problems with Button Click Event Pin
BadKarma26-Apr-10 23:34
BadKarma26-Apr-10 23:34 
AnswerRe: Problems with Button Click Event Pin
Dinesh Mani26-Apr-10 23:51
Dinesh Mani26-Apr-10 23:51 
QuestionExchange Server 2007 - Event Programming Pin
naveedmazhar26-Apr-10 22:23
naveedmazhar26-Apr-10 22:23 
AnswerRe: Exchange Server 2007 - Event Programming Pin
Abhijit Jana26-Apr-10 22:38
professionalAbhijit Jana26-Apr-10 22:38 
AnswerRe: Exchange Server 2007 - Event Programming Pin
Jamil Hallal26-Apr-10 22:43
professionalJamil Hallal26-Apr-10 22:43 
QuestionGrid with CheckBox Columns Pin
yogesh_kumar_agarwal26-Apr-10 21:55
yogesh_kumar_agarwal26-Apr-10 21:55 
AnswerRe: Grid with CheckBox Columns Pin
Arun Jacob26-Apr-10 22:20
Arun Jacob26-Apr-10 22:20 

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.