Click here to Skip to main content
15,920,956 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionDifference? Pin
Karthick_gc7-Apr-09 20:31
Karthick_gc7-Apr-09 20:31 
AnswerRe: Difference? Pin
Abhijit Jana7-Apr-09 20:48
professionalAbhijit Jana7-Apr-09 20:48 
Question2 days before of my date Pin
ptvce7-Apr-09 20:06
ptvce7-Apr-09 20:06 
AnswerRe: 2 days before of my date Pin
mr_muskurahat7-Apr-09 20:13
mr_muskurahat7-Apr-09 20:13 
GeneralRe: 2 days before of my date Pin
J4amieC7-Apr-09 22:27
J4amieC7-Apr-09 22:27 
AnswerRe: 2 days before of my date Pin
Christian Graus7-Apr-09 20:14
protectorChristian Graus7-Apr-09 20:14 
AnswerRe: 2 days before of my date Pin
J4amieC7-Apr-09 22:25
J4amieC7-Apr-09 22:25 
QuestionRemove duplicate value from dropdownlist Pin
kishorgh7-Apr-09 20:03
kishorgh7-Apr-09 20:03 
There is dropdownlist on my page which showes country name. on click of country name popup will get display which showes companyname of selected country , and same dropdown will again get display.
In Popup dropdownlist ,it will display selectedItem value (CountryName)as which we have selected from main page.
for tht i have return code as follwes
drdCountry.DataTextField = "CountryName";
drdCountry.DataValueField = "CompanyCount";
drdCountry.DataSource = dsCoverageList.Tables[0].DefaultView;
drdCountry.DataBind();
drdCountry.SelectedItem.Text = Request.QueryString["CountryName"].ToString();
drdCountry.SelectedItem.Value = Request.QueryString["CompCount"].ToString();

but prob is on popup page in dropdownlist is showes duplicate value of selected item
means suppose i have selected US (CountryName) from main drplist thn in popup page is showes US 2 times in DrpList.
why is it so??.. Frown | :(

please help me out..
AnswerRe: Remove duplicate value from dropdownlist Pin
mr_muskurahat7-Apr-09 20:10
mr_muskurahat7-Apr-09 20:10 
GeneralRe: Remove duplicate value from dropdownlist Pin
kishorgh7-Apr-09 20:20
kishorgh7-Apr-09 20:20 
QuestionNamespace? Pin
Illegal Operation7-Apr-09 17:20
Illegal Operation7-Apr-09 17:20 
AnswerRe: Namespace? Pin
lovexiaoxiao7-Apr-09 17:26
lovexiaoxiao7-Apr-09 17:26 
AnswerRe: Namespace? Pin
Christian Graus7-Apr-09 17:37
protectorChristian Graus7-Apr-09 17:37 
GeneralRe: Namespace? Pin
Illegal Operation7-Apr-09 18:17
Illegal Operation7-Apr-09 18:17 
GeneralRe: Namespace? Pin
lovexiaoxiao7-Apr-09 18:28
lovexiaoxiao7-Apr-09 18:28 
QuestionGet DetailsView templatefield value... [modified] Pin
alvarog017-Apr-09 9:53
alvarog017-Apr-09 9:53 
AnswerRe: Get DetailsView templatefield value... Pin
Yusuf7-Apr-09 11:15
Yusuf7-Apr-09 11:15 
GeneralRe: Get DetailsView templatefield value... Pin
alvarog017-Apr-09 22:36
alvarog017-Apr-09 22:36 
GeneralRe: Get DetailsView templatefield value... Pin
Yusuf8-Apr-09 1:42
Yusuf8-Apr-09 1:42 
QuestionHow to Paly with TemplateField in a DataGrid Pin
harissssss7-Apr-09 9:48
harissssss7-Apr-09 9:48 
AnswerRe: How to Paly with TemplateField in a DataGrid Pin
Yusuf7-Apr-09 11:10
Yusuf7-Apr-09 11:10 
GeneralRe: How to Paly with TemplateField in a DataGrid Pin
harissssss8-Apr-09 11:14
harissssss8-Apr-09 11:14 
GeneralRe: How to Paly with TemplateField in a DataGrid Pin
Yusuf8-Apr-09 12:12
Yusuf8-Apr-09 12:12 
QuestionLogin and Password Validations!! Pin
Sr...Frank7-Apr-09 9:38
Sr...Frank7-Apr-09 9:38 
AnswerRe: Login and Password Validations!! Pin
Christian Graus7-Apr-09 10:41
protectorChristian Graus7-Apr-09 10: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.