Click here to Skip to main content
16,004,806 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: how to avoid postback on button click event in asp.net/javascript? Pin
Christian Graus4-Sep-07 14:59
protectorChristian Graus4-Sep-07 14:59 
GeneralRe: how to avoid postback on button click event in asp.net/javascript? Pin
Lucky Sheikh5-Sep-07 0:36
Lucky Sheikh5-Sep-07 0:36 
GeneralRe: how to avoid postback on button click event in asp.net/javascript? Pin
dreddy75-Sep-07 4:25
dreddy75-Sep-07 4:25 
GeneralRe: how to avoid postback on button click event in asp.net/javascript? Pin
dreddy75-Sep-07 4:51
dreddy75-Sep-07 4:51 
GeneralRe: how to avoid postback on button click event in asp.net/javascript? Pin
Lucky Sheikh5-Sep-07 18:35
Lucky Sheikh5-Sep-07 18:35 
QuestionExtending the delete/edit buttons in gridview Pin
kumswa4-Sep-07 7:59
kumswa4-Sep-07 7:59 
AnswerRe: Extending the delete/edit buttons in gridview Pin
Christian Graus4-Sep-07 8:16
protectorChristian Graus4-Sep-07 8:16 
QuestionViewState Problem Pin
RoyRose784-Sep-07 6:41
RoyRose784-Sep-07 6:41 
Hey all,

I'm having this weird problem with an aspx page.
In this page I have 2 dropDownList controls:
_TableDropDown - has items that I entered at design time. the items are: Cities, Titles etc..
_RowsDropDown - filled after _TableDropDown is autoPostBack to server from DB(when selecting Cities of _TableDropDown the _RowsDropDown is filled with YNC, Paris etc.. and when selecting Titles of _TableDropDown the _RowsDropDown is filled with Manager, Developer etc...)

everything is ok until I press the back button.Sigh | :sigh:
this is what I did from IE:
1. got the page the first time - the _TableDropDown with Cities and _RowsDropDown with the data from DB.
2. changed the _TableDropDown value to Titles - postback occured and the page got back to me with the right data.
3. press back button - now the _TableDropDown is set with Titles value BUT _RowsDropDown values filled with cities data..

I know that when pressing back button of IE there is NO postback to the server so I guessed it's something with the viewState...

Is someone familier with the problem?
What should I do to get over this?Cry | :((

Thank you very much,
RoyRose
AnswerRe: ViewState Problem Pin
Christian Graus4-Sep-07 6:56
protectorChristian Graus4-Sep-07 6:56 
GeneralRe: ViewState Problem Pin
RoyRose784-Sep-07 8:16
RoyRose784-Sep-07 8:16 
GeneralRe: ViewState Problem Pin
Christian Graus4-Sep-07 8:29
protectorChristian Graus4-Sep-07 8:29 
Questione-commerce functionality ASP.NET shopping carts Pin
SAS254-Sep-07 6:19
SAS254-Sep-07 6:19 
AnswerRe: e-commerce functionality ASP.NET shopping carts Pin
Lucky Sheikh5-Sep-07 0:34
Lucky Sheikh5-Sep-07 0:34 
QuestionSSO and Debugging on XP Pro - domain issues Pin
davidhart4-Sep-07 6:06
davidhart4-Sep-07 6:06 
Questionhow can i show a pdf file in asp.net ? Pin
B.A4-Sep-07 5:52
B.A4-Sep-07 5:52 
AnswerRe: how can i show a pdf file in asp.net ? Pin
Christian Graus4-Sep-07 6:01
protectorChristian Graus4-Sep-07 6:01 
GeneralRe: how can i show a pdf file in asp.net ? Pin
B.A4-Sep-07 6:17
B.A4-Sep-07 6:17 
GeneralRe: how can i show a pdf file in asp.net ? Pin
Christian Graus4-Sep-07 6:33
protectorChristian Graus4-Sep-07 6:33 
GeneralRe: how can i show a pdf file in asp.net ? Pin
B.A4-Sep-07 20:31
B.A4-Sep-07 20:31 
AnswerRe: how can i show a pdf file in asp.net ? Pin
Lucky Sheikh5-Sep-07 1:02
Lucky Sheikh5-Sep-07 1:02 
QuestionCSS sheets in folder Pin
TAK784-Sep-07 5:21
TAK784-Sep-07 5:21 
AnswerRe: CSS sheets in folder Pin
ToddHileHoffer4-Sep-07 8:08
ToddHileHoffer4-Sep-07 8:08 
QuestionExecuting stored procedure Pin
peacefulmember4-Sep-07 5:15
peacefulmember4-Sep-07 5:15 
AnswerRe: Executing stored procedure Pin
Christian Graus4-Sep-07 5:26
protectorChristian Graus4-Sep-07 5:26 
GeneralRe: Executing stored procedure Pin
peacefulmember4-Sep-07 5:31
peacefulmember4-Sep-07 5:31 

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.