Skip to main content

Home/ lzby's group/ Group items tagged server

Rss Feed Group items tagged

boho .net

New ASP.NET Charting Control: <asp:chart runat="server"/> - ScottGu's Blog - 0 views

  •  
    supports a rich assortment of chart options - including pie, area, range, point, circular, accumulation, data distribution, ajax interactive, doughnut, and more. You can statically declare chart data within the control declaration, or alternatively use data-binding to populate it dynamically. At runtime the server control generates an image (for example a .PNG file) that is referenced from the client HTML of the page using a element output by the control. The server control supports the ability to cache the chart image, as well as save it on disk for persistent scenarios. It does not require any other server software to be installed, and will work with any standard ASP.NET page.
boho .net

Improving the Send email class from ASP.NET - Albert Pascual ASP.NET Blog - 0 views

  •  
    # Allows you to add a list of mail servers that will use to load balance the emails # If the email fails to be send, won't give you an exception, will keep trying for 24 hours on different servers on the cluster. # If a mail server does not work, will remove it from the list. # When the user opens the email, you'll get a callback on the page you specify.
boho .net

Profiles In ASP.NET 2.0 - 0 views

  •  
    The ASP.NET team implemented the profile management features using a provider model. A base ProfileProvider class defines the interface, or contract, that all profile providers must implement. ASP.NET 2.0 ships with an implementation of the ProfileProvider that uses SQL Server - the SqlProfileProvider class. SqlProfileProvider implements the ProfileProvider methods (like FindProfilesByUserName) by executing stored procedures in SQL Server.
boho .net

TechSvr Blog » Blog Archive » ASP.NET - Connecting asp.net to mysql database - 0 views

  •  
    MySQL is the most scalable and widely used database server on web. Mostly applications I have seen are using mysql as a database server due to its fast speed (I think), and easy to use features, and the most important thing is its open source. You need not to take any license for it, its totally FREE and also easy to setup. In this article we'll learn how to connect mysql database with asp.net.
boho .net

asp.net web templates - 0 views

  •  
    Searching endlessly for professional asp.net web templates? Then consider your search has ended! We offer some of the best asp.net web templates out there that come at prices you will find hard to gulp. Our website templates make use of hand coding to ensure that you can edit them easily and also that the web pages download faster. This is the reason why our website templates are the best there is. In case you find any difficulty in editing the website templates yourself you can make use of our template customization service which will give you access to a ready made website in less time. Our experts will modify your asp.net web templates in the best possible manner based on your precise instructions. After customization you can upload the modified templates in you web server and your website is ready for the world to see.
boho .net

Use image for error display in ASP.Net validators - 0 views

  • Now instead of error message add the image tag as shown below. &lt;img src=alert.gif' style='width:15px;height:15px;'&gt; Note : Image tag doesn't have have an end tag. So don't add. Then in test your page that shows images for errors. See the picture below. Know More: You can also embed sound instead of error message or error image. &lt;asp:RequiredFieldValidator ControlToValidate="TextBox1" EnableClientScript="false" ID="RequiredFieldValidator1" runat="server" Text="&lt;bgsound src='C:\Windows\Media\Windows Error.wav'&gt;"&gt;&lt;/asp:RequiredFieldValidator&gt; Just make sure that the EnableClientScript="false"&nbsp; when you want a sound instead of a text message.
1 - 11 of 11
Showing 20 items per page