Click here to Skip to main content
15,897,518 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: CSS ImageButton Border not working Pin
Christian Graus26-Mar-08 11:44
protectorChristian Graus26-Mar-08 11:44 
GeneralRe: CSS ImageButton Border not working [modified] Pin
imnotso#26-Mar-08 11:59
imnotso#26-Mar-08 11:59 
GeneralRe: CSS ImageButton Border not working Pin
Christian Graus26-Mar-08 12:22
protectorChristian Graus26-Mar-08 12:22 
GeneralRe: CSS ImageButton Border not working Pin
imnotso#26-Mar-08 12:29
imnotso#26-Mar-08 12:29 
GeneralLoading controls dynamically asutomatically calls buttonBlick Eventhandler Pin
happyheartcs26-Mar-08 10:44
happyheartcs26-Mar-08 10:44 
GeneralRe: Loading controls dynamically asutomatically calls buttonBlick Eventhandler Pin
Christian Graus26-Mar-08 11:06
protectorChristian Graus26-Mar-08 11:06 
GeneralRe: Loading controls dynamically asutomatically calls buttonBlick Eventhandler Pin
Paras Kaneriya26-Mar-08 20:29
Paras Kaneriya26-Mar-08 20:29 
Generalasp:Drop Down problem in setting the selected item Pin
gottimukkala26-Mar-08 10:22
gottimukkala26-Mar-08 10:22 
Hi,

I coded an aspx page with drop down lists, when the user selects a value from the drop down list, my javascript code gets the selected values of drop down lists and reload the page with the values in the url. After reloading I want to show the selected values in the drop down lists, I couldn't understand how to this. for the moment I can retrieve the selected values of drop down lists. Here is my code with selected values. Any one please tell me.

lang = Request.QueryString["lang"];
viewType = Request.QueryString["view"]; // viewType may be List or Pic
sortBy = Request.QueryString["sortBy"];

if (viewType != null || viewType != "") //ddlView contains "List View" and "Pic View"
{
ddlView.SelectedItem.Text = viewType + " View"; // Here its changing the default value and I am having both values same in the drop down after execution of this statement.
}

Thanks,

Best Regards,

Aruna.G
GeneralRe: asp:Drop Down problem in setting the selected item Pin
Christian Graus26-Mar-08 11:07
protectorChristian Graus26-Mar-08 11:07 
GeneralUpdateuser Pin
screwfunk0126-Mar-08 8:23
screwfunk0126-Mar-08 8:23 
GeneralTarget Framework Configuration Pin
Brady Kelly26-Mar-08 7:26
Brady Kelly26-Mar-08 7:26 
GeneralRe: Target Framework Configuration Pin
Guffa26-Mar-08 7:43
Guffa26-Mar-08 7:43 
GeneralRe: Target Framework Configuration Pin
Brady Kelly26-Mar-08 8:44
Brady Kelly26-Mar-08 8:44 
GeneralRe: Target Framework Configuration Pin
Not Active26-Mar-08 9:11
mentorNot Active26-Mar-08 9:11 
GeneralRe: Target Framework Configuration Pin
Brady Kelly26-Mar-08 9:18
Brady Kelly26-Mar-08 9:18 
GeneralRe: Target Framework Configuration Pin
led mike26-Mar-08 9:56
led mike26-Mar-08 9:56 
GeneralRe: Target Framework Configuration Pin
Not Active26-Mar-08 10:47
mentorNot Active26-Mar-08 10:47 
GeneralSo many questions, so little space Pin
Brady Kelly26-Mar-08 7:19
Brady Kelly26-Mar-08 7:19 
GeneralRe: So many questions, so little space Pin
Christian Graus26-Mar-08 9:40
protectorChristian Graus26-Mar-08 9:40 
GeneralRe: So many questions, so little space Pin
Brady Kelly26-Mar-08 9:49
Brady Kelly26-Mar-08 9:49 
QuestionTextBox and CreateChildControls() Pin
msalti26-Mar-08 7:07
msalti26-Mar-08 7:07 
GeneralRe: TextBox and CreateChildControls() Pin
Jesse Squire26-Mar-08 7:25
Jesse Squire26-Mar-08 7:25 
GeneralRe: TextBox and CreateChildControls() Pin
msalti26-Mar-08 7:31
msalti26-Mar-08 7:31 
GeneralRe: TextBox and CreateChildControls() Pin
Jesse Squire26-Mar-08 7:43
Jesse Squire26-Mar-08 7:43 
GeneralRe: TextBox and CreateChildControls() Pin
msalti26-Mar-08 8:14
msalti26-Mar-08 8:14 

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.