http://galhano.com/?var=1&var=2&var=3&var=4
vb sample:
Dim arr = Request.QueryString("var").Split(",") For Each s In arr Response.Write("<br />var:" & var) Next
http://galhano.com/?var=1&var=2&var=3&var=4
vb sample:
Dim arr = Request.QueryString("var").Split(",") For Each s In arr Response.Write("<br />var:" & var) Next
<asp:TextBox ID="txtDate" runat="server" ></asp:TextBox> <cc1:CalendarExtender ID="CalendarExtender1" runat="server" TargetControlID="txtDate" Format="MM/dd/yyyy" OnClientShowing="showDate" > </cc1:CalendarExtender> <script type="text/javascript" language="javascript"> function showDate(sender,args) { if(sender._textbox.get_element().value == "") { var todayDate = new Date(); sender._selectedDate = todayDate; } } </script>
The Microsoft Enterprise Library is a collection of reusable software components (application blocks) designed to assist software developers with common enterprise development cross-cutting concerns (such as logging, validation, data access, exception handling, and many others). Application blocks are a type of guidance; they are provided as source code, test cases, and documentation that can be used “as is,” extended, or modified by developers to use on complex, enterprise-level line-of-business development projects.
This service will translate the code for you, just start typing the code or upload a file to convert it.
For now it only supports from VB.NET to C# and from C# to VB.NET.
To use it you can either:
Disclaimer: No copy is done whatsoever of the code that you either type, or upload for translation. Everything is processed in the server in memory and returned immediately to the browser.
If you want to give feedback on the translation, please send me an email including the code you used and the desired translation to me@carlosag.net.
http://www.carlosag.net/Tools/CodeTranslator/
see also:
Highcharts .Net is a charts library written in pure javascript, offering an easy way to add complex charts to your Web application. Highcharts .Net encapsulates the Highcharts API on ASP.net controls making it easier to use.
Project page at codeplex: http://highcharts.codeplex.com
You can see some Highcharts.Net examples at this link: http://highcharts.paulovich.com.br/
Install:
After download the newest release, add it as reference on your web application, and then add it to the page controls on your web.config:
<pages controlRenderingCompatibilityVersion="3.5" clientIDMode="AutoID"> <controls> <add tagPrefix="highchart" namespace="Highchart.UI" assembly="Highchart"/> </controls> </pages>
After that, you only need to import the jQuery script.
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js" type="text/javascript"></script>
it’s ready to use 😉
aspx:
<highchart:columnchart id="hcVendas" width="600" height="400" runat="server"></highchart:columnchart>
VB Sample:
Set the ScriptManager:
<asp:ScriptManager ID="ScriptManager1" runat="server" EnableScriptGlobalization=true ></asp:ScriptManager>
GoogleMaps.Subgurim.NET is the most advanced Google Maps control for ASP.NET 2.0.
Making available the full power of the official GoogleMaps API, yet without the need of a single line of javascript code: you code only in ASP.NET!
To get going, you just drag the control from the toolbox onto the Visual Studio design surface, and with a few lines of code you will be able program powerful Google Maps applications!
You can now download Visual Studio 2010 projects that contain all the samples targeting .NET Framework 4.
The samples environment for Microsoft Chart Controls for .NET Framework contains over 200 samples for both ASP.NET and Windows Forms. The samples cover every major feature in Chart Controls for .NET Framework. They enable you to see the Chart controls in action as well as use the code as templates for your own web and windows applications.
The samples environments each contains a Getting Started section to help you start using the Chart controls quickly. The samples demonstrates how to use the following features in Microsoft Chart Controls for .NET Framework:
http://archive.msdn.microsoft.com/mschart
<asp:Menu ID=”Menu1″ runat=”server” DataSourceID=”SiteMapDataSource1″
Orientation=”Horizontal” >
Set:
staticEnableDefaultPopOutImage= False
use your own image:
StaticPopOutImageUrl=”~/images/down_arrow.gif”