0
votes
1answer
14 views
Problem with Telerik RadGrid Paging and Updatepanel
Hi,
I've set a RadGrid with Paging into a simple asp.net UpdatePanel,
and it caused a JavaScript exception.
Does anyone familiar with that problem ?
1
vote
4answers
39 views
disabling default button or enter key in asp.et c#
I have a form where users scan in a barcode, the barcode reader automatically enters a carriage return in the value causing the form to submit since the browser chooses the first button as the …
1
vote
7answers
103 views
Style to remove all styles
Is there any way to apply a style that will effectively block the
application of any applied or inherited styles for that object and any
contained objects?
0
votes
3answers
45 views
Fade between pictures
Hi
Whats the best way to fade between servel images? I can find a free user control the does it. So as i see it i have two choices
1) Try to incorporate some javascript, the java script is on this …
0
votes
2answers
38 views
Calling Javascript form a ASP.NET Button located inside of an Update Panel.
I am using JQuery to toggle the visibility of a in a webforms application. I am using an update panel to suppress the postback when my is clicked. What I would like to do when this is clicked is …
0
votes
1answer
30 views
Microsoft JScript runtime error: ‘Sys’ is undefined
I have a page with the following code on it:
<script type="text/javascript" language="javascript">
/// <reference name="MicrosoftAjax.js" />
…
0
votes
1answer
24 views
Changing RadCombobox Font Color when Disabled in ASP.NET
I am not exactly sure why this is not as easy as I expected. I need to change the font color of a disabled RadCombobox control . Any idea how I can do this please?
.RadComboBoxcss
{
…
0
votes
1answer
20 views
Handle session timeout in asp.net using Javascript
Essentially I want to be able to catch when a user lets their session timeout and then clicks on something that ends up causing an Async postback. I figured out that if I put this code in my …
1
vote
0answers
16 views
Facebook developer: making a permission optional
Facebook requested that I change my design of my application because certain functions become deprecated.
Now I have to ask the user for "publish_stream" permission when he logs in.
When the user …
1
vote
2answers
12 views
asp button and history back onclientclick
hi I have an asp button like this
<asp:Button ID="btnBack" OnClientClick='javascript:history.back()' runat="server" Text="back">
</asp:Button>
now the javascript doesn't work to go a …
1
vote
4answers
104 views
reading web.config from JS
IS there any way that I can read config values in web.config with javascript ?
Why would I want to do that ?
I have a timer in my website which would pop up a modal dialog with a count down timer …
0
votes
3answers
62 views
How to scroll to bottom of page when postback finish in asp.net?
How to scroll to bottom of page when
postback finish in asp.net?
I have many detail in page whan i clicking show detail in master detail this page show many data in my page so how to to scroll …
2
votes
3answers
85 views
How can i close all the IE browser windows that I opened in JavaScript
How can i close all the IE browser window in asp.net,
I am opening many windows..from javascript by window.open()...
I need to close all the windows by clicking the button in main page(parent …
0
votes
2answers
47 views
Need temporary Client-side solution for handling browser “Back” button
At this moment I cannot make changes to the code behind for a few weeks, but can change the .aspx file.
We have some internal users that will click the IE7 "back" button to navigate back 5 or 6 pages …
0
votes
1answer
22 views
Can I use ASP.NET 2.0 to create a picture scroller?
I am trying to create a picture scroller. In it, I would have a large picture and several thumbnails at the bottom. If a user haover or clicks the thumbnail, it then is displayed in te large box. My …
