Tagged Questions
1
vote
1answer
27 views
Trying to Change the color of the background label in ListView, Assistance needed ASAP
I am trying to change the color of the background when twa is at different values but it with my current code, the data is not firing, but when I remove the
<asp: Label id="TWAlabel" ...
0
votes
1answer
9 views
JavaScript OnClientClick breaking RadGrid Insert/Update button Submit behavior on web form
I have a RadGrid Insert/Edit Form template in which I have a Submit/Update button. This button's submit behavior works perfectly if I do not reference any JavaScript calls in it. However, upon ...
0
votes
0answers
12 views
How to trigger modal pop from backend followed by redirect of form after modal closure
I've got a c# web application, where I am redirecting a form to a referring page after submission. I have a modal pop ready to go on this page which I want to fire during the form submission, and then ...
-1
votes
2answers
24 views
Allow user to save before session ends
I need to alert user that the session is about to expire and let them save session data, if the user sees the alert If he happens to click the alert box the session refreshes. but if the user i snot ...
0
votes
2answers
26 views
Qtip data not defined error
I am using Qtip tooltip and my content is from JSON.
When i click the tooltip to display the content, i get an error that 'data is not defined' when inspecting the element in chrome.
This is my ...
0
votes
0answers
26 views
Signalr application deployment failed on remote server
Working on an application with the signalr. Locally, everything works fine but when deploying on a server appear problems.
When i try to resolve in the application_start() my hub:
IHubContext ...
0
votes
0answers
8 views
ckfinder function not being called to use in ckeditor
Asp.NET MVC 4 application, using razor 2 views,
Not sure if it's the function itself or the fact that the function doesn't seem to be called.
The desired result being, an upload tab added to the ...
0
votes
1answer
24 views
Invitaion to facebook friends is not working
I am trying this code to invite facebook friends.But it did not work for me.Invitaion dialog is opened properly but no friend got invitaion.
can anyone please try this code at their end ,it will not ...
0
votes
0answers
18 views
scroll the a growing page to the bottom
I have a page. when I scroll it manually, it grows and then I can scroll it again and again until the scroll arrives to the bottom (a good example is a facebook timeline page).
I try to write:
...
0
votes
2answers
48 views
how to get value from javasript to homecontroller
i have timer in my project when i stop it ,timer value should be saved to database..but i cannot able to get value of timer from javasript to homecontroller
My javasript is..
<script ...
1
vote
1answer
47 views
How to Dynamically Load a String from a model to javascript in MVC3?
Okay so last time I asked a question on MVC3 it got extremely down voted and I have no idea why, so if this goes the same way, please give me the reason so I can fix it. Anyway, I'm try to take a ...
1
vote
1answer
14 views
C# Webbrowser Onclick Javascirpt event handling
I got this code from HTML:
<div id="login-buttons">
<div id="js_login_button">
<a href="#" onclick="$('#login_form').submit()" class="login_button">
<span ...
0
votes
1answer
8 views
Load data in a webpart lifecycle works first time, but in a popup reload it doesnt refresh
So, here is the scenarion
I have a webpart that loads some data.
I have in another place of the page a button, that opens a popup, when the user does something in that page (create action), the popup ...
0
votes
0answers
6 views
DownloadProgressChanged JavaScript API For SilverLight
i am using visual studio 2012 in xaml "DownloadProgressChanged" is not available showing error "The property 'DownloadProgressChanged' was not found in type 'Image'."
<Image x:Name="Logo"
...
0
votes
0answers
14 views
Call Javascript PlaySound method from C# Codebehind ASPX website
I have an ASPX website that is used for recording attendance. It's pretty much the stock standard Visual Studio ASP template. People scan an ID card and it inputs their data to a database. I've ...