Link to home
Start Free TrialLog in
Avatar of chandresh43
chandresh43Flag for India

asked on

radcontrol in asp.net

i want to use radcontrol's window in asp.net using c#
not xml how i do this
Avatar of Sreedhar Vengala
Sreedhar Vengala
Flag of Australia image

Does that mean using 'Windows RadControls' in Web ?
Avatar of chandresh43

ASKER

yes Windows RadControls in web
No cant use for Web.  Need to get Telerik RadControls for ASP.NET Ajax for web.
Here are some fully functioning window demos with source code:  http://demos.telerik.com/aspnet-ajax/window/examples/overview/defaultcs.aspx
ASKER CERTIFIED SOLUTION
Avatar of Sreedhar Vengala
Sreedhar Vengala
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Yes, my link points to the online examples....
please give me c# code no aspx
There is C# and VB.NET code.  Click on an example and you will see it down below.  Everything is there...
sorry its not work for me
sample is useless
It's not useless.  You are just not doing it correctly.  Download their samples and run them.  They have great support as well...
i down sample but there is only aspx and java script code i want c# code
There are C# samples.  For example:  http://demos.telerik.com/aspnet-ajax/window/examples/default/defaultcs.aspx
Look down below UNDER the picture.  Do you see DefaultCS.aspx.cs?  That's the C# code!  :)
i not fount  radopen in c# why you give me jave script code
Do you see the DefaultCS.aspx.cs tab that I referred to?  cs = c# = c-sharp!!!!!

using System;
using System.Data;
using System.Configuration;
using System.Collections;
using System.Web;
using System.Web.Security;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Web.UI.WebControls.WebParts;
using System.Web.UI.HtmlControls;
using Telerik.Web.UI;
using System.Threading;
 
namespace Telerik.Web.Examples.Window.Default
{
    public partial class DefaultCS : System.Web.UI.Page
    {
       
    }
}

Open in new window

Might I suggest you do some more studying on .net.  I don't think you understand the idea behind code-behind.  You can have the code within the aspx page, or seperate in a different file (cs or vb file)...
I should have gotten the points for this question.  Not only was I first to post a proper link, but I stuck with this question and provided links to live source code, etc...  Please consider this...