|
code
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
asp.net 1.1 X 2.0 compatibility issuethe server hosting this app was upgraded to asp.net 2.0 (that is said to be 100% compatible). Well, since the upgrade the calendar control behaves in such a crazy way, I mean: 1. in the page_load event I set calendar.SelectedDate = Now 2. the date in the calendar shown in the browser is not selected 3. using the debugger I found that the date exists in memory in the right way (calendar.SelectedDate equals Now) 4. trying to insert a record in a access database I got an error saying the parameter is missing 5. if you click on a date in the browser's calendar, the date is correctly selected and the record is inserted without a problem PS: it's an asp.net 1.1 app running on an asp.net 2.0 environment PS2: if I move this app to an asp.net 1.1 environment, everything works fine thanks for any clue, regards, Victor 100% Compatible???
I think that you should implement a side-by-side environment, until your code have been ported to 2.0 Version. http://msdn.microsoft.com/netframework/programming/breakingchanges/runtime/default.aspx tks Washington Moreira Show quoteHide quote "VR" <vc***@hotmail.com> wrote in message news:Ou1sN5slGHA.2204@TK2MSFTNGP03.phx.gbl... > Hi, I developed a web app a few months ago using asp.net 1.1. Last week, > the server hosting this app was upgraded to asp.net 2.0 (that is said to > be 100% compatible). > > Well, since the upgrade the calendar control behaves in such a crazy way, > I mean: > > 1. in the page_load event I set calendar.SelectedDate = Now > > 2. the date in the calendar shown in the browser is not selected > > 3. using the debugger I found that the date exists in memory in the right > way (calendar.SelectedDate equals Now) > > 4. trying to insert a record in a access database I got an error saying > the parameter is missing > > 5. if you click on a date in the browser's calendar, the date is correctly > selected and the record is inserted without a problem > > PS: it's an asp.net 1.1 app running on an asp.net 2.0 environment > > PS2: if I move this app to an asp.net 1.1 environment, everything works > fine > > > thanks for any clue, > regards, > Victor > > > > >
ValidationControl evaluationfunction ASP.NET 2.0
Gridview extra header row with command button and paging validation message only show in val summary when ShowSummary=true when no js to execute on client Web control which is a combobox with an editable portion XML Dropdownlist- Custom DataTextField Anyway to enable a ToolTip for each ListItem Is it possible to get only the "Selected" text out of a TextBox how to trigger an action by clicking in a field of detailsview? radiobuttons - no list Display text with <newline> characters... |
|||||||||||||||||||||||