Gridview not responding
Hi everyone, I have this grid view inside a tab container which is not responding. Can some one please take a look at my code and help me out? Thanks <div style="width: 100%">...
View ArticleSee Picture! Is Ajax Popup with DataGrid the right choice?
First off, 15 year desktop developer but total n00b web developer here. I'm trying to get a handle on the various SDK's for Web UI. We currently have an ASP.NET site to which I need to jump on and...
View ArticleGenerate file dynamically for download in UpdatePanel.
Good day. I've created page on which user can press the button and the download of automatically generated file starts. As a solution i used this article...
View ArticleAsyncFileUpload
Hi just want to upload files using the ajax control The folder I am storering files is "Feuillets" Can someone help me about how to store files into this folder public partial class FileUpload :...
View ArticleInitialize cascading dropdownlists
I have a parent and a child cascading dropdown list. How do initialize them to open with a selected item other than the first option when they are loaded? ken
View Articlejquery web service ajax problem
I have added a web service to my asp.net project. The web service calls a stored procedure via entity framework. I tested the webservice and it works as expected. I did remember to remove the...
View ArticleAssembly "AjaxControlToolkit, Version=3.5.40412.0, Culture=neutral,...
Hi All.I've upgraged my website from .net framework 3.5 to 4.0 about one year ago but I kept the AjaxControlToolkit 3.5Now from last few days I was getting the errors on our site and they are logged by...
View Articleajaxtoolkit scripts
Hi, I'm using asp.net ajax toolkit in my application but it seems to be adding too many javascript/css files using script/web resources. I want to combine all those scripts in one file, my own custom...
View ArticleSys.WebForms.PageRequestManagerServerErrorException on IE10
Hello, i'm getting an error when i use an imagebutton to update an updatepanel control. It only happens on IE10 running on my windows 8 machine. The error description is: "Error en tiempo de ejecución...
View ArticleModalPopUp GridView Issues
I have a modalpopup, I've embedded an updatepanel and within the updatepanel I have embedded a gridview. The popup has command buttons to control a further action and also to close the popup....
View ArticleButtons in DataList behave diferently!
Hi! I have a strange problem, I have a DataList inside an UpdatePanel, DataList is displaying records and with every record there is a Delete Button. For some reason I can't delete the last record, the...
View ArticleView autocomplete result in html-table
Hallo, I have a question with the javascript function autocomplete. <input type="search" id="doctor" name="DoctorSearch" /> <script type="text/javascript"> $(function () {...
View ArticleCollapsiblePanel in DataList At IE 9
Hello~ everyone I want to make that titlePanel click then contentsPanel is shown in DataList. I tried this, but below code is not working in IE9. And this is working in Chrome. How can I make this code...
View ArticleDragpanel Moves
When viewing a web page I drag a dragpanel somewhere else on the page and then click a button, the dragpanel moves back to its original location. How can I stop this and make the dragpanel stay where I...
View ArticlePositioning of DropDown Extender To Open Left
I want my dropdown to open to the left instead of the right. I have a dropdown extender inside a user control. In turn the user control is used inside a master page. Relevant markup is shown below for...
View ArticleAutocomplete Extender not working with Content Page
Hi I am using VS2010 and C#. This is my first web app so bear with me. I have created a page which uses the autocomplete extender to fetch results from SQL Server. This all works fine. I now want to...
View ArticleAjaxControlKit requires ASP.NET Ajax 4.0 Scripts
This error appears on a single computer in my company. Everyone else is able to view this certain page fine but this one user resulting in two null dropdown boxes. If I run internet explorer 8 as a...
View ArticleValidator Callout Extender behind other items
I'm trying to use the validation callout extender on my page but it appears behind other layers on the page. I've read the posts and tried editing the css, but it doesn't seem to help. The base css...
View ArticleIssue with multiple AsyncFileUpload Control
Hi,I have requirement to have multiple AsyncFileUpload control on aspx page.I am using this two -<cc1:AsyncFileUpload ID="AsyncFileUpload1" runat="server" Width="500px" CompleteBackColor="Lime"...
View ArticleValidatorCalloutExtender + CustomValidator - It´s possible?
WHERE´S THE ValidatorCalloutExtender? Portuguese Question----------------------------------------------------Estou tentando chamar um ValidatorCalloutExtender a partir de um CustomValidator,...
View Article