Telerik Forums
Community Forums Forum
1 answer
105 views
hiii...i am getting one error while adding telerik dll.....i have full vesion dll....i don't know why it was giving such a error .
error is.." Could not load file or assembly sytem.web.extention,version=1.0.61025.0,Culture=neutral,PublicTokenKey=31bf3856ad364e35 or one of its dependancie.."
plz...help me...how can this probelm will be resolved..????
Dimo
Telerik team
 answered on 06 Nov 2009
0 answers
182 views
Hello,
ASP.NET 2.0 introduces Asyn=”true” attribute in the page to handle asynchronous scenarios and under the hood this attribute tells ASP.NET to implement IHttpAsyncHandler in the page. There are more than one ways available in ASP.NET 2.0 and ASP.NET 2.0 (plus) to register asynchronous tasks in the page,
  • by AddOnPreRenderCompleteAsync method.
  • by declaring PageAsynTask tasks and register them by RegisterAsyncTask method.
read more at ASP.NET MVC, ASP.NET Tips: Provide immediate feedback to the browser on Long Running Tasks – in Asynchronous ASP.NET pages

Kind regards,
Mostafa Anoosheh



Mostafa Anoosheh
Top achievements
Rank 1
 asked on 04 Nov 2009
9 answers
239 views
Hi,


I m using RadCombo . Using javascript i m enabling and disabling the radcombo. But i have a problem when i enable the radcombo only combo will be enabled but items will be disabled. Can anybody please give me the solution for this problem. I want all the items of the radcombo is to be enabled when the radcombo is enabled .

My sample code is as below where chkSpecClassOne, chkEntireClassOne are checkbox control. I have called this code in check event of chkSpecClassOne checkbox .

  function focusSpecClassOne()
       {
         var comboSpec = $find("<%= radcmbDrugsOne.ClientID %>");
            var chkSpOne=document.getElementById("chkSpecClassOne").checked;
          if(chkSpOne)
          {
             comboSpec.enable();
          var comboItem = comboSpec.get_selectedItem();
          if(comboItem && !comboItem.get_enabled())
          {
            combo.commitChanges();
            comboItem.enable();          
            combo.trackChanges();
          }

            document.getElementById ("chkEntireClassOne").checked=false; 
          
                   }
          else
          {
           comboSpec.disable(); 
            document.getElementById ("chkEntireClassOne").checked=true; 
          
          }
       }

Simon
Telerik team
 answered on 03 Nov 2009
1 answer
112 views
Hi, I have a question, if today I buy Telerik Q2, the next week can I change it for Q3, or how is the purchase procedure??
Lin
Telerik team
 answered on 30 Oct 2009
1 answer
229 views
Hi,

Can somebody help me in showing the message that particular file type is not valid while selecting particular file type in the Open window.


For Example there is  a property AllowedFileExtensions , is there any way to stop the user from selecting particular file type?

<

 

radU:RadUpload ID="radEvaluationFileupload" runat="server" Skin="Vista" Width="150px" InitialFileInputsCount="1" AllowedFileExtensions=".doc,.txt"

 

 

ControlObjectsVisibility="None" TargetPhysicalFolder="C:\UploadFiles" SkinsPath="~/RadControls/Upload/Skins"

 

 

MaxFileInputsCount="1" />

 



Regards,
Rahul Nasa
rahulnasa@gmail.com
Genady Sergeev
Telerik team
 answered on 29 Oct 2009
4 answers
186 views
Hi!

NOw that VS2010 Beta2 is out (with Go Live licence), are your going to support it???

Have you test WPF Silverlight Q3 Controls with VS2010 Beta2??


Thanks!
Boyan
Telerik team
 answered on 28 Oct 2009
1 answer
326 views
Has anyone from Telerik or otherwise have any suggestions for a good Rules Engine? InRule and ILog both seem powerful but are very expensive. SmartRules seems OK but the documentation is poor.

Any suggestions would be greatly appreciated.
root scott
Top achievements
Rank 1
 answered on 27 Oct 2009
1 answer
223 views
Hello,
When sending an email in your ASP.NET application there are times when you do not want the user experience to slow just to wait for an email to be sent.  The code sample below is how to send a System.Net.Mail.MailMessage asynchronously so that the current thread can continue while a secondary thread sends the email.
Read more at Asynchronously sending a System.Net.Mail.MailMessage in C#

Best regards,
Mostafa Anoosheh


root scott
Top achievements
Rank 1
 answered on 27 Oct 2009
1 answer
135 views
I noticed you removed the Product + Product Section from the begging of Thread Descriptions listed in the "You Links" menu which helps but it's still too narrow.  Could you please make it wider, or better yet, "best fit" it (then you could Product + Product Section headers back in which do serve an organizational purpose)?  Also, how about some Folder support in "You Links" menu.  That way, we could organize it however we wanted.  Thanks.

Btw, the Product + Product Section headers made it pretty useless to distinguish Links because they took up the whole width and then some and I spend most of my time linking to Threads in one Product + Product Section.
Raya
Telerik team
 answered on 27 Oct 2009
2 answers
129 views
I encountered and reported a bunch of bugs with the WinForms Q3 2009 Beta and most of them turned out to be "already" in your "bug reports" but, to my knowledge, not in any other Forum posts even though these were reported within the 1st day or 2 after Beta release.  Could you please provide more "transparency" by allowing at least registered users access to at least your Beta Versions' Bug Reports.  This will:

a) encourage more active testing of your Beta versions by users because they will be more confident they won't be wasting time isolating and documenting bugs that've already been reported,

b) reduce time spent by Telerik support responding to issues already reported,

c) encourage more testing by easy reference to all bugs of a particular Beta version and type of control which may inspire to users to check out other features they're concerned about which may be affected.  Users are motivated by self-interest.  If they can easily see that there could potentially be bugs that affect features they're using, they'll be more likely to help make sure there won't be.

If you're worried about tarnishing your rep: a) with any kind of good damage control it's always better to "'fess up" quickly and thoroughly than to have someone else do it for you, b) having a separate searchable "Bug Report" in a separate area is less splashy than a bunch of bug reports in your main Forums especially since there would be less chance of multiple redundant reports by different users of the same bug (due to easier reference of all Beta bugs) which not only makes it look worse but wastes even more of your time responding to them.

Tom Chien
Top achievements
Rank 1
 answered on 26 Oct 2009
Narrow your results
Selected tags
Tags
+? more
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?