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

ASP.NET

 
GeneralRe: About Dropdownlist in ASp:content page Pin
Rajeshwar Code- Developer23-Nov-09 1:35
Rajeshwar Code- Developer23-Nov-09 1:35 
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 
I Want to make clear with your Coding..!
First If the ddl is in master page ant the code is normal aspx.cs which inherits the master page then
You Have to find the control in aspx.cs
Like
DropDownList mp = (DropDownList) Master.FindControl("ID");


Master Page[^]

If the Code in Content page Then You No need to find the control..!


LatestArticle :Log4Net

Why Do Some People Forget To Mark as Answer .If It Helps.

GeneralRe: About Dropdownlist in ASp:content page Pin
Rajeshwar Code- Developer23-Nov-09 3:52
Rajeshwar Code- Developer23-Nov-09 3:52 
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 

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.