0
votes
0answers
23 views

Trying to add javascript to .ascx page

Hi I have been testing the following javascript code on an .aspx page: I need to deploy it to run on a sublayout .ascx. Now, I know I can add my javascript between the tags, but when I ran it on the ...
0
votes
2answers
4k views

ASCX controls and window.onload function

Is it possible for asp.nt ascx controls to have their own client side load event, like a window.onload for each, so I can hide the loading divs and show the content div when http transfer is complete. ...
1
vote
1answer
802 views

Ajax Calendar Date Range with JavaScript

I have the following code to compare two dates with the following conditions Scenario: On load there are two text boxes (FromDate, ToDate) with Ajax calendar extenders. On load From Date shows ...
0
votes
2answers
46 views

Button click methods

I'm trying to get my webform to check for empty textboxes, then validate it, submit to the database and then print it.. but I can't seem to figure out how to connect the methods to make it all work ...
0
votes
0answers
8 views

GridView in Menu

I have an table in SQL with path for folders Ex: N:\Group ISIT Security\LAN\ I need this path transforming in Menu and Submenus in an webapp. Ex: An GridList with the main folder N:\ and, I click ...
0
votes
1answer
11 views

asp.net master page and javascript

I got one question, and i try to search in the foruns, but i can't seem to put this to good use. I have a simple website using a master page, everything works fine i even put a navigation bar and work ...
-8
votes
0answers
35 views

ASP.net Review System [closed]

I need some guidance of where to start with making my own review system. I'm working on an Ecommerce website which is built to have reviews which correspond with each product. If a user is logged ...
1
vote
2answers
686 views

Is it possible to interact between ASP.Net page and Silverlight?

Say I have a Silverlight Child Windows that uses as a web browser to open access ASPX page. The ASP page will contains a close button, when user click the close button, it should close the Silverlight ...
1
vote
2answers
21 views

Preprocessing data in HighCharts JS in C# ASP.NET

I'm creating a bar chart in ASP.NET 2.0 using HighCharts JS. here's how the chart can be do in javascript: $(function () { $('#container').highcharts({ chart: { type: 'bar' ...
6
votes
5answers
9k views

How can I run some javascript after an update panel refreshes?

I have a pageLoad function which sets some css on an .ascx control that I cannot change. On page load everything is fine, but when an update panel updates the control, my css is no longer applied. How ...
1
vote
1answer
16 views

Declaring the selected dropDownList text into a hiddenfield, so it can be used with JS

I need to declare the 'text string' of the dropdownlist 'dropCallbackReason' into the 'ValueHiddenField' ID of the <Asp:HiddenField> so that I can then use it as a javascript variable. The ...
0
votes
4answers
25 views

How to retrieve details from a repeater control to display in modal popup

I have a repeater control which displays an image and some basic information like DateTime and Prouct Id. On clicking an Image I need to run another query and show details in a seperate popup.I know ...
0
votes
1answer
18 views

ASP .Net Update individual element on asp page on textchanged postback

I have two gridviews in a webform visual studio project. The first is a fixed size grid which, using javascript, I have managed to set up to return a grid reference which is then output to two ...
-4
votes
3answers
2k views

Disable “Save Target As” option in the right click menu

How do I disable the "Save Target As" item in right click menu in Internet Explorer and Firefox browsers?
5
votes
5answers
25k views

Getting Textbox value in Javascript

I am trying to get the value of the textbox in a javascript, but its not working. Given below is the code of my test page <%@ Page Title="" Language="VB" MasterPageFile="~/Site.Master" ...

1 2 3 4 5 884
15 30 50 per page