Click here to Skip to main content
15,886,258 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: ASP.NET Routing Pin
Dominick Marciano7-Oct-11 16:21
professionalDominick Marciano7-Oct-11 16:21 
QuestionAsp.net and uploading large files Pin
Ahmad Safwat4-Oct-11 14:30
Ahmad Safwat4-Oct-11 14:30 
AnswerRe: Asp.net and uploading large files Pin
uspatel4-Oct-11 21:31
professionaluspatel4-Oct-11 21:31 
GeneralRe: Asp.net and uploading large files Pin
Ahmad Safwat5-Oct-11 2:55
Ahmad Safwat5-Oct-11 2:55 
AnswerRe: Asp.net and uploading large files Pin
Ravindra Bisen5-Oct-11 6:41
Ravindra Bisen5-Oct-11 6:41 
GeneralRe: Asp.net and uploading large files Pin
Ahmad Safwat5-Oct-11 11:28
Ahmad Safwat5-Oct-11 11:28 
Questionload , change and save xml file as appropriate encoding Pin
oujeboland4-Oct-11 13:02
oujeboland4-Oct-11 13:02 
Question"Microsoft JScript runtime error: Object expected" using Telerik MVC controls Pin
jboyd1114-Oct-11 5:54
jboyd1114-Oct-11 5:54 
I'm getting the "Microsoft JScript runtime error: Object expected" error using Telerik for MVC. These are the lines causing the issue:

C#
@Html.Telerik().ScriptRegistrar().OnDocumentReady(
@<text>
/* attach event handler to "check all" checkbox */
$('#checkAllMembers').click(function checkAll()
{
$("#ResultsGrid tbody input:checkbox").attr("checked", this.checked);
});
</text>)


The thing is, the checkAll function actually does work! I have the following line at the top of my view:
Layout = "~/Views/Shared/SiteLayout.cshtml";


XML
<link href="@Url.Content("~/Content/Site.css")" rel="Stylesheet" type="text/css" />
   <script src="@Url.Content("~/Scripts/jquery-1.5.1.min.js")" type="text/javascript"></script>
   <script src="@Url.Content("~/Scripts/jquery-1.5.1-vsdoc.js")"  type="text/javascript"></script>
   <script src="@Url.Content("~/Scripts/MicrosoftAjax.js")"  type="text/javascript"></script>
   <script src="@Url.Content("~/Scripts/MicrosoftMvcAjax.js")"  type="text/javascript"></script>
   <script src="@Url.Content("~/Scripts/MicrosoftMvcValidation.js")"  type="text/javascript"></script>
   <script src="@Url.Content("~/Scripts/jquery-ui-1.8.11.min.js")"  type="text/javascript"></script>
   <script src="@Url.Content("~/Scripts/jquery-ui-1.8.11.js")"  type="text/javascript"></script>
   <script src="@Url.Content("~/Scripts/jquery.unobtrusive-ajax.js")"  type="text/javascript"></script>
   <script src="@Url.Content("~/Scripts/jquery.validate-vsdoc.js")"  type="text/javascript"></script>
   <script src="@Url.Content("~/Scripts/jquery.validate.min.js")"  type="text/javascript"></script>
   <script src="@Url.Content("~/Scripts/jquery.validate.unobtrusive.min.js")"  type="text/javascript"></script>
   <script src="@Url.Content("~/Scripts/modernizr-1.7.min.js")" type="text/javascript"></script>
      @(Html.Telerik().StyleSheetRegistrar().DefaultGroup(group => group.Add("telerik.common.css").Add("telerik.sunset.css").Combined(true).Compress(true)))
   @(Html.Telerik().StyleSheetRegistrar().DefaultGroup(group => group.Add("telerik.examples.css").Add("telerik.common.css").Add("telerik.rtl.css").Combined(true).Compress(true)))


I have the following line at the bottom of my SiteLayout.cshtml:
@(Html.Telerik().ScriptRegistrar().DefaultGroup(group => group.Combined(true).Compress(true)))


Haven't been able to resolve this yet. Thanks in advance!.
QuestionSet the NavigateUrl of a ImageMap in Repeater Pin
Farhad Eft3-Oct-11 23:53
Farhad Eft3-Oct-11 23:53 
AnswerRe: Set the NavigateUrl of a ImageMap in Repeater Pin
Parwej Ahamad4-Oct-11 12:01
professionalParwej Ahamad4-Oct-11 12:01 
QuestionTCP/IP Client Server Chat Application in ASP.Net Pin
nitin_ion3-Oct-11 23:11
nitin_ion3-Oct-11 23:11 
AnswerRe: TCP/IP Client Server Chat Application in ASP.Net Pin
Parwej Ahamad4-Oct-11 12:06
professionalParwej Ahamad4-Oct-11 12:06 
QuestionAlternate for MasterPage Pin
Ramkumar_S3-Oct-11 22:20
Ramkumar_S3-Oct-11 22:20 
Questionsending email on particular Date & Time Pin
prasanna2043-Oct-11 21:47
prasanna2043-Oct-11 21:47 
AnswerRe: sending email on particular Date & Time Pin
Anurag Gandhi4-Oct-11 1:50
professionalAnurag Gandhi4-Oct-11 1:50 
AnswerRe: sending email on particular Date & Time Pin
Morgs Morgan4-Oct-11 5:06
Morgs Morgan4-Oct-11 5:06 
QuestionConnection String problem in web.config! Pin
5553363-Oct-11 20:09
5553363-Oct-11 20:09 
QuestionRedirect, url rewrite and login problem Pin
CodeGust3-Oct-11 16:04
CodeGust3-Oct-11 16:04 
AnswerRe: Redirect, url rewrite and login problem Pin
Morgs Morgan4-Oct-11 5:28
Morgs Morgan4-Oct-11 5:28 
GeneralRe: Redirect, url rewrite and login problem Pin
CodeGust4-Oct-11 5:52
CodeGust4-Oct-11 5:52 
GeneralRe: Redirect, url rewrite and login problem Pin
Morgs Morgan4-Oct-11 6:05
Morgs Morgan4-Oct-11 6:05 
QuestionImprove page performance for aspx page Pin
vishnukamath3-Oct-11 1:59
vishnukamath3-Oct-11 1:59 
AnswerRe: Improve page performance for aspx page Pin
Parwej Ahamad3-Oct-11 8:41
professionalParwej Ahamad3-Oct-11 8:41 
AnswerRe: Improve page performance for aspx page Pin
Not Active3-Oct-11 9:51
mentorNot Active3-Oct-11 9:51 
QuestionEmail reply color Pin
Blikkies3-Oct-11 0:45
professionalBlikkies3-Oct-11 0:45 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.