Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
S

Suelinda_W

@Suelinda_W
About
Posts
37
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Save To PDF from a Web Page...
    S Suelinda_W

    Hello Code-Frog, You can use ComponentOne PDF for .NET in an ASP.NET page. C1PDF does not have a GUI, so even though it is a .NET control, it works in an ASP.NET page also. With earlier VS versions, you could see ASP.NET compatible .NET controls in the toolbox along with the regular ASP controls, but there is an extra step for VS2005. You need to go to the design view of your .aspx page, then go to the Main Menu and select View|Component Designer (refer to http://helpcentral.componentone.com/PrintableView.aspx?ID=1405[^]). This view will allow you to add C1PDF to your WebForm. Then you can get input from the end user or wherever and add it as plain text or RTF to a PDF document. You can change the font and color of the plain text. The resulting document can then be saved to a file or stream.

    Suelinda W Customer Engagement, ComponentOne LLC http:\\www.componentone.com

    The Lounge csharp winforms sysadmin sales help

  • How to zip all thedocuments in a web application
    S Suelinda_W

    Hello Amar, There are some instructions on MSDN, http://www.msdn.com[^], just search for zip. There are also other implementations, such as ComponentOne's Zip for .NET, that are easier to use. This is a .NET control, but it will work just as well in ASP.NET since there is no GUI interface to get in the way. If you would like information on Zip for .NET you can visit http://www.componentone.com/products.aspx?ItemType=1&TabTypeID=1&PanelIndex=14&TabMapID=57&Itemid=26&Tabid=70&SubCategoryTypeID=0[^].

    Suelinda W Customer Engagement, ComponentOne LLC http://www.componentone.com

    Visual Basic csharp asp-net help tutorial

  • GZipStream for compact framework 2.0
    S Suelinda_W

    Hi, According to http://msdn2.microsoft.com/en-us/library/system.io.compression.gzipstream.aspx[^], GZipStream is supposed to work on CF 2.0. If you are looking for an alternative, ComponentOne has Zip for the .NET compact framework. We have versions for both the 1.0 and 2.0 compact framework. For more information, please visit http://www.componentone.com/products.aspx?ItemType=1&TabTypeID=1&PanelIndex=14&TabMapID=310&Itemid=26&Tabid=435&SubCategoryTypeID=-1[^].

    Suelinda W Customer Engagement, ComponentOne LLC http:\\www.componentone.com

    C# help csharp c++ algorithms regex

  • Zip a Folder
    S Suelinda_W

    Hello Rahul, ComponentOne has Zip for .NET. We include sample applications to get you started. For more information, please visit http://www.componentone.com/products.aspx?ItemType=1&TabTypeID=1&PanelIndex=14&TabMapID=310&Itemid=26&Tabid=435&SubCategoryTypeID=-1[^].

    Suelinda W Customer Engagement, ComponentOne LLC http:\\www.componentone.com

    C# csharp tutorial question

  • Regarding flexgrid
    S Suelinda_W

    Hi, I don't know if you are using MSFlexGrid or VSFlexGrid, but both are similar. MSFlexGrid was based on VSFlexGrid (by what was at the time Video Soft). However, while VSFlexGrid has direct support for checkboxes, it does not look like the MSFlexGrid does. If you do a Google search on MSFlexGrid Checkbox, you will find some possible workarounds http://www.google.com/search?hl=en&q=msflexgrid+checkbox&btnG=Google+Search[^]. If you are using VSFlexGrid, it is easy to add the checkboxes. All you have to do is set the ColDataType property of a Boolean column (0\1, true\false) to FlexDTBoolean. For example: vsFlexGrid1.ColDataType(10) = FlexDTBoolean Many of the properties are the same between MSFlexGrid and VSFlexGrid, so if you wanted to use the VSFlexGrid instead it would be easy to attach existing code to the control. To learn more about VSFlexGrid, please visit http://www.componentone.com/products.aspx?TabTypeID=1&ItemType=1&PanelIndex=16&ItemID=54023&SubCategoryTypeID=0&TabMapID=71&TabID=91[^].

    Suelinda W Customer Engagement, ComponentOne LLC http:\\www.componentone.com

    Visual Basic tutorial

  • Date *AND* time picker component?
    S Suelinda_W

    Hi John, C1WebDataEdit, which is a part of ComponentOne WebInput for ASP.NET 2.0, is a date and time editor. More information is available here http://www.componentone.com/products.aspx?ItemType=1&TabTypeID=1&PanelIndex=15&TabMapID=293&Itemid=136&Tabid=415&SubCategoryTypeID=0[^].

    Suelinda W Customer Engagement, ComponentOne LLC http:\\www.componentone.com

    ASP.NET csharp asp-net question

  • a graph componenet
    S Suelinda_W

    Hi, ComponentOne's Chart for .NET allows you to draw various 2D and 3D charts. The following link http://www.componentone.com/products.aspx?ItemType=1&TabTypeID=1&PanelIndex=12&TabMapID=120&Itemid=21&Tabid=146&SubCategoryTypeID=3[^] shows some of the possible 2D chart types. You can also create Gantt charts, but they are not pictured on that page. To see some of the possible 3D charts, please visit this link http://www.componentone.com/products.aspx?ItemType=1&TabTypeID=1&PanelIndex=12&TabMapID=121&Itemid=21&Tabid=148&SubCategoryTypeID=4[^]. If you install the evaluation, there will be many samples to show you how to work with the Chart control.

    Suelinda W Customer Engagement, ComponentOne LLC http:\\www.componentone.com

    C# data-structures help question

  • Programatically zip a file
    S Suelinda_W

    Hello, ComponentOne has Zip for .NET, which will allow you to programmatically zip and unzip files. If you install the product, there will some samples to show you how to work with it. For more information, please visit http://www.componentone.com/products.aspx?ItemType=1&TabTypeID=1&PanelIndex=14&TabMapID=310&Itemid=26&Tabid=435&SubCategoryTypeID=-1[^].

    Suelinda W Customer Engagement, ComponentOne LLC http:\\www.componentone.com

    C# tutorial question

  • Password Protected Pdf
    S Suelinda_W

    Hello, ComponentOne has a control, PDF for .NET, which allows you to create password protected PDF files. For more information, and to download a free evaluation, please visit http://www.componentone.com/products.aspx?TabTypeID=1&ItemType=1&PanelIndex=14&ItemID=54543&SubCategoryTypeID=0&TabMapID=97&TabID=116[^].

    Suelinda W Customer Engagement, ComponentOne LLC http:\\www.componentone.com

    C# csharp question

  • Report TextBox Spills Content Onto Text Below It
    S Suelinda_W

    Hello, Which report designer are you using? It sounds like you could be using the ComponentOne Report Designer, from either Reports.NET or VSReports. If you are, any field directly below a field with CanGrow set to true will move down automatically to accommodate the new size of the field above it. Assuming that you are using ComponentOne... If you continue to have problems, there are updates available here http://prerelease.componentone.com/[^]. You may need to click the link at the top of the page to see the full product listing. Only recent updates appear on the first page. If your subscription is not current, be careful what you download, because anything that falls outside of your subscription will function as an evaluation. You can also get support for ComponentOne controls from support@componentone.com.

    Suelinda W Customer Engagement, ComponentOne LLC http:\\www.componentone.com

    Visual Basic help question

  • IIS
    S Suelinda_W

    Hi, VS 2005 does allow you to create ASP.NET pages without IIS. The pages are served somehow through Visual Studio. If you create an ASP.NET page and run it in debug mode, it will run. I know that some parts of SQL 2005 will also run without IIS, but if you find that you need a feature that requires IIS you could have your IT department install it on a server for you. IT would need to set up the proper permissions for you, and set up the databases, but you can then connect to the database remotely through a data provider on your ASP.NET page.

    Suelinda W Customer Engagement, ComponentOne LLC http://www.componentone.com

    ASP.NET question csharp asp-net database sql-server

  • Creating PDF documets
    S Suelinda_W

    Hello, ComponentOne's PDF for .NET allows you to create PDF documents in both WinForms and WebForms. For more information and/or to download a free evaluation, please visit http://www.componentone.com/products.aspx?TabTypeID=1&ItemType=1&PanelIndex=14&ItemID=54543&SubCategoryTypeID=0&TabMapID=97&TabID=116[^].

    Suelinda W Customer Engagement, ComponentOne LLC

    ASP.NET csharp asp-net question

  • How is made documentation
    S Suelinda_W

    Hello, ComponentOne's Doc-To-Help makes help creation easy. You can write your help source documents in Microsoft Word (Doc-To-Help for Word and Enterprise) or HTML (Doc-To-Help Enterprise only), then use Doc-To-Help to generate the help files. It allow you to generate Help 2.0, .chm, JavaHelp, printed documentation, and WinHelp files. The Documenter.NET portion of Doc-To-Help will generate help automatically from a .NET assembly. For more information, please visit http://www.doctohelp.com/[^].

    Suelinda W Customer Engagement, ComponentOne LLC

    C# help question

  • exporting data from excel to grid wiew
    S Suelinda_W

    Hello Uma, GridView may or may not have something similar, but ComponentOne's FlexGrid for .NET allows you to load an Excel sheet directly into the grid via the LoadExcel Method. There are few different possibilities for parameters. For example: 'Load the first sheet in the file FlexGrid1.LoadExcel("myFile.xls") 'Load a specific sheet, sheetname1, into the grid FlexGrid1.LoadExcel("myFile.xls", "sheetname1") You can also add a FileFlags parameter, but it is difficult to explain here. If you are interested, check for FileFlags Enumeration in the FlexGrid help file. If you think that you may want to try FlexGrid, you can get more information and download an evaluation here http://www.componentone.com/products.aspx?TabTypeID=1&ItemType=1&PanelIndex=12&ItemID=53459&SubCategoryTypeID=0&TabMapID=9&TabID=11[^].

    Suelinda W Customer Engagement, ComponentOne LLC

    C# css

  • I have a question
    S Suelinda_W

    Hello, ComponentOne has TrueDBGrid for .NET and FlexGrid for .NET. For more information, and to download a free evaluation version, please visit http://www.componentone.com/products.aspx?TabTypeID=1&ItemType=1&PanelIndex=12&ItemID=53459&SubCategoryTypeID=0&TabMapID=9&TabID=11[^] and http://www.componentone.com/products.aspx?TabTypeID=1&PanelIndex=12&ItemType=1&ItemID=18&SubCategoryTypeID=0&TabMapID=40&tabid=50[^].

    Suelinda W Customer Engagement, ComponentOne LLC

    C# question csharp database design help

  • Spell Check
    S Suelinda_W

    Hello Sinchan, ComponentOne has the VSSpell 8 control, which is an ActiveX control designed for use in VB6. It has both dictionary and thesaurus functionality, and has a utility to allow you to edit the existing or create new dictionaries and thesauruses. For more information, please visit http://www.componentone.com/products.aspx?TabTypeID=1&ItemType=1&PanelIndex=16&ItemID=54015&SubCategoryTypeID=0&TabMapID=92&TabID=111[^]. If you think that you may be interested, you can download a fully functional trial. The trial will have a sample application to show you how to use the control to spell check a textbox, among other text sources.

    Suelinda W Customer Engagement, ComponentOne LLC

    Visual Basic help tutorial

  • Excel like Grid in ASP.NET 2.0 ...
    S Suelinda_W

    Hello Haridas, ComponentOne has a grid, WebGrid, for ASP.NET 2.0. Our 2.0 WebGrid even has AJAX support. I you think you may be interested, you can download a fully functional evaluation, which has many samples to get you started. For more information, please visit http://www.componentone.com/ProductMain.aspx?ItemType=1&PanelIndex=6[^]. There is also an AJAX feature tour site to show you some of the things that you can do with WebGrid for ASP.NET 2.0 here http://www.componentone.com/C1WebDemo2/WebForms/C1WebGrid/Sorting.aspx[^].

    Suelinda W Customer Engagement, ComponentOne LLC

    ASP.NET csharp css asp-net com help

  • PDF Creation in C#
    S Suelinda_W

    Hello Aaron, ComponentOne has a PDF component, PDF for .NET, that will allow you to create PDF documents. The object model is similar to the Microsoft Graphics Class, so it is easy to learn. For more information, please visit http://www.componentone.com/ProductMain.aspx?ItemType=1&PanelIndex=6[^].

    Suelinda W Customer Engagement, ComponentOne LLC

    C# csharp graphics adobe question lounge

  • create treeview in asp.net
    S Suelinda_W

    Hello, ComponentOne has a tree view component for ASP.NET 2.0, WebTreeView, which is a part of WebMenus and WebBars. For more information, please visit http://www.componentone.com/products.aspx?TabTypeID=1&ItemType=1&PanelIndex=15&ItemID=54031&SubCategoryTypeID=0&TabMapID=65&TabID=81[^].

    Suelinda W Customer Engagement, ComponentOne LLC

    Visual Basic csharp asp-net data-structures question

  • HTML formatted label in winforms? [modified]
    S Suelinda_W

    Hi, We will have an HTML label and HTML tooltip control available for .NET 2.0, beginning with the T3 2006 release of our controls. For more information on ComponentOne controls, please visit http://www.componentone.com/products.aspx?ItemType=1&TabTypeID=1&PanelIndex=1&TabMapID=8&Itemid=66&Tabid=2&SubCategoryTypeID=0[^].

    Suelinda W Customer Engagement, ComponentOne LLC

    C# csharp html winforms help question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups