13
Jun
Posted by chocobolate in Favourite, Web Technology. Tagged: .NET, ASP, Programming. Leave a Comment
English | Indonesia
we can use the AJAX Control Toolkit plugins on ASP.NET. library (.dll) can be downloaded at:
http://ajaxcontroltoolkit.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=27326#ReleaseFiles
To apply / use the AJAX Control Toolkit project, as follows:
With IDE : Microsoft Visual Web Developers
- In the Toolbox, select the General category
- Right Click on the Toolbox and select Add Tab
- name it, ex: AJAX Control [...]
Continue reading »
13
Jun
Posted by chocobolate in Favourite, Web Technology. Tagged: .NET, AJAX, AJAX Control Toolbox, ASP, Programming, User Interfaces. Leave a Comment
English | Indonesia
Pada ASP.NET kita dapat menggunakan plugins AJAX Control Toolkit (dll dapat di download pada :
http://ajaxcontroltoolkit.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=27326#ReleaseFiles
Untuk mengaplikasikan/menggunakan AJAX Control Toolkit pada project kita adalah dengan cara sbb:
Dengan IDE : Microsoft Visual Web Developers
- Pada Toolbox pilih kategori General
- Klik Kanan pada Toolbox dan pilih Add Tab
- Beri nama, ex : AJAX Control Toolbox
- Klik [...]
Continue reading »
13
Jun
Posted by chocobolate in Favourite, Web Technology. Tagged: .NET, AJAX, ASP, Input Validation, Programming, User Interfaces. Leave a Comment
ASP .NET support AJAX Control, Regular Expression Input Validator and Auto-generated Form.
Continue reading »
13
Jun
Posted by chocobolate in Favourite, Web Technology. Tagged: .NET, ASP, Programming, Web Script. Leave a Comment
ASP .NET support AJAX Control, Regular Expression Input Validator and Auto-generated Form.
Continue reading »
13
Jun
Posted by chocobolate in Favourite, Web Technology. Tagged: .NET, ASP, Form, Programming. Leave a Comment
English | Indonesia
In the ASP.Net, using IDE : Microsoft Visual Web Developers, we can directly use some of the auto generated Form that is provided by Microsoft. they are Form-the form used in this paper (and its code).
Calendar
code :
<asp :Calendar ID="Calendar1" runat="server"></asp>
Continue reading »
13
Jun
Posted by chocobolate in Favourite, Web Technology. Tagged: .NET, ASP, Form, Programming. Leave a Comment
English | Indonesia
Pada ASP.Net, dengan menggunakan Microsoft Visual Web Developers, kita dapat secara langsung menggunakan beberapa Form yang sudah disediakan oleh Microsoft. Diantaranya adalah Form-form yang digunakan pada paper ini (beserta code).
Calendar
code :
<asp :Calendar ID="Calendar1" runat="server"></asp>
Continue reading »