How to create label text using html helper from Model in ASP.Net MVC 5 (Razor...
I am trying to create a label text using html helper from my model RoomAvailabilitySummaryView Design:@model IEnumerable<WBE.Model.RoomAvailabilitySummary> @using(Ajax.BeginForm("RoomsAvail", new...
View ArticleAjax autocomplete extender is not working in IIS 7
I am Using Ajax autocomplete extender using web service to load details in textbox. It is working in development PC. But When i deployed application in UAT server not working in IIS 7 Window server...
View Articlegridview is not a know element
im kinda new in asp.net and im trying to wrap a gridview with an ajax update panel but as soon as i wrap it, it shows me the following warning!!now my web.config is not missing actually! what is...
View ArticleModalPopupExtender and ajax combobox
i have a ModalPopupExtender which opens a grid.then i have main grid which is in the update panel.inside this grid there is a ajax combobox.when i enter on the combobox the ModalPopupExtender is opened...
View Articleoutput of function
hi,i have a faunction like this:[WebMethod] public bool setstatus(int bid) { Models.mBlockTextContext ctx = new mBlockTextContext(); var bselect = (from b in ctx.mBlocksLists where b.BlockID == bid...
View ArticleAutocomplete Extender issues.
Hello all ,i am new to this forum and also a beginner in ASP.NET.I searched the forum for posiible answers or hints about my issue but was unable to do so.I am basically in my form trying to check a...
View Articlemasked textbox "1-9999999"
I am trying to implement a mask on a textbox that forces the user to follow the format "1-9999999", where the "1-" will always be at the beginning, and they can only enter 7 numbers after that. I...
View ArticleSlide Show Ajax
I get the below error when I try to add SlideShowAnimationType="SlideRight" to the Tag I get this from the http://www.asp.net/AjaxLibrary/AjaxControlToolkitSampleSite/SlideShow/SlideShow.aspxType...
View ArticleAnimation Extender
I can't disable the target control button. I use this attribute <EnableAction Enabled="false"/> Here is the link example that I used....
View ArticleClient side memory leak
Hi,I have currently the problem that a lot of my users have problems with the memory usage of their IE when they use my application. After a lot of samples and some research on google I didn't find a...
View ArticleTab Panel Flicker Issue Data Load Time
I have use one Tab Control Panel But issue is got one tab to another tab a time panel load display two times i have use tabcontainer in Iframe so page is very slow
View ArticleShow nested gridview by default.
Hello. I have a nested gridview in my application.How can I set the 2nd gridview shown by default. (without setting Style="display:none"
View ArticleAccess is denied, AjaxControlToolkit
Hi,I am having an acces deny error when I try to run my web application.Could not load file or assembly 'AjaxControlToolkit, Version=1.0.20229.20821, Culture=neutral, PublicKeyToken=28f01b0e84b6d53e'...
View ArticleAutocomplete Textbox Using Database Return Value in ASP.NET
Hi,I use autocompleteExtender to key into a textbox, the value will come from a database table.setting UseContextKey=true,and the ContextKey depend on dropdown control.When I click the dropdown...
View Articlegetting the htmlEditorExtender to work
I have a Visual Basic project that has some ajax controls in the toolbox, but it didn't have the htmleditorcontrol, which I wanted to use. I did have the ajaxcontroltoolkit dll in my bin folder. So I...
View ArticleAjaxFileUpload corrupt files if the file name contains Arabic text !
After uploading so many files using AjaxFileUpload , I noticed all files uploaded to the server are corrupted. The error message I get is "Excel can not open the file عربي.xlsx because the fileformat...
View ArticlePageMethodes is not always called after upgraded to IE9
HI all,The app works fine in IE8. When upgraded to IE9, the problem is appears. The code is not changed.In the javascript there is a function which calls a server side subroutine with parameter. The...
View ArticleUpdatePanel not working inside Parent GridView ItemTemplate
Hi Guys,Thanks for viewing this.Background - There is a Share Point 2013 Visual Web Part, in our project. It's having 4 nested GridViews together. On click of one Image button 3 grids will get expand....
View ArticleUpdatePanel is not working with MultiView control and Panel
1. UpdatePanel is not working with MultiView control. (next and previous button inside the view are not working) 2.UpdatePanel is not woking on a panel control in which i m generating LinkButtons at...
View ArticleCollapsible Panel Extender Issue
I have a alphabetized menu for the selection of a customer to manage. I wanted to make this section to collapse so it can be viewed as needed; however, there is an issue when i add the collapsible...
View Article