Tagged Questions
0
votes
1answer
12 views
ColorBox doesn't like my Iframe Param
I am trying to use colorbox to show some product details. The colorbox is being injected into the page from my c#. Directly below is the script that i got to work. it works but is a little buggy and ...
2
votes
1answer
32 views
Create an unordered list from unknown JSON content in C#
I am looking to create a treeview style field selector similar to http://json.parser.online.fr/.
The idea being that the user can select which fields they want to use from an unknown source of JSON ...
1
vote
1answer
130 views
Separately refresh each row in table in ASP.NET MVC
Iam struggling with a problem of refreshing each row in table in ASP MVC Application.
I have a list of objects where each object contains a url and refreshTime. Application should present a table ...
0
votes
1answer
15 views
How can I make mvc action call from wordpres using jquery?
How can I make below action item called from non asp.net application like wordpress? How can I do it with jquery because I not able to call it on my local machine. Do I have to write custom router for ...
0
votes
1answer
31 views
C# - calling jquery through view not actually firing method
I'm attempting to do jquery through a view and it is not firing off the back end method i'm not sure why it's not calling correctly and need a second (or third) set of eyes on the issue.
<script ...
0
votes
2answers
23 views
How to Insert the values displayed in viewpage to backend
Hi I'm working with MVC3 i want to insert the values displayed in front end into the table in backend.How can i achieve this?
Following is my view,
@model ...
0
votes
3answers
70 views
jquery .click function not working in c# mvc3 w/ Razor
For far too long I've been stumbling around trying to make a simple .click jquery method work in my c# site. I just want it to call to a function in my controller, but I can't seem to get any button ...
-6
votes
0answers
58 views
How To USe for loop in Javascript [on hold]
I need to use a for loop in javascript. I am using Mvc Application, it is possible to use in javascript?
The logic is when next button is clicked next question should show.
Now it's showing only ...
2
votes
5answers
22k views
Sys.WebForms.PageRequestManagerServerErrorException: An unknown error occurred while processing the request on the server."
I have couple of update panels and jquery tabs on page. And also I am loading couple user controls on update panels. After user waited for couple of minutes (not checked the time approx 40 mins). when ...
0
votes
1answer
26 views
Jquery Datepicker events not fired on IE8
Date picker control events using jquery doesnot work on IE8 .
My environment is IE version: 8.0.7601.17514
Machine : 64bit
Operating system : windows 7
Jquery version : jquery-1.7.1.js
Jquery UI ...
0
votes
1answer
16 views
Horizontal Scrollbar in Google PDF Viewer
I have implement Google PDF viewer in my project with that given code and it gives me the Horizontal Scrollbar in IE7 & IE8 only. Please any one help me on this to remove the Horizontal Scrollbar. ...
1
vote
1answer
34 views
Ordered list inside a textarea (Line number) [on hold]
I need to implement text area with ordered list text. I used ajax htmleditorextender but need to press ordered list button for start numbering. I want it to by default in textarea.
I need following ...
0
votes
0answers
21 views
Image extension is lost when using fileupload in fancybox
Hi I am trying to implement fileupload inside fancybox. To be more specific i want the users to upload their image just as on stackoverflow.
Problem : When i am uploading the pic inside the fancybox, ...
0
votes
1answer
24 views
Accessing JSON within jtable
I'm new to the jQuery jTable plugin. Consider this snippet from an official sample
Phones: {
title: '',
width: '5%',
sorting: false,
edit: false,
create: false,
display: function (studentData) {
...
...
0
votes
1answer
21 views
Pass the selected row DataKeyName to a string in a JQuery Modal
I have a c# Grdiview, which contains an Hyperlink in the first col. when the user clicks the link, I need the following to happen.
1) Obtain the DataKey Name of the row selected and pass this to a ...