Description:
Microsoft .NET technology newsgroup.
|
|
|
Detailsview with objectdatasource
|
| |
I'm using a detailsview with an objectdatasource. When I click Update to save my edited record ItemUpdating gets called but e.NewValues.Count = 0. What am I doing wrong? The design is a dropdown ddlEvent where a date is selected. With taht as a key the event to be edited is selected in the DetailsView... more »
|
|
ListView Default Button
|
| |
I drag a listview control onto a form and attach it to a table in mssql 2008 and enable all modes. It displays great with the bottom row being an insert row for new data. I type data into the row and naively hit the enter key expecting the row of data to be added to the table. Instead, because the very first button in the... more »
|
|
Detailsview with objectdatasource
|
| |
I'm using a detailsview with an objectdatasource. When I click Update to save my edited record ItemUpdating gets called but e.NewValues.Count = 0. What am I doing wrong? The design is a dropdown ddlEvent where a date is selected. With taht as a key the event to be edited is selected in the DetailsView... more »
|
|
PostBack
|
| |
Hi with some controls (eg the Calendar control), a "SelectionChanged" event is fired when the user chooses an item/date. Well actually you get a "post-back" and a "selection-changed" event. And this only if the user selected a *new* item, not if they selected the same item. Then you just get a "post-back", not a "selection-changed".... more »
|
|
Calendar control - week selection text
|
| |
Hi how can I get the Calendar control to display different characters in the "week selection" column. By default, this is a '>' character. I want it to be different for each week - actually I want the weeknumber, but I can calculate that myself, I just need to know how to put it in the correct location in the Calendar.... more »
|
|
Menu Control vertical separator
|
| |
Is their a way to have a vertical menu separator in the asp.net menu control. For example in your browser's File menu, their is a separator before the Print functions. File tabs --------- print ---------- (separator) exit I do not use the CSS adapters
|
|
Ajax ScriptResource.axd load failed.
|
| |
Hi, I've done an application using .net 3.5 ajax and ajaxtoolkit. I've check on development local PC everything was ok. But when I deploy on server 2008 come out javascript error message: Sys.scriptloadfailed exception: the script /ScriptResource.axd?d= ............. failed to load. ... Missing call to... more »
|
|
Treeview styling woes
|
| |
Hi all I hope this isn't too dumb a problem. I wonder if someone could please point out what I'm doing wrong. I have a TabContainer with several tabs and some of them have Treeviews on - let's assume 3 Tabpanels, 3 Treeviews. All Treeviews are populated in the same way (it's copy & paste) and are all... more »
|
|
Enable a button when all three text boxes are filled data
|
| |
In a web page, there are three text boxes and one button (enable=false). When page load, I used javascrip to paste some info to fill out three text boxes from clipboard in which another program will copy to. How to code to make the button enable = true only when all thee text boxes are filled? I tried to add code below at end of page_load but do not work.... more »
|
|
|