Click Event of Dynamic Button does not work
Hi,I am trying to fire a click event from a dymanically genertaed button to turn on a panel. Here is my code. Button shows up but when clicked nothing happens. Can someone please point me what am I...
View ArticleWhen I add the Tab Panel getting exception.
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Gallery.aspx.cs" Inherits="Gallery" %><%@ Register assembly="AjaxControlToolkit" namespace="AjaxControlToolkit" tagprefix="asp"...
View Articlehow to get response in OnClientUploadCompleteAll function in...
hello to alli use ajaxToolkit:AjaxFileUpload and i want in OnClientUploadCompleteAll function get response from serverfor example pass e message and show it my code is<ajaxToolkit:AjaxFileUpload...
View ArticleDataTable To Array
Hi,How to store the datas from the datatable that has threecolumns to array and store that array into the viewstate.Best regards, Renuka.V
View ArticleFind GridView Header control in javascript
Hi,I have one checkbox under gridview header template need to find that control in javascript..Plz Note: i dont want to find any control from template feildI had googled a lot but could'nt...
View ArticleSlideShowExtender and post back
I added a little SlideShowExtender to create a slide show (it works ok!), the problem is that each post back reload the slideshow! any tip?
View ArticleIssue : ASP.NET Ajax client-side framework failed to load
Hi,When i running my web application using Internet Explorer, i got a issue like below please check and tell me its very urgent ..." ASP.NET Ajax client-side framework failed to load " .. What's the...
View ArticleModal Pop Up Extender
Hi All,I am new to Ajax control tool kit. Please find my issue below.I am using Modal Popup Extender to open a new url where I will edit the existing details. After I close the Pop Up window and reopen...
View ArticleAccordianPane Header and Content properties
I am using the AjaxControlToolkit Accordian and during a postback I need to view the text/html of the header and content properties within each AccordianPane. So far, all attempts to do this have...
View ArticleModal Popup Extender Panel is always visible
Hi allI have a ModalPopupExtender with a popup panel that is shown and hidden according to the ModalPopupExtender OkControlID and everything is working fine.When I added a Crystal report viewer, then...
View Articleset receivetimeout in web.config (jquery ajax mvc)
Use MVC4, ie9, jquery ajaxIf I don't want to set receivetimeout inHKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\InternetSettingsHow to set receivetimeout in web.config for jquery ajax?
View ArticleMaking Rows Invisible not working
Hi,please help.This code doesn't makes the rows InVisible -----------------------------------------------------------if (gvitemsarray.Count() != 0) { for (int i = 0; i < gvitemslist.Count(); i++) {...
View ArticlePartial UpdatePanel
Is it possible to do a partial page update inside the ItemTemplate of a ListView? I have a checkbox that I would like to update the underlying database when I check or uncheck the checkbox without...
View ArticleCustom validator for Ajax control Toolkit ComboBox
I am upgrading my project to Ajax Toolkit 7.1213. I've used custom validators for all of my combo boxes and they don't work with the new version. I'm sure it is a simple javascript tweak. Can...
View ArticleMake Rows in DataTable to InVisible
Hi please help,Want to make the rows in the DataTable to invisible, for the below situation(Web Application)I'm googled but not find the exact result.if (itemstodisablelist.Count() != 0) { for (int i...
View ArticleHtmlEditorExtender change HTML code of a loaded page
Hi,I try to use the HtmlEditorExtender to give users the possibilty to change part of their own webpages. The content of these pages is saved in a MSSQL Database.By starting the page the content from...
View ArticleAjax Post Method doesnot working when m Using Asp.Net friendlyUrls rewriting
Hi,This is my urlhttp://localhost:47591/WebSite1/admin/clients/BP$('#btnSubmit').on('click', function () {$.ajax({ type: "POST", contentType: "application/json; charset=utf-8", url:...
View Articlehow to print tabs within a tab container
Hi allI have a number of tabs within this container but I need to display it as a contious form when printed?How do I do this?<cc1:tabcontainer runat="server"...
View ArticleActiveTabIndex is out of scope at client script because some Tabpanels of...
I am using TabContainer in an aspx page loaded in an iframe. I meet a strange issue.If you set some of Tabpanels invisible, that means the visible count of tabs is not equal to the total count of tabs....
View ArticleFixed Footer for grid view
Hi,Im trying to create a grid view with fixed header and footer.I have gone throgh the code given in samplecode and codeProject but those code works onlt in chrome and not in IE.I can freeze header but...
View Article