Is the code for the "Web Mail" demo app available anywhere. There are some visual elements on the page that I would like to figure out how to code. Mainly, what control is the container on the top of the screen which contains the text "Telerik Web Mail"?
11 Answers, 1 is accepted
0

Adam
Top achievements
Rank 1
answered on 05 Nov 2009, 11:35 PM
I have found the code!
0

Joel Bonnette
Top achievements
Rank 1
answered on 16 Jan 2010, 06:20 AM
Where??
0
Hello Joel,
The source code is located here:

We'll move it to a more obvious place in future updates.
Kind regards,
Tsvetomir Tsonev
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
The source code is located here:

We'll move it to a more obvious place in future updates.
Kind regards,
Tsvetomir Tsonev
the Telerik team
Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0

Mohammad Hajinezhad
Top achievements
Rank 1
answered on 08 May 2010, 10:35 PM
Hi everyone.
I download source code, but I don't know how to use it!
I didn't find any solution or project file, and when i tried to build a solution for it, it has some error and finally that i run it, page didn't loud correctly.
I attach a screen from which I saw.
Please help me, if you could.
Best regards,
M.Hajinezhad
I download source code, but I don't know how to use it!
I didn't find any solution or project file, and when i tried to build a solution for it, it has some error and finally that i run it, page didn't loud correctly.
I attach a screen from which I saw.
Please help me, if you could.
Best regards,
M.Hajinezhad
0
Hi Mohammad,
The WebMail demo is a web site - you need to open it as such in Visual Studio or host it in IIS. There's no solution file.
The demo itself is configured to use the Telerik CDN and this might be a problem if you don't have access to telerikstatic.com. You can disable it by changing the setting in web.config:
I hope this helps.
Regards,
Tsvetomir Tsonev
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
The WebMail demo is a web site - you need to open it as such in Visual Studio or host it in IIS. There's no solution file.
The demo itself is configured to use the Telerik CDN and this might be a problem if you don't have access to telerikstatic.com. You can disable it by changing the setting in web.config:
<
appSettings
>
<
add
key
=
"Telerik.ScriptManager.TelerikCdn"
value
=
"Disabled"
/>
<
add
key
=
"Telerik.StyleSheetManager.TelerikCdn"
value
=
"Disabled"
/>
</
appSettings
>
I hope this helps.
Regards,
Tsvetomir Tsonev
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0

Mohammad Hajinezhad
Top achievements
Rank 1
answered on 25 May 2010, 09:38 PM
Hi Tsvetomir Tsonev
Thanks for your attention.
Your guidance was so helpful.
Best regards,
M.Hajinezhad
Thanks for your attention.
Your guidance was so helpful.
Best regards,
M.Hajinezhad
0

Mohammad Salman
Top achievements
Rank 1
answered on 25 Jun 2014, 11:09 AM
I am trying to access the Web Mail Demo Applicatiron but it's not working, How can I access?
http://demos.telerik.com/aspnet-ajax/webmail/
http://demos.telerik.com/aspnet-ajax/webmail/
0
Hi Mohammad,
I have just tried to open the Web Mail application and it is opened properly on my side. Can you, please, try to navigate to it now, in case there was a site upload in the time when you were trying to access it?
Regards,
Vessy
Telerik
I have just tried to open the Web Mail application and it is opened properly on my side. Can you, please, try to navigate to it now, in case there was a site upload in the time when you were trying to access it?
Regards,
Vessy
Telerik
Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.
0

Akash
Top achievements
Rank 1
answered on 21 Sep 2015, 10:31 AM
I Found this Error While trying to run this particular Application.
Exception has been thrown by the target of an invocation.
A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified)
In CS FIle :
RadGrid1.Rebind(); -------------- Get Error in this Line...
Please Help ....
0

Akash
Top achievements
Rank 1
answered on 21 Sep 2015, 11:03 AM
I Found this Error While trying to run this particular Application.
Exception has been thrown by the target of an invocation.
A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified)
In CS FIle :
RadGrid1.Rebind(); -------------- Get Error in this Line...
Please Help ....
Exception has been thrown by the target of an invocation.
A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified)
In CS FIle :
RadGrid1.Rebind(); -------------- Get Error in this Line...
Please Help ....
0
Hi Akash,
The experienced error is raised due to the fact the application cannot make a connection to the SQL server and so the Grid cannot be bound. This is a general issue that cannot be controlled by our controls, but it was discussed in many places in the web so you can try the suggested there solutions. For example, you can star your research here:
- How to Troubleshoot Connecting to the SQL Server Database Engine
- 7 things to check to resolve “A network-related or instance-specific error occurred while establishing a connection to SQL Server…"
Regards,
Vessy
Telerik
The experienced error is raised due to the fact the application cannot make a connection to the SQL server and so the Grid cannot be bound. This is a general issue that cannot be controlled by our controls, but it was discussed in many places in the web so you can try the suggested there solutions. For example, you can star your research here:
- How to Troubleshoot Connecting to the SQL Server Database Engine
- 7 things to check to resolve “A network-related or instance-specific error occurred while establishing a connection to SQL Server…"
Regards,
Vessy
Telerik
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Feedback Portal
and vote to affect the priority of the items