Click here to Skip to main content
15,888,610 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: About Dropdownlist in ASp:content page Pin
sashidhar23-Nov-09 1:33
sashidhar23-Nov-09 1:33 
GeneralRe: About Dropdownlist in ASp:content page Pin
Rajeshwar Code- Developer23-Nov-09 1:41
Rajeshwar Code- Developer23-Nov-09 1:41 
AnswerRe: About Dropdownlist in ASp:content page Pin
Amit Patel198523-Nov-09 1:51
Amit Patel198523-Nov-09 1:51 
GeneralRe: About Dropdownlist in ASp:content page Pin
Rajeshwar Code- Developer23-Nov-09 2:12
Rajeshwar Code- Developer23-Nov-09 2:12 
GeneralRe: About Dropdownlist in ASp:content page Pin
Amit Patel198523-Nov-09 2:15
Amit Patel198523-Nov-09 2:15 
GeneralRe: About Dropdownlist in ASp:content page Pin
Rajeshwar Code- Developer23-Nov-09 2:39
Rajeshwar Code- Developer23-Nov-09 2:39 
GeneralRe: About Dropdownlist in ASp:content page Pin
sashidhar23-Nov-09 3:57
sashidhar23-Nov-09 3:57 
GeneralRe: About Dropdownlist in ASp:content page Pin
Rajeshwar Code- Developer23-Nov-09 3:52
Rajeshwar Code- Developer23-Nov-09 3:52 
amit atleast i found the answer

this is the code


Dropdownlist ddl = new Dropdownlist();
ddl =(Dropdownlist)this.Master.FindControl("Contentmasterpage").FindControl("DropDownlist");
string strlan = ddl.selectedvalue;

try and try untill reach success..

GeneralRe: About Dropdownlist in ASp:content page Pin
sashidhar23-Nov-09 4:01
sashidhar23-Nov-09 4:01 
Questionwebsite Search Pin
Richa_Soni22-Nov-09 23:00
Richa_Soni22-Nov-09 23:00 
AnswerRe: website Search Pin
John Bracey22-Nov-09 23:05
John Bracey22-Nov-09 23:05 
GeneralRe: website Search Pin
Richa_Soni22-Nov-09 23:11
Richa_Soni22-Nov-09 23:11 
AnswerRe: website Search Pin
sashidhar22-Nov-09 23:21
sashidhar22-Nov-09 23:21 
Questionwindow.showModalDialog problem Pin
pss.srinivasan22-Nov-09 22:22
pss.srinivasan22-Nov-09 22:22 
AnswerRe: window.showModalDialog problem Pin
Abhishek Sur22-Nov-09 22:25
professionalAbhishek Sur22-Nov-09 22:25 
GeneralRe: window.showModalDialog problem [modified] Pin
pss.srinivasan22-Nov-09 22:30
pss.srinivasan22-Nov-09 22:30 
GeneralRe: window.showModalDialog problem Pin
Abhishek Sur23-Nov-09 3:29
professionalAbhishek Sur23-Nov-09 3:29 
QuestionMySQL in ASP.NET webapplication Pin
bhavnvyas22-Nov-09 21:07
bhavnvyas22-Nov-09 21:07 
AnswerRe: MySQL in ASP.NET webapplication Pin
Abhijit Jana22-Nov-09 21:47
professionalAbhijit Jana22-Nov-09 21:47 
AnswerRe: MySQL in ASP.NET webapplication Pin
Amit Patel198523-Nov-09 0:17
Amit Patel198523-Nov-09 0:17 
QuestionASP.NET Applications – Testing Pin
Reshma.R22-Nov-09 19:44
Reshma.R22-Nov-09 19:44 
AnswerRe: ASP.NET Applications – Testing Pin
Amit Spadez22-Nov-09 20:23
professionalAmit Spadez22-Nov-09 20:23 
AnswerRe: ASP.NET Applications – Testing Pin
Abhijit Jana22-Nov-09 20:24
professionalAbhijit Jana22-Nov-09 20:24 
AnswerRe: ASP.NET Applications – Testing Pin
sashidhar22-Nov-09 22:23
sashidhar22-Nov-09 22:23 
QuestionOffice document convert to PDF file Pin
avijitsurai22-Nov-09 19:41
avijitsurai22-Nov-09 19:41 

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.