| Thread | Last Post | Replies |
|
| Charting in ASP.Net 2.0 (is this possible?) | 28 Jun 2007 17:01 GMT | 1 |
I'm building an application that has realtime charting and allows a user to interact with displayed chart (drag and drop, zoom, select items in chart, add anotations to chart etc). I haven't seen a .Net application that is this "rich client" - is it
|
| Nested Repeaters ItemCommand not firing | 28 Jun 2007 16:59 GMT | 2 |
I have a nested repeater situation with a Link Button on the nested repeater. However when the link button is clicked I get a postback but the event never takes place. I'm trying to wire up the nested repeaters ItemCommand event in the
|
| Customize Option Group List | 28 Jun 2007 16:49 GMT | 1 |
have an asp.net option group list. I need to be able to style it or at least override the render event so i can put in my own styles. Short of developing an inherited control of the option group im not sure what else i can do.
|
| excel error | 28 Jun 2007 16:27 GMT | 1 |
i'm using the .net OleDBprovider to read the data from excel file... but sometimes the data from the few of the cells of excel gets truncated... i'm not getting the whole data..if the data length is greater than 255 characters...
|
| Remove Things in Application State After Period? | 28 Jun 2007 16:26 GMT | 3 |
I would like to remove things from Application state if they are older than 15 minutes. How can I do that? Thanks.
|
| Validation controls and DB transactions | 28 Jun 2007 16:19 GMT | 3 |
I've been puzzling over this one for a while now. I'm not really sure what the best and cleanest approach would be here. This is what I want to do. A User enters some values in a FormView control and submits the form. A CustomValidator checks the database for duplicate entries. If ...
|
| Why Table2 does not show in Properties? | 28 Jun 2007 16:15 GMT | 1 |
I have two asp:Table One (Table2) inside a tablecell of the other (Table1) Only one (Table1) shows up in the properties list in Design mode. I have cells in Table2 and they show in the view of the page.
|
| rendering a control to a string: why doesn't this work? | 28 Jun 2007 15:46 GMT | 2 |
Nothing comes out of this, even though I tried to observe what I thought the HtmlTextWriter might expect for method calls. I must be missing something simple, but what? Private Sub TestRender()
|
| Can roles be applies across applications? | 28 Jun 2007 14:33 GMT | 1 |
I have set up so that user can span applications, but how do I do that for roles? I'm lucky enough to be at the ground level of internal business app development for a growing company, so I can design this stuff any way
|
| is there a got focus event for a textbox? | 28 Jun 2007 14:32 GMT | 2 |
Hi, I am extremely new to .net, I am actually working on my first application so I apologize if there is an obvious answer.... Is there a got focus event that fires when a user clicks on a textbox? Upon clicking on the textbox (which is disabled), I want a calendar control
|
| Can I draw text on top of an image? | 28 Jun 2007 14:19 GMT | 2 |
If I display an image can I then draw text so it appears on top of the image? An example of some code would sure help. Thanks
|
| Microsoft.Office.Interop.Excel | 28 Jun 2007 14:19 GMT | 9 |
I have an ASP.NET application that creates reports in Excel. It works fine in development but not on our production Windows 2003 server running IIS 6.0 Excel does not show up. I had a DCOM access error which was fixed by giving Network Service Local Launch and Activation
|
| Why doesn't this code work? | 28 Jun 2007 14:18 GMT | 9 |
My old post are getting messy so I thought I'd start a new one. I get no error messages and using a breakpoint I see that Image1.Attributes.Add executes. But the image is still distorted.
|
| ControlParameter ControlID | 28 Jun 2007 14:02 GMT | 2 |
Is it possible to refer to a ControlID that is inside a FormView? If so, what is syntax? I tried to reference it just by the controlid and it created an exception with the message Could not find control 'ddlNewPropRoleID' in ControlParameter 'RoleID'.
|
| Using tabs instead of a new window. | 28 Jun 2007 13:40 GMT | 1 |
I know how to open a new window through javascript. Is there anyway to open a new tab for IE/Firefox so we don't have all these instances of IE running? TIA - Jeff.
|