-
Hello everyone, I have a gridview on my page & each of its row is have a link button. On click of this button i want to show a modal popup but also have to pass some id particularly bound to that row.I have done almost achieved this by following method :
OnGridViewRowDataBound()
{ LinkButton lnk...
-
I am trying to use the following code to get a reference to a modalpopupextender, but when I check the value of the javascript variable 'modal' it is always null. What is the proper way to get a reference to the AJAX control using javascript? .vb Dim myStringBuilder As New StringBuilder(246)...
-
Hello everyone,
I have to show a modal popup on click of a link button.Since this link button is inside the gridview and I also have to pass some value from the selected gridview row to modal popup,I have used javascript for showing the modal popup.
But even though it is showing the modal popup,the modal...
-
I have a javascript that disables a button for x seconds and then enables the button after x seconds pass. An update button checks for certain constraints, and if met, a modal popup is shown. The button the javascript is meant for is located in a panel displayed by this modal popup. Is there a way I...
-
Hi guys, I am trying to extract all the strings that match a regular expression. When I test it on server side it is working fine but with JavaScript I am able to see the first value only. [C# code] working fine Regex reg = new Regex ( "\"([^\\\"]|\\.)*\"" ); string src = "...
-
You can compare two images content using imagemagick. It is very easy. You can download imagemagick from here . Version must be greater than 6.0. compare -metric AE 5001.MAIN.jpg 5002.MAIN.jpg difference.jpg if it returns value 0 means both images are same. This post might help you. Thanks, Binod Suman...
-
I want to avoid calling a javascript file unless its needed in context. With classic ASP, I just did an if....then...end if inside the head tags. As far as I can tell,. with VB.net. I need to use the head runat server tag, but don't see how to just add the extra script line in, without wiping the...
-
Hello guys, this is my issue: I have a select element and when I click it, I want
it to resize to a certain width, then drop the list. The default
behavior if I put the resize code on onclick is to drop, resize, then
hide list. This is just a small part of a complex scenario, but I couldn't figure...
-
i have two formview controls in form. one is hidden and is displayed upon the click of a linkbutton. this works quite fine.
but the problem i am now facing is that i cannot get my insert button to insert into the database after validating the data.
validation is with javascript and it works alright but...
Posted to
Getting Started
(Forum)
by
lyrix
on
06-04-2009, 12:00 AM
Filed under: comandname="insert", form view control, insert source code, javascript, validation
-
I have usercontrol which calls javascript function to load google map...On load and on button click I am calling the same javascript funtion...It executes on load but doesnt execute on button click.. Below is my code...please help me I have written this javascript function in my ascx page < script...