How to add error message into validation summary control in asp.net
Hi All,I am stuck in one requirement, I have a web page which have 4 text-boxes, 2 text-boxes validate with javascript and other 2 text-boxes validate with required field validator. i have one...
View ArticleHow do I delay the AsyncPostBackTrigger?
Following is what I have written on the front end of my web page<div id="Div1" style="float: left;"><asp:UpdatePanel ID="UpdatePanel2"...
View ArticleMessageBox does not apper while Page loading
Hi TogetherCould someone help me with following issue...I am Using following MessageBox to display some erroros or success ocurances on the page:public static void ShowMessage(Page page, string...
View ArticleCalling WCF service from jQuery Ajax using POST method
var AddUser="http://12.168.176.125/WcfRestService/Service1.svc/UserPost";functionadduser(){ var UserInfo =[{ "UserId":2, "uAlias":"v-lujin",...
View Articleajax submit a object and how to get it in code behind C#
$(document).ready(function () {$("#login").click(function () { var username = $("#username").val(); var password = $("#password").val(); var user = '{ "username":"' + username + '", "password": "' +...
View ArticleAdd FilteredTextBoxExtender problem
I am trying to add a FilteredTextBoxExtender via code in a ListView and it is not working (not throwing error either). My code is below. Am I missing something? Thanks. Protected Sub...
View ArticleLooping through aspxgridview rows
Hi, I am using an aspxgridview (devexpress controls) and want to loop through all the rows in vb.net Please helpregardssanjish
View ArticleThe HTML Editor Extender sanitizer.ddl assembly file not showing in Bin folder ?
I have installed the toolkit extensions into bin folder and I cannot see the folder that supposed to contain the sanitizer ?I am reading from a website that shows the assembly references in a solution...
View ArticleButton In Modal Panel Not Firing On First Click (Firing Second click)
HI,I have a Modal Panel that is displayed on the click of a button. On the Modal Panel, I have another button used to search and return details to a gridview. The problem is that on the first click of...
View ArticleDisable Calendar extender future date
I am using Ajax Calendar Extender. I would like to enable only future date for Calendar Extender control. How do we do that
View ArticleHTMLEditorExtender text formatting properties
How may I modify the editor text ?I have tried to vary the p element style because the line height was incorrect (extra line break) like:.ajax__html_editor_extender_texteditor p { line-height: 0px;...
View ArticleHow to show calender extender on top of modal popup extender?
<div>I have used Ajax Modal popup extender for popup an the css for modal popup is as folows:.modalBackground{ -webkit-border-radius: 12px 12px 23px 23px; border-radius: 12px 12px 23px...
View ArticleChanged AjaxControlToolkit version and web application still expects previous...
We have a WebForms web project that used to use ASP.NET 4.0 but was using version 3.5.60623.0 of the Ajax Control Toolkit. We recently changed the project to use ASP.NET 4.5 and swapped the...
View ArticleHow to show calender extender on top of modal popup extender?
I have used Ajax Modal popup extender for popup an the css for modal popup is as folows:.modalBackground{ -webkit-border-radius: 12px 12px 23px 23px; border-radius: 12px 12px 23px 23px;...
View ArticleCss not working after putting code inside TabPanel in TabContainer
I have a aspx page with c# codebehind that references a Css that uses # tags to identify <div>'s on the page and position them and apply style elements to them. I downloaded the ajax toolkit and...
View ArticleAsp.net controls after UpdateProgress - sometimes works, sometimes not
Hi there,I meet the issue that Asp.net controls which should show after the updateprogress finished are sometimes shown, some times not! Asp.net 4.5.1 / c# / IIS 7.5 / IE10Flow:- The user is filling a...
View ArticleAjax with multiple panels
Hello:For example: I have a Students.aspx page using Ajax with 3 different panels like below and each panel contains different code. I have a main page that have links to Students.aspx page and I have...
View ArticleCould not load file or assembly 'AjaxControlToolkit' or one of its...
The problem occurred after I had to restart my computer because it frozeSo far I did Disc cleanup, but didn't help.This is the stack trace:[FileLoadException: Could not load file or assembly...
View ArticleASP.Net 4.5 Validation Controls not working with AJAX ToolkitScriptManager1
All,I have a project in which I am using the 'unobtrusive.....' validation so it includes the references to all the JScript libraries in the global.asax. I also have pages that utilize the ASP.Net...
View ArticleFor some reason, when I create a webmethod, it doesn't run initially. If I...
I have WebMethods that work, but not initially. I have to let the computer just sit for a couple of hours, and then they work. I have cleared out the cache in temporary files, and at a total loss as to...
View Article