In application development sometimes we need to send the mail through our application. Here I am explaining how you can send mail in ASP.Net using C#, VB.Net.
...Read more
|
DHTMLX has announced the release of Scheduler .NET v. 2.1 for ASP.NET.
The updated version of the Ajax-powered calendar control includes live update, multi-page export to PDF and other improvements.
The introduced features can be effectively applied in event and booking calendars, task managers, job schedulers and other systems created with Scheduler .NET web control. They much facilitate the scheduling process.
Downloadable packages include DHTMLX Scheduler .NET with IIS8 WebSockets and SignalR.
DHTMLX Scheduler.NET is available in Standard and PRO Editions. The PRO edition allows you t
...Read more
|
Before Q3 2011 was live we have introduced you one of the major new functionalities you can find in the release – the new Stored Procedure Editor. It is the tool that allows us now to present our stored procedure support as feature complete. Along with the visual interface the Editor is offering, we have enhanced the functionality ...
...Read more
|
In a previous blog post we have shared with you the upcoming release of a new feature of OpenAccess ORM, helpful for those of you doing RAD development in web environment – the OpenAccessLinqDataSource component. As Q3 is already live, you can try it out! Just drag the component from your Visual Studio toolbox, where you can find it under the Telerik.OpenAccess.Web category:
...Read more
|
n This Example i'm going to explain how to put dropdownlist and radiobutton control in EditItemTemplate of DetailsView and Edit or Update Records of DetailsView in asp.net.
...Read more
|
I was updating existing programs at work and needed a DateTimePicker that allowed the user to leave blank or make blank (nullable). I searched for a control I liked and mostly found people placing a panel or button up against the DateTimePicker. I waned to use the DateTimePicker itself, so I made my own. I am fairly new to .NET though I do have a background in Delphi where I have made components, so I thought it would be a good first start.
...Read more
|
This is a User Control made to have a customizable multi-direction progressbar control. It is heaps more fun to use than the standard progressbar control that comes with .NET. You can choose between a solid colour fill or use your own pictures as the background and the bar colour.
...Read more
|
It could be used to build your own grid column or your own combo with simple way.
Use the included control convert to clone copy and create controls dynamically at run and design time.
Use the included control editor to change the control type that you create at design time
Both control converter and control editor could be use as TypeConverter and Editor attribute in developing new controls
...Read more
|
I started trying to develop a Sudoku solver in Excel using VBA. After a few interactions with Excel, I moved to Visual Basic using VS2005. After doing a version of the program to deal with 9x9 (classic) Sudokus, I also adapted the code to solve Samurai Sudoku (5 overlapping 9x9 grids). I wanted to provide both a source and demo - as there aren't too many fully featured solvers I could find in Visual Basic to learn from.
The logic based solvers and the UI probably took the most work - the actual brute force solver was actually pretty quick to code.
...Read more
|