|
Web Parts - ASP.NET 2.0
|
| |
Working thru the 'step by step' book... Chpter 7. I even tried using the sample code. (OK, I'm a VB person, not C#... but that shouldn't matter) For some reason, the 'design' mode is NOT enabled... so when I run the page, my dropdown list only contains 'browse'. If I over-ride the check, the 'design'... more »
|
|
SelectedValue option unavailable in DropDownList!?
|
| |
Hello, I'm hoping someone can help because I've been tearing my hair out over this! I have GridView with a DropDownList control in the Edit Template. I want to set the selected item for the relevant value of a record. On the MS website it says to do this: <asp:DropDownList ID="DropDownList1" runat="server" SelectedValue='<%#... more »
|
|
UpdatePanel control loses ViewState data if Visible property set
|
| |
I am just starting to use AJAX, and I've run into a problem that I cannot resolve. I have a text box, the third of three controls in an UpdatePanel. Here's the scenario: 1. I create all the controls within the Init process. 2. Within the Load process I do FindControls on all the controls in the page.... more »
|
|
template fields for unbound grid
|
| |
I have an unbound gridview named grdTemp. On the click of a button, I bind grdTemp to a datasource as below: grdTemp.DataSource = dsTemp; grdTemp.DataBind(); Works fine and I can see the data. The datasource returns records with three text fields and one boolean field What I need is to be able to display the text values in textboxes and... more »
|
|
Gridview update not working for AccessDataSource
|
| |
Hi, I am trying to update a row in a GridView that uses a table with a join to another table and using hidden column info for a parameter. I have set the DataKeyNames for the GridView. The page is working when I bind the GridView (GridView1) to my SqlDataDource (SqlDataSource1), however it does not work when the GridView is bound to my... more »
|
|
dllhost flake here and there to 100% CPU utilization.
|
| |
Hi I having a bit of a problem on our Web server, we are facing this issue for almost more then 5 years now, we have done lot of research on this many google query and reples most of them refer to infinite look, open loop etc etc in programming we have check everything no programming issue at all all... more »
|
|
Selected ListItem in DropDownList does not appear selected
|
| |
I have a DropDownList in which I set the SelectedIndex property in my code. However, when I run a debug it does not appear selected (actually, none of the ListItems are even visible in the DropDownList until I click the arrow to select one). However, when I do a view source it has the following: <select name="ctl00$cphContent$dtpBoth AMPM$ddlAMPM"... more »
|
|
reportviewer: horizontal scrollbars + Firefox issues
|
| |
I'm new to using the reportviewer control It appears to make an iFrame (blech). The issue we're having is that some of our reports do not get a horizontal scroll bar, so one can't see the entire report. Any fix for that? There doesn't seem to be a specific property for that. Also, when we view reports in Firefox, the drop-down menus to select the... more »
|
|
problem while inheriting a UserControl base
|
| |
hello, i am working on a web application w/ UserControls. some of my controls use the same functionality (an Event they all raise) so it seemed to make sense to place them into a custom base class, and have my UserControls inherit it. problem is, when i do this the im no longer able to raise the event in... more »
|
|
|