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

ASP.NET

 
QuestionHow to get a timer in ASP.NET 2.0 w/o AJAX? Pin
Jun Du12-May-11 3:54
Jun Du12-May-11 3:54 
AnswerRe: How to get a timer in ASP.NET 2.0 w/o AJAX? Pin
Blue_Boy12-May-11 4:21
Blue_Boy12-May-11 4:21 
AnswerRe: How to get a timer in ASP.NET 2.0 w/o AJAX? Pin
AspDotNetDev12-May-11 7:04
protectorAspDotNetDev12-May-11 7:04 
Questiondelivery report and view report for mails Pin
vishnuvardhan8112-May-11 3:04
vishnuvardhan8112-May-11 3:04 
AnswerRe: delivery report and view report for mails Pin
Sandeep Mewara12-May-11 6:38
mveSandeep Mewara12-May-11 6:38 
Questionremove items from checkedlistbox using javascript Pin
vineesh v11-May-11 20:12
vineesh v11-May-11 20:12 
AnswerRe: remove items from checkedlistbox using javascript Pin
Hiren solanki11-May-11 20:40
Hiren solanki11-May-11 20:40 
AnswerRe: remove items from checkedlistbox using javascript Pin
Dalek Dave18-May-11 14:11
professionalDalek Dave18-May-11 14:11 
function removeAllOptions(obj)
{  
 if(obj!= null)
  {    for(var i=0; i < obj.options.length; i++)
    {      obj.remove(i);
         }
  }
}


That should do it.
------------------------------------

I will never again mention that I was the poster of the One Millionth Lounge Post, nor that it was complete drivel. Dalek Dave

CCC Link[^]
Trolls[^]

QuestionGridview strange question Pin
Pankaj Nikam11-May-11 6:03
professionalPankaj Nikam11-May-11 6:03 
AnswerRe: Gridview strange question Pin
Blue_Boy11-May-11 20:57
Blue_Boy11-May-11 20:57 
QuestionLink text on picture. Pin
sarja7910-May-11 18:42
sarja7910-May-11 18:42 
AnswerRe: Link text on picture. Pin
meeram39510-May-11 20:30
meeram39510-May-11 20:30 
GeneralRe: Link text on picture. Pin
sarja7910-May-11 23:14
sarja7910-May-11 23:14 
GeneralRe: Link text on picture. Pin
meeram39510-May-11 23:33
meeram39510-May-11 23:33 
GeneralRe: Link text on picture. Pin
sarja7911-May-11 14:25
sarja7911-May-11 14:25 
GeneralRe: Link text on picture. Pin
Not Active11-May-11 1:45
mentorNot Active11-May-11 1:45 
QuestionI want to insert button to bottom of gridview. Pin
buffering8310-May-11 15:39
buffering8310-May-11 15:39 
AnswerRe: I want to insert button to bottom of gridview. Pin
Not Active10-May-11 16:36
mentorNot Active10-May-11 16:36 
QuestionRe: I want to insert button to bottom of gridview. Pin
Luc Pattyn10-May-11 16:51
sitebuilderLuc Pattyn10-May-11 16:51 
QuestionHow can I access a method on a child page from its master page ? Pin
Gsalles10-May-11 9:42
Gsalles10-May-11 9:42 
AnswerRe: How can I access a method on a child page from its master page ? Pin
Not Active10-May-11 10:22
mentorNot Active10-May-11 10:22 
GeneralRe: How can I access a method on a child page from its master page ? Pin
AspDotNetDev10-May-11 10:56
protectorAspDotNetDev10-May-11 10:56 
GeneralRe: How can I access a method on a child page from its master page ? Pin
Not Active10-May-11 11:31
mentorNot Active10-May-11 11:31 
GeneralRe: How can I access a method on a child page from its master page ? Pin
AspDotNetDev10-May-11 13:23
protectorAspDotNetDev10-May-11 13:23 
GeneralRe: How can I access a method on a child page from its master page ? Pin
Not Active10-May-11 13:43
mentorNot Active10-May-11 13:43 

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.