Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

Blog Directory  >  Software Blogs  >  Programming Blogs  >  Telerik School programming Blog  > 

Telerik School Blog


telerikschool.blogspot.com
This is a blog about Telerik help. You can find the solution of all the problems regarding telerik. We also Provide Telerik Controls for WinForms.
2012-06-13 19:04
I will prefer yo use Dictonary(of T,T)  instead of hastbale because it is type safe and second it will not cast object type  in to appropriate type so performance is better … Read More
2012-06-12 11:26
I will prefer yo use Stack(of T)  instead of Stack because it is type safe and second it will not cast object type  in to appropriate type so performance is better . Stack:Stack… Read More
2012-06-11 07:09
I will prefer yo use Queue(of T)  instead of Queue because it is type safe and second it will not cast object type  in to appropriate type so performance is better. Queue:Queue… Read More
2012-06-08 11:14
ArrayList:arraylist is non generic type collection from name space (system.collection) by default it can contain  any type  means it accept system.object (every type reference or v… Read More
2012-06-01 11:55
Problem:How to apply css on RadDatePicker? I am Applying css like that :<telerik:RadDatePicker ID="RadDatePicker1" Runat="server" Culture="en-US" CssClass="txt_box"></telerik:RadDa… Read More
2012-04-22 15:40
Introduction:Snippet is a programming term for a small region of re-usable source code, machine code or text. Code Snippets provide a way for you to insert ready-made snippets of… Read More
2012-01-23 17:58
Problem: I am working on a console application and I have a table in my .DBML File as FirstTableI am using following code written below to update a field "Father Name" but it is still not up… Read More
2012-01-18 14:15
Problem: I have many columns in my RadGrid ,I want first column to stay visible while scrolling.Only first column should appear all the time.Solution: This can be done using FrozenColumnsCou… Read More
2011-12-20 12:33
Problem: Is there any thing in which a pop-up or alert appears from the bottom of screen.Solution: Telerik has a solution for this,use RadDesktopAlert.To see video Click the following link.h… Read More
2011-12-15 05:40
Problem: How to show desktop alert or a pop-up in desktop which comes from the bottom of screen.Solution: Drag and drop RadDesktopAlert control from toolbox.It will appear in bottom of form… Read More
2011-12-07 17:12
Problem: Calculate the GCD of Three, Four, or Five Integers. (Vb.Net ,C #)Solution: GCD of Two Numbers:GCD(a,b)Algorithm Step 1: a modulus b = r (remainder)  If r Not Equal To Zero i.e… Read More
2011-11-25 11:54
Problem: How to bind and insert a RadImage in RadGrid  From Server Side using RadAsyncUpload.Solution:Here Is The Sample Code.ASPX<%@ Page Title="Home Page" Language="VB" AutoEventWi… Read More
2011-11-24 15:29
Problem: How to open RadWindow from server side programmingSolution: It is very simple and can be done in following steps,Step1: Create a ASPX Page which will be open as RadWindow in project… Read More
2011-11-22 16:42
Problem: I want To Bind Telerik RadGrid From Server Side.Solution: Its very ,simple and easy to bind RadGrid from server-side,Use NeedDataSource.NeedDataSource event is called whenever RadG… Read More
2011-11-18 06:37
Problem: I am trying to set SelectedIndex to -1 with the objective that I don't any item in the RadCombo to be highlighted. Whilst the debugger passes the line the next statement says Select… Read More
2011-11-18 06:05
Problem: I created radcombobox dynamically. I want to add EnableLoadOnDemand functionality from codebehind. I need a sample of code in asp.net having this functionality doing from codebehind… Read More
2011-11-11 05:10
Problem: How to remove the blinking mouse cursor from the RadComboBox ?Solution: You want to prevent to type in RadComboBox. You could try setting AllowCustomText property of the RadComboBox… Read More

Share the post

Telerik School

×

Subscribe to Telerik School

Get updates delivered right to your inbox!

Thank you for your subscription

×