Click here to Skip to main content
15,885,537 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionAsp.net(Create User Wizard) Pin
Rajaganapathy Murugan9-May-12 5:50
Rajaganapathy Murugan9-May-12 5:50 
AnswerRe: Asp.net(Create User Wizard) Pin
R. Giskard Reventlov9-May-12 6:09
R. Giskard Reventlov9-May-12 6:09 
AnswerRe: Asp.net(Create User Wizard) Pin
Sandeep Mewara9-May-12 7:29
mveSandeep Mewara9-May-12 7:29 
QuestionAdd Multiple Attachments Control Pin
Member 83405879-May-12 2:03
Member 83405879-May-12 2:03 
AnswerRe: Add Multiple Attachments Control Pin
R. Giskard Reventlov9-May-12 6:09
R. Giskard Reventlov9-May-12 6:09 
AnswerRe: Add Multiple Attachments Control Pin
Sandeep Mewara9-May-12 7:34
mveSandeep Mewara9-May-12 7:34 
QuestionDeletion of data from J Query autocomplete Pin
Chitla Janardhan Reddy7-May-12 23:06
Chitla Janardhan Reddy7-May-12 23:06 
AnswerRe: Deletion of data from J Query autocomplete Pin
jkirkerx8-May-12 10:53
professionaljkirkerx8-May-12 10:53 
Member 8482949 wrote:
But when page is post back I am displaying the previously selected values,

That's the proper behavior of a postback to the server.
If you populate a dropdown or listbox on the server side, the server maintains the list of values, and expects the same list of values to postback, with one of them having the selected attribute.

You can alter the contents of an edit box, for the server does not care what value is returned on postback.

If you don't like the behavior, then populate the dropdown box using JQuery when the DOM is ready, and take the selection and copy it into a edit box, then post the page back using the edit box for the value.

Also, a web service uses the asmx extension, and not the aspx extension. The wrong mime type may produce strange behavoir.
QuestionData from a Flash website into a file (excel, access, flat, csv, xml...etc) Pin
Lalit Kumar Jain7-May-12 22:27
Lalit Kumar Jain7-May-12 22:27 
AnswerRe: Data from a Flash website into a file (excel, access, flat, csv, xml...etc) Pin
jkirkerx8-May-12 11:00
professionaljkirkerx8-May-12 11:00 
AnswerRe: Data from a Flash website into a file (excel, access, flat, csv, xml...etc) Pin
Aman Bhullar9-May-12 21:04
Aman Bhullar9-May-12 21:04 
QuestionRe: API for Scheduling a SSRS report from a ASP .Net Web page/ HTML Page Pin
Praveen Velugoti6-May-12 9:17
Praveen Velugoti6-May-12 9:17 
AnswerRe: API for Scheduling a SSRS report from a ASP .Net Web page/ HTML Page Pin
jkirkerx6-May-12 14:06
professionaljkirkerx6-May-12 14:06 
QuestionASP.net Doubt Pin
SureshBabu S5-May-12 18:28
SureshBabu S5-May-12 18:28 
AnswerRe: ASP.net Doubt Pin
OriginalGriff5-May-12 19:30
mveOriginalGriff5-May-12 19:30 
AnswerMy Vote of 1 Pin
Keith Barrow5-May-12 23:03
professionalKeith Barrow5-May-12 23:03 
AnswerRe: ASP.net Doubt Pin
Dave Kreskowiak6-May-12 2:35
mveDave Kreskowiak6-May-12 2:35 
Questionurl on asp.net app Pin
classy_dog5-May-12 7:48
classy_dog5-May-12 7:48 
AnswerRe: url on asp.net app Pin
Ali Al Omairi(Abu AlHassan)5-May-12 8:13
professionalAli Al Omairi(Abu AlHassan)5-May-12 8:13 
GeneralRe: url on asp.net app Pin
classy_dog5-May-12 9:58
classy_dog5-May-12 9:58 
GeneralRe: url on asp.net app Pin
Ali Al Omairi(Abu AlHassan)5-May-12 22:04
professionalAli Al Omairi(Abu AlHassan)5-May-12 22:04 
Questiondeploy 2010 web app Pin
dcof5-May-12 4:22
dcof5-May-12 4:22 
SuggestionRe: deploy 2010 web app Pin
jkirkerx6-May-12 14:21
professionaljkirkerx6-May-12 14:21 
GeneralRe: deploy 2010 web app Pin
dcof8-May-12 3:17
dcof8-May-12 3:17 
JokeRe: deploy 2010 web app Pin
jkirkerx8-May-12 11:11
professionaljkirkerx8-May-12 11:11 

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.