-
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)...
-
Can Anyone help me--I am getting error " Object reference not set to an instance of an object." here's how aspx file look like... <% @ Page Language ="C#" AutoEventWireup ="true" CodeFile ="Default.aspx.cs" Inherits ="_Default" %> <% @ Import...
-
hello everyone, I am facing two problem first i wnat to update the gridview with help ajax so that only gridview is updated instead of whole page, Second problem is that i am using object datasource with gridview what i want is that gridview display only first 3 columns but it display all columns of...
-
Hello everyone, i am creating a webform in which user need to enter id of employee. What i want is that if user enters a wrong key inside textfield it should display error message(or update the page). Currently i doing this with button control i.e when user click on submit button it checks wheather the...
-
In an ASP.Net 2 web app. I have a AJAXToolkit TabContainer with two TabPanels. In Firefox, when a postback happens on the page, the whole TabContainer completely disappears. All works fine in IE. Anybody know why this might be? (Source code for the whole ascx itself is attached - Javascript functions...
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
shiv.kumar
on
06-13-2009, 12:00 AM
Filed under: ajax, AJAX .NET, AJAX .NET 2.0, .net, .net 2.0, .net 3.5, .NET3.5, .NET2.0, .NET Framework 2.0, AJAX .NET 2.0 AjaxControlKit, ajax .NET 2.0 AjaxControlKit PopupControlExtender debug There is no source code available for the current location Page_PreRender, AJAX .NET 2.0 AjaxControlKit CalendarExtender - Check for future date
-
Hi Help me please. I have textbox and MaskedEdit on it which will be used to ask input from the user. The Textbox allows only amount or money to be input on it. I set DisplayMoney of MaskedEdit to "Left". How could I change the currency symbol? The default symbol is $ but since our currency...
-
I haven't been able to make this work, but I thought I would post the method I hacked together for now. I added an onchange client event with code there to refresh the grid with the filtered results. It's a bit ugly, but for now it works. I'm hoping to find a better way. < select name...
-
I have a Select set up as as sys-template and the options are using the binding syntax: <select name="TestDropDown" id="TestDropDown" class="sys-template" sys:attach="dataview" dataview:autofetch="true" dataview:dataprovider="{{ __Some_DataContext...
-
Hi - thanks for the speedy response. My AJAX extenders for the RoundedCorners are placed in all 4 controls. Here it is: < ajaxToolkit : RoundedCornersExtender ID ="RoundedCornersExtender1" runat ="server" BehaviorID ="RoundedCornersBehavior1" TargetControlID ="CreateSubmitFormPanel"...