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

ASP.NET

 
Questioncollapsible panel Pin
kjosh16-Jul-07 17:43
kjosh16-Jul-07 17:43 
AnswerRe: collapsible panel Pin
Michael Sync16-Jul-07 18:11
Michael Sync16-Jul-07 18:11 
GeneralRe: collapsible panel Pin
kjosh17-Jul-07 3:47
kjosh17-Jul-07 3:47 
Questiondisplaying years in dropdownlistbox Pin
imranafsari16-Jul-07 17:15
imranafsari16-Jul-07 17:15 
AnswerRe: displaying years in dropdownlistbox Pin
Sathesh Sakthivel16-Jul-07 17:18
Sathesh Sakthivel16-Jul-07 17:18 
AnswerRe: displaying years in dropdownlistbox Pin
N a v a n e e t h16-Jul-07 18:14
N a v a n e e t h16-Jul-07 18:14 
GeneralRe: displaying years in dropdownlistbox Pin
imranafsari16-Jul-07 18:23
imranafsari16-Jul-07 18:23 
AnswerRe: displaying years in dropdownlistbox Pin
Prakash_Mishra16-Jul-07 18:51
Prakash_Mishra16-Jul-07 18:51 
Dim iyear As Integer = 1
For iyear = 1980 To 2008
Dpdobyear.Items.Add(Str(iyear))
Next

This may help u add this code in the page load and add the code to the dropdown.
Good luck

Prakash Mishra(Banglore,India)

QuestionHuge config file causing very long first-time load Pin
Psytherium16-Jul-07 9:29
Psytherium16-Jul-07 9:29 
AnswerRe: Huge config file causing very long first-time load Pin
Dave Kreskowiak16-Jul-07 10:25
mveDave Kreskowiak16-Jul-07 10:25 
GeneralRe: Huge config file causing very long first-time load Pin
Psytherium16-Jul-07 10:46
Psytherium16-Jul-07 10:46 
GeneralRe: Huge config file causing very long first-time load Pin
Paul Conrad16-Jul-07 12:21
professionalPaul Conrad16-Jul-07 12:21 
GeneralRe: Huge config file causing very long first-time load Pin
Psytherium16-Jul-07 12:51
Psytherium16-Jul-07 12:51 
GeneralRe: Huge config file causing very long first-time load Pin
Paul Conrad16-Jul-07 13:07
professionalPaul Conrad16-Jul-07 13:07 
GeneralRe: Huge config file causing very long first-time load Pin
Psytherium16-Jul-07 13:35
Psytherium16-Jul-07 13:35 
QuestionHowto let the server resend a Page [modified] Pin
ezazazel16-Jul-07 8:47
ezazazel16-Jul-07 8:47 
AnswerRe: Howto let the server resend a Page Pin
Dave Kreskowiak16-Jul-07 10:24
mveDave Kreskowiak16-Jul-07 10:24 
QuestionASP.NET Upgrade Process 1.1 to 2.0 : Best Practices Pin
N a v a n e e t h16-Jul-07 6:29
N a v a n e e t h16-Jul-07 6:29 
QuestionDatagrid - Template column Pin
phpatel16-Jul-07 6:25
phpatel16-Jul-07 6:25 
AnswerRe: Datagrid - Template column Pin
amit_8317-Jul-07 4:43
amit_8317-Jul-07 4:43 
GeneralRe: Datagrid - Template column Pin
phpatel17-Jul-07 6:01
phpatel17-Jul-07 6:01 
Questionmigrate from .Net 2.0 to .Net 3.0 Pin
George_George16-Jul-07 5:10
George_George16-Jul-07 5:10 
AnswerRe: migrate from .Net 2.0 to .Net 3.0 Pin
martin_hughes16-Jul-07 7:09
martin_hughes16-Jul-07 7:09 
GeneralRe: migrate from .Net 2.0 to .Net 3.0 Pin
George_George16-Jul-07 16:38
George_George16-Jul-07 16:38 
AnswerRe: migrate from .Net 2.0 to .Net 3.0 Pin
Abisodun16-Jul-07 7:39
Abisodun16-Jul-07 7:39 

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.