Click here to Skip to main content
15,908,931 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionProblem sending an E-mail Pin
Vimalsoft(Pty) Ltd18-Jun-09 23:25
professionalVimalsoft(Pty) Ltd18-Jun-09 23:25 
AnswerRe: Problem sending an E-mail Pin
himanshu256118-Jun-09 23:34
himanshu256118-Jun-09 23:34 
GeneralRe: Problem sending an E-mail Pin
Vimalsoft(Pty) Ltd18-Jun-09 23:46
professionalVimalsoft(Pty) Ltd18-Jun-09 23:46 
GeneralRe: Problem sending an E-mail Pin
Christian Graus18-Jun-09 23:48
protectorChristian Graus18-Jun-09 23:48 
GeneralRe: Problem sending an E-mail Pin
Vimalsoft(Pty) Ltd19-Jun-09 0:01
professionalVimalsoft(Pty) Ltd19-Jun-09 0:01 
GeneralRe: Problem sending an E-mail Pin
Christian Graus19-Jun-09 11:18
protectorChristian Graus19-Jun-09 11:18 
GeneralRe: Problem sending an E-mail Pin
Vimalsoft(Pty) Ltd21-Jun-09 20:16
professionalVimalsoft(Pty) Ltd21-Jun-09 20:16 
QuestionPopulating dropdownlist with javascript [modified] Pin
CrazyCoder2618-Jun-09 23:22
CrazyCoder2618-Jun-09 23:22 
Hi I am populating a dropdownlist using javascript.My code is given below.the problem is that my code works properly in Mozila,Opera.but fails to work in IE.

 function popDDL()
{
 var ddl=document.getElementById('<%= DropDownList1.ClientID%>');
 for(var i=0;i<10;i++)
{
  ddl.options[ddl.options.length]=new Option("item"+i,"item"+i);
}
}


It says object doesn't support this property or method

CC26

modified on Friday, June 19, 2009 5:31 AM

AnswerRe: Populating dropdownlist with javascript Pin
himanshu256118-Jun-09 23:43
himanshu256118-Jun-09 23:43 
GeneralRe: Populating dropdownlist with javascript Pin
CrazyCoder2619-Jun-09 0:09
CrazyCoder2619-Jun-09 0:09 
QuestionHelp to sepration in checkListBox? [modified] Pin
kripa2118-Jun-09 23:18
kripa2118-Jun-09 23:18 
AnswerRe: Help to sepration in checkListBox? Pin
Herman<T>.Instance19-Jun-09 1:21
Herman<T>.Instance19-Jun-09 1:21 
GeneralRe: Help to sepration in checkListBox? Pin
kripa2119-Jun-09 2:26
kripa2119-Jun-09 2:26 
GeneralRe: Help to sepration in checkListBox? Pin
kripa2123-Jun-09 0:08
kripa2123-Jun-09 0:08 
Questiongridview Pin
vikas shukla18-Jun-09 22:07
vikas shukla18-Jun-09 22:07 
AnswerRe: gridview Pin
Christian Graus18-Jun-09 22:37
protectorChristian Graus18-Jun-09 22:37 
Questionplease tell me Pin
sivasampathkumar18-Jun-09 22:01
sivasampathkumar18-Jun-09 22:01 
AnswerRe: please tell me Pin
dan!sh 18-Jun-09 22:08
professional dan!sh 18-Jun-09 22:08 
AnswerRe: please tell me Pin
Manas Bhardwaj18-Jun-09 22:34
professionalManas Bhardwaj18-Jun-09 22:34 
AnswerRe: please tell me Pin
Christian Graus18-Jun-09 22:37
protectorChristian Graus18-Jun-09 22:37 
Questionhow to get imageurl of Dynamically created Image Button in click event ? Pin
garga118-Jun-09 21:33
garga118-Jun-09 21:33 
AnswerRe: how to get imageurl of Dynamically created Image Button in click event ? Pin
padmanabhan N18-Jun-09 22:33
padmanabhan N18-Jun-09 22:33 
GeneralRe: how to get imageurl of Dynamically created Image Button in click event ? Pin
garga119-Jun-09 0:38
garga119-Jun-09 0:38 
Questionif htmllink is inside template field of gridview [modified] Pin
vikas shukla18-Jun-09 20:27
vikas shukla18-Jun-09 20:27 
AnswerRe: if htmllink is inside template field of gridview Pin
padmanabhan N18-Jun-09 20:33
padmanabhan N18-Jun-09 20:33 

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.