| Thread | Last Post | Replies |
|
| consultant wanted | 23 Oct 2007 07:29 GMT | 1 |
i'm interested in speaking with an expert consultant with experience in building asp.net 2005 web pages that present olap data. the page must automatically refresh when the underlying olap data changes. i would also like a recommendation on what third-party component can best ...
|
| Problem with <img> and an Http Handler that returns an image | 23 Oct 2007 04:46 GMT | 1 |
- I have defined in web.config the http handler like this: <handlers> <add verb="*" path="ImageThumbnailer.ashx" type="Thumbnailer.Handler.Thumbnailer, Thumbnailer.Handler"/>
|
| Using a Web Service for Business Logic BackEnd / Data Layer | 23 Oct 2007 03:45 GMT | 4 |
I'm building a multi-tier web application that is primarily driven by a web service back end. Are there any configuration settings I should know about to increase the performance of the site?
|
| Object reference not set to an instance of an object | 23 Oct 2007 03:11 GMT | 7 |
I am working as a coop student and do not have much experience with programming YET. The last student built an application called ICE ACCRETION using Micr Visual C# 2005.
|
| Newbie - Desperate for help | 23 Oct 2007 02:16 GMT | 2 |
What I want to do seems so simple, yet I can't figure it out! I have a very simple aspx page that I'm displaying in an Iframe. The page has three dropdown boxs and I this code on the aspx.cs to set three variables to the selected text.
|
| Office Web Component Print preview | 23 Oct 2007 01:06 GMT | 1 |
Was working on Office web component 3.0 which fits in to my projects. but came across one problem in excel when we give the print preview it displays the whole format of the sheet.
|
| Printing CR via Web? | 22 Oct 2007 21:40 GMT | 1 |
Any way to printing CR report via web? There is print button on CR Viewer, but when clicks it nothing happens! or just way via browser -> File -> Print ? Thanks!
|
| JavaScript and UserControl | 22 Oct 2007 20:52 GMT | 1 |
Is there any possibility to do this with a *.ascx file? http://www.cssboulevar.com.ar:80/codigos/ver.php?id=166 The errors in the page aren't important. This is The code for the effect:
|
| Formatted list with a datagrid next to it. | 22 Oct 2007 20:37 GMT | 1 |
I've got a table with rows in it. I then have detail records that goes with that row. What I'd like ideally is to have a list of data on the left with a table/grid/view/... on the right with the detail information. Any way I can do this?
|
| How many people used webparts but not anymore? | 22 Oct 2007 20:36 GMT | 1 |
I am trying to get a sense of what has been the webparts adoption. And maybe my question may not be the best indicator of this. In anycase, we at our company have an application that relies on webparts and we are happy enought to stay with them. The biggest pain
|
| c# and javascript data share .net 1.1 | 22 Oct 2007 17:24 GMT | 2 |
Have a asp.net 1.1 web page with c# and javascript in same page and I need to create data or variables in c# that can be access in javascript. I appreciate any code snipped that can show me how to accomplish this. Regards,
|
| RangeValidator < 0 not working | 22 Oct 2007 17:24 GMT | 1 |
Here's my RangeValidator <asp:RangeValidator ID="RangeValidator1" runat="server" ControlToValidate="txtSVDV" ErrorMessage="RangeValidator" MaximumValue="0" MinimumValue="-100" Type="Double">Make it < 0</asp:RangeValidator></td>
|
| Remove last letter from string | 22 Oct 2007 17:16 GMT | 2 |
I am trying to remove the last letter from a string: names.Remove(names.Remove(names.Length - 1, 1)) I get index out of range. What am I doing wrong? Thanks,
|
| Development environment setup: connect to SQL Server 2000 database | 22 Oct 2007 17:10 GMT | 3 |
Last week I asked a question about connection to database from client machine (developer machine). I have changed the database security setup for "SQL Server and Windows" under (local)Windows NT node of Enterprise Manager. However, I could not setup a database connection to ...
|
| satellite assembly. | 22 Oct 2007 16:45 GMT | 1 |
I am developing satellite assembly. I have resource file string.resx When i create it in another version say string.de.resx its corresponding folder that is de is getting creating which is having dll.
|