asp.net

  1. Neodynamic

    How to dynamically create composite images using embedded images in ASP.NET Resource

    How to dynamically create composite images using embedded images in ASP.NET Resource RESX Technologies used - Neodynamic ImageDraw (2.0 or later) for ASP.NET - Microsoft .NET Framework (2.0 or later) - Microsoft Visual Studio .NET (2005 or later - Visual Web Developer Express Edition) In the...
  2. Neodynamic

    How to create and print Avery address labels with Postnet barcode images in Crystal R

    How to create and print Avery address labels with Postnet barcode images in Crystal Reports for ASP.NET - PDF Support Technologies used - Neodynamic Barcode Professional 2.5 (or greater) for ASP.NET (WebControl) - Crystal Reports for .NET (any version) - Microsoft .NET Framework (any version) -...
  3. fghaegele

    Using Visual Basic Studio 2008 with ASP.NET

    Hello evreyone. I am fairly new to the ASP.Net environment, so I have a very simple and general question I think anyone here can answer: How do I run windows forms compliled via Visual Basic Studio 2008 on, say, a website? Is this even possible, or do I have to learn the in's and out's of...
  4. Neodynamic

    How to build an ASP.NET AJAX Filmstrip Viewer featuring Rounded Image Thumbnails and

    How to build an ASP.NET AJAX Filmstrip Viewer featuring Rounded Image Thumbnails and Reflection effect with ImageDraw Technologies used - Neodynamic ImageDraw (4.0 or later) for ASP.NET - Microsoft .NET Framework (3.5 or later) - Microsoft Visual Studio 2008 or later / Visual Web Developer...
  5. Andrew-Savin

    Stimulsoft Reports.Net version 2009.1 released. Expanding potential.

    Stimulsoft Company announces the release of Stimulsoft Reports.Net v2009.1 reporting tool – fully functional solution for data processing. The version 2009.1 provides unquestionable advantages for developers. The potential is expanded by means of the following changes: - Two new exports are...
  6. A

    Question Web site Pubishing

    Hi All, I was using C# before I moved to my new job. Now I am using vb.net. I face a problem whenever I publish my asp.net website. I have many pages that consumed an assembly(business object). And I add a new optional parameter to the method in this assembly class. When I publish the website...
  7. L

    Question Display database results as hyperlink in gridview

    hi friends! am doing a website for a company. the problem is i have gridview with sqlserver db connection. when i show the results , it should be a hyperlink. when user clicks the particular row in the grid it should open a new popup with those details...
  8. R

    Question ASP Course, please advice.

    I have been using Visual Studio .NET 2003 for a while now to build mostly windows application. I recently upgraded to Visual Studio .NET 2005. Another group in my company has schedule an ASP class for Visual Studio 2008 (the version they are using in that group) and has one seat available. I was...
  9. N

    display this chart into a specific area of a form

    I am working in asp.net 2005 with vb.net I have a function = DrawBarGraph("Sales Chart", Name, Sale) this fuction display a Bar chart on the upper portion of the form. I want to display this chart in a cell of a html table control. how it is possible?
  10. J

    Best way of reading data from database and displaying it.

    I have about 6 applications which are constantly generating data, on average 100 characters of text each second which will go in about 8 different fields of a database. I am still working out the design. Sometimes I will need to add like 50 rows into the database almost at once, sometimes the...
  11. Neodynamic

    How to build an interactive Image Cropper with Javascript, ImageDraw and ASP.NET

    This ImageDraw demo demonstrates how easily you can use ImageDraw, Javascript and ASP.NET Framework to design an interactive UI Image Cropper. The following figure is a screenshot of the ASP.NET Image Cropper application that leverages Javascript and ASP.NET for input user interaction and...
  12. S

    Question Do you know any free webhosts supporting ASP.NET?

    Can anyone suggest names of web hosts who offer ASP.NET (any version)?
  13. Neodynamic

    How To: Barcode Professional SDK in ASP.NET Web Applications

    This walkthrough illustrates how easily you can use Barcode Professional SDK for .NET in ASP.NET Web Applications. During the course of this walkthrough, you will accomplish the following activities: - Create an ASP.NET Web Site using Visual Studio 2008 or VWD 2008 Express Edition. - Create a...
  14. Neodynamic

    How to build a Business Card Generator in VB.NET and C# featuring dynamic image compo

    How to build a Business Card Generator in VB.NET and C# featuring dynamic image composition with ImageDraw This ImageDraw demo demonstrates how easily you can use ImageDraw object model and .NET Windows Forms Framework to design, in few minutes, a Business Card Generator. Read More… The...
  15. nevron

    Nevron Chart for .NET Q2 2008 available

    Nevron Chart for .NET combines visual richness with a vast amount of charting and gauge types grouped together in a comprehensible and extensible API. With advanced AJAX support, VS 2008 design time support and a payload of useful features Nevron Chart for .NET is the only complete component for...
  16. I

    ASP.NET | Image from Database

    Hey guys. Well, I have a DataBase, with a column called PlayerPhoto, it is a varchar(50) type. It saves the location of the photo of the player. Well, in Players.aspx page, I have one table, showing player details (age, country, position, etc | all stored in db), and I want it to show player's...
  17. D

    Call ASP Website from IIS without using localhost

    Hi Everyone, well this is my first post and I have a question that could help me solve, what might be a simple setup, a problem I'm having. The webpage I'm working on utilizes many different servers for specific portions of the entire company intranet. Prior to the problem I've been facing, the...
  18. Neodynamic

    How To: ASP.NET Dynamic Image Composition Data Binding consuming Amazon Web Services

    How To: ASP.NET Dynamic Image Composition Data Binding consuming Amazon Web Services using ImageDraw This white paper describes how you can use the <b>ImageDraw's Dynamic Image Composition</b> concept when working with real world <b>XML Web Services</b> such us <b>Amazon Web Services</b> which...
  19. Neodynamic

    How to build an advanced ASP.NET AJAX Photo Editor featuring imaging effects with Ima

    How to build an advanced ASP.NET AJAX Photo Editor featuring imaging effects with ImageDraw This ImageDraw demo demonstrates how easily you can use ImageDraw object model and ASP.NET AJAX Framework to design an advanced AJAX-based Photo Editor. The following figure is a screenshot of the...
  20. J

    Question Detailsview If statement for field values

    hi I have a detailsview with a template field in, e.g: <asp:TemplateField HeaderText="Starting Date"> <ItemTemplate> <asp:Label ID="lblStartingDate" runat="server" Text='<%# Bind("[Starting Date]", "{0:dd/MM/yyyy}") %>'></asp:Label> </ItemTemplate> </asp:TemplateField> What...
Back
Top