Search

You searched for the word(s): userid:806874

Matching Posts

  • VML recognized by IE 8

    Hi. I am working on a asp.net Web Application project. I was recently testing in IE 7. I built some display diagrams using VML (Vector Markup Language), and everything worked just fine when testing in IE 7. I had some other project memebers test the same page, but they were using IE 8. I guess there is no support for VML in IE 8 unless the page is rendered in Legacy mode, which we can't do because other controls we are using. I was wondering if there will be future support for VML in IE 8? Or
    Posted to Client Side Web Development (Forum) by isaackoss on 9/10/2009
  • Horizontal Tree

    Hi All. I am working on a custom web application that has specs for displaying data relationships in a horizontal tree. I have yet to find any simple solution for this in asp.net. Here is an example of what I need to do. Parent Node------- |----- Parent Node------- Parent Node____| |------------Child Node Parent Node____| Any help you can provide would be greatly appreciated. Thanks very much. Sincerely, Isaac Koss.
    Posted to Web Forms (Forum) by isaackoss on 7/28/2009
  • Re: DateTime format using ReportViewer in Local Mode

    That would work fine if we never wanted to implement 'Interactive Sort' on a column that we were showing this value as a Date or Date Time. I actually found out that using the ISO local and language codes, the formated date value will show up properly. Thanks very much.
    Posted to SQL Server Reporting Services (Forum) by isaackoss on 7/16/2009
  • DateTime format using ReportViewer in Local Mode

    Hi. I am working on a custom asp.net web application. We are building some Client Reports using RDLC files and ReportViewer in Local Mode to display these reports. I need to be able to display DateTime values as fields in the reports. I also need to format the way these DateTime values are displayed based on custom user settings and not on regional machine settings. I want to display only the short date and not the entire Date and Time for most of the Reports. I was thinking of converting all DateTime
    Posted to SQL Server Reporting Services (Forum) by isaackoss on 7/15/2009
  • Cancel SubReport and Processing

    I am building several Local Reports and handling the Sub Report Processing Event. I was wondering if there is any way to cancel subreport processing other than setting Visable to false based on some values. Thanks. Sincerely, Isaac Koss.
  • Unable to load client print control

    Hi. I am working on a asp.net 3.5 web application project with Visual Studio 2008. For Reports we are using an extened Report Viewer to view RDLC reports. All the data is coming from a data base through Stored Procedures and all reports are Local. During my local development testing, the printing option on Report Viewer works just fine. I am able to down load the IE add-in and print from IE. But when we deploy the application to another hosting server, I get the error "Unable to load client
  • Re: Unable to load client print control

    One other thing I should mention. We are not using a Reporting Services server. We are calling the data base stored procedure through code, then adding the data souce to the local report. I'm not sure if this makes any difference. Thanks very much for your responses. Isaac Koss.
  • Re: Using Enums to set Custom Server Control Properties

    We basically have three Enums in our BLL DomainEnum, EntityEnum, and AttributeEnum. Is it possible to have an interface with the Enums as default Properties like this?? When I set up a public property without the Interface the Enum gets set correctly Public Interface IZimsDataListControl Property DataSourceLookup() As BLL.Base.Schema.DomainEnum Property LookupEntity() As BLL.Base.Schema.EntityEnum Property LookupAttribute() As BLL.Base.Schema.AttributeEnum End Interface
    Posted to Custom Server Controls (Forum) by isaackoss on 10/19/2008
  • Re: Using Enums to set Custom Server Control Properties

    I have a custom web control that adds a property. This works fine when the property data type is a string. However, I want the value to be based on an ENUM and when I change the property's data type to the ENUM the property GET is no longer executed. When I set the data type back to string it begins working again. Below, the control exposes a property named MyProperty. The ENUM is nothing fancy, just a simple .NET enum with a couple of options. When the data type of the control is set to the
    Posted to Custom Server Controls (Forum) by isaackoss on 10/19/2008
  • Using Enums to set Custom Server Control Properties

    Hi All. I have a rather large project I'm working on. We have a custom control that basically ends up to be a dropdown. This custom control have 3 public properties that are Enums, which are defined in a seperate class libary. We are using the custom control in many of our User controls, which all inherit from a "BaseUserControl" class. We want the developers to be able to use our custom control and set the three enums values in the source part of the ascx file. Then we want to define
    Posted to Custom Server Controls (Forum) by isaackoss on 10/18/2008
    Filed under: Enum Custom Control
Page 1 of 2 (12 items) 1 2 Next >