| Thread | Last Post | Replies |
|
| OldValues and NewValues collections are empty | 31 Jul 2008 14:15 GMT | 4 |
When my FormView uses its ObjectDataSource to save changes, in the FormView's ItemUpdating handler, the FormViewUpdateEventArgs OldValues and NewValues collections are both completely empty. The FormView is bound to an ObjectDataSource. The
|
| When using System.IO.FileStream, I write 8 bytes, then seek to the start of the file, does the 8 bytes get flushed on seek and the buffer become a readbuffer at that point instead of being a write buffer? | 30 Jul 2008 10:49 GMT | 1 |
When using System.IO.FileStream, I write 8 bytes, then seek to the start of the file, does the 8 bytes get flushed on seek and the buffer become a readbuffer at that point instead of being a write buffer?
|
| FileUp.PostedFile == null | 26 Jul 2008 20:16 GMT | 1 |
If HasFile is true, why is PostedFile "sometimes" == null in my tests? That is, if I resubmit the form with the same data it's not null, and may be repeatedly not null. But then it will occasionally be null again, for one or two submits. It seems to be random.
|
| Page_PreRender LABEL never changes | 24 Jul 2008 12:13 GMT | 1 |
After a button click, nothing gets posted back to the form. The Page_PreRender is firing ... I am tracing it through line by line. But lbl_ErrMsg3 never changes. (I also tried it with a textbox and it doesn't change the Text either.)
|
| Overlapping controls with only one at time visible? | 21 Jul 2008 22:10 GMT | 2 |
This may not be possible, but here goes: I'm trying to save space on my asp.net page by using four list boxes in the same table cell. What I'd like to do is have my user, via a button, enlarge one list box so it covers the others. This is easy on a VB
|
| Custom tags inside control | 21 Jul 2008 07:01 GMT | 1 |
I would like to support a custom tag inside my custom control like this: <cc1:MyControl id="x" runat="server"> <customTag prop1="x" prop2="e" /> <customTag prop1="y" prop2="d" />
|
| Populating a FormView from different data | 18 Jul 2008 21:18 GMT | 1 |
I have a form which creates a request for access to one or more departments. The formview uses datasource1 to pull all of the files and create an insert form for this. However, I need for the formview to populate the "department" field with a list of available departments from ...
|
| Literal content is not allowed within a UserControl | 17 Jul 2008 23:09 GMT | 1 |
Can I create a user control so that when I drop it on the web form I can put text between the start and end tags as listed <uc1:KeyFeatures id="KeyFeatures1" runat="server" >test..</uc1:KeyFeatures Each one will have some lengthy text with bulleted lists, etc and I wanted
|
| InvalidCastException | 17 Jul 2008 16:11 GMT | 2 |
This doesn't seem to work. It throws an InvalidCastException. In general, when I'm trying to enumerate something, how do I find what type of object the enumerator returns? Help doesn't seem to be much help in this regard.
|
| gridview edit mode question | 16 Jul 2008 14:15 GMT | 2 |
I am fairly new to ASP.NET and have been using the data access tutorials at www.asp.net to get an understanding of some of the basic data access concepts. I have created a page that uses a detailsview to insert records into a table and a gridview to edit and delete existing ...
|
| Whole window refreshes when item in pull down is changed. | 13 Jul 2008 19:10 GMT | 1 |
Please re-direct me if I'm not in the most appropriate NG. The company I work for has an Intranet. One of the pages (.aspx) has 3 pull-down menus in it. When one of their selections is amended, the whole screen refreshes.
|
| RadioButtonList lost state | 11 Jul 2008 01:26 GMT | 1 |
I have a radio-button list with 2 buttons. The property for this control are set up as follow: AutoPostBack=true EnableViewState=true
|
| Running a SSRS 2005 Report from ASP.Net | 10 Jul 2008 16:54 GMT | 2 |
From an ASP.Net page which is using a SSRS 2005 that is using SQL authentication which works correctly when designed. However when called from the web page as a .Net component shows the following error message after prompted to login, which I do with an admin account.
|
| After LoadControl, can updated Literal, but not Textbox? | 10 Jul 2008 06:24 GMT | 2 |
I've got a web page that holds a user control, which is really a factory that might load up one of several different user controls inside it. The web page doesn't really know what kind of control is getting loaded, and it doesn't care. It just passes the data in to the
|
| PanelUpdate and Form Position | 08 Jul 2008 11:33 GMT | 2 |
Is it true that one of the benefits of using an UpdatePanel is that the screen will maintain it's position across partial postbacks? If so, I must be doing something wrong. When a repeater control (which is contained in an UpdatePanel) is refreshed, the page is jumping to the ...
|