Set Focus in TabPanel
I am trying to set the focus in a TextBox on a TabContainer TabPanel when page opens. I have tried several ways, including below with no luck. Help is appreciated.Dim tx As TextBox =...
View ArticleNeed help understanding Ajax Calendar Date Format issue
Hi all,I have such a simple requirement and I cannot understand what is going on as I have tried both google and bing but have yet not found any resolutions. I know you all with all your expertise and...
View ArticleWhen past some thing from the Ms word, the content of...
I'm using the ajaxToolkit:HtmlEditorExtender control. when I past some content from MS-word to the control ,it's looking fine first, but after I submmit, the content is changeed it's the view...
View Articleproblem with validatorcalloutextender position when scroll
Hello,I used validatorcalloutextender for Error message.Now i used One panel in modalpopup, and panel is scroll vertically, now when i click on button at the bottom of the panel (scroll down),...
View ArticleClear File list from Ajax File Upload
By any chance, does anyone have any idea how I could clear the file list from the AjaxFileUpload control?I haven't had any luck clearing it from the code behind and my only luck was hidding the div...
View ArticleRender method not applying for gridview in update panel on a user control
I have a user control with a grid view that I wish the user to be able to click the row and cause the selectedIndexChanged event to fire on the grid view. To do this I have overridden the Render...
View Articleajaxcontroltoolkit BarChart, gap between the column
please see the image above. i using ajaxcontroltoolkit. how to solve the problem where there is a gap between the column bar? eg. gap between 110 and 49, 89 and 77, 155 and 95... etc i wan something...
View ArticleAjaxControlToolkit AsyncUpload Creates New Session on upload completed
I am using the Ajax Control Toolkit 3.5 (The project cannot be upgraded to 4.0). The project also uses Cookieless sessions. This app is reliant on session state pretty heavily.Whenever I F5 debug the...
View ArticleUse Session instead of temporary storage for temporary data
Hi,I am using AjaxFileUpload in my application. AjaxFileUpload upload the file first in temporary storage and then SaveAs() method store at new location.My problem is that our application is deployed...
View ArticleAjax Tookit Editor error - MicrosoftAjax.debug.js Error...
Hi I am using web developer 2010 express and Vista is the operating system. I downloaded Alaxtoolkit 4.00 ver and when I am using the editor on my project and while running the page the following error...
View ArticleClear all tabs (TabContainer) - $find('').get_tabs()[X].dispose().
I am currently working on clearing all the dynamic generated tabs.I try to loop through all the tabs and dispose each one by one. I'm using $find('<%=TabContainer1.ClientID%>').get_tabs(); to get...
View ArticleJavaScriptSerializer - Invalid JSON primitive: object.
function tableToJson(activeTab) { var data = []; // first row needs to be headers var headers = []; var header_length = $('#grd_'+(activeTab+1)+' tbody th').length; for (var i = 0; i <...
View ArticleCould not load file or assembly 'AjaxControlToolkit' or one of its dependencies.
Okay for sanities sake I have redone my code and stripped out everything bar the Editor.Errors:1) Could not load file or assembly 'AjaxControlToolkit' or one of its dependencies. However I think I...
View ArticleAsyncFileUpload crash FF22 and over
AsyncFileUpload crash FF22 and over crash but Chrome OK, IE OK, Opera OK. What happend?http://www.asp.net/ajaxLibrary/AjaxControlToolkitSampleSite/AsyncFileUpload/AsyncFileUpload.aspx Ver:...
View ArticleEverytime when i click on the button, it gives a black screen refresh?
Just wondering it is just the problem about my browsers or anything to solve it?I dun want it that can be told its refreshing the page.Anybody know why? thanks very very much <asp:LinkButton...
View ArticleAjax watermark text disappears after download action.
Response.AddHeader("Content-Disposition", "attachment; filename=" + displayname + "." + Extension); Response.ContentType = "application/octet-stream"; Response.WriteFile(filepath); Response.End(); On...
View ArticleNeed help with DataList ItemCommmand
Hello, i have a problem that i need help with I have a form that has a data list control, which had a link button, wrapped around a checkbox and uses AJAX Update panel. The problem is this when user...
View ArticleCHANGE COLOUR
i got two buttons, 1 list box and one text box. so when i type things inside the text box and press the button " add" the text will be added to a listbox but how do i select the words in the list box...
View ArticleAjax.ActionLink not working in Internet Explorer 10
I have searched and searched and tested and tested... and I cannot get IE10 to dump a partial page into a div. It's simple code and FF & Chrome each do it flawlessly. I have done ctrl + F5, and a...
View ArticleWhen past some thing from the Ms word, the content of...
I'm using the ajaxToolkit:HtmlEditorExtender control. when I past some content from MS-word to the control ,it's looking fine first, but after I submmit, the content is changeed it's the view...
View Article