Tagged Questions
0
votes
3answers
26 views
Asp.net Ajax Control Toolkit - toggle button on same line
I'm using the toggle button from the Ajax Control Toolkit.
On my page I want the following layout (all on the one line):
Toggle Button | Text Box | Button | Button | Toggle Button
Problem
At the ...
0
votes
0answers
16 views
Sanitize Ajax Post Html Content - Ajax Control Toolkit
I have a page where we use the ajax:HtmlEditorExtender for the user to put data in. On submit but, instead of doing the 'save' in the code behind, the data is posted via a:
$.ajax({
type: "POST",
...
0
votes
1answer
30 views
UserControl CancelControlID working for all other controls?
Hi i have created one User control which is a Popup , It is absolutely working fine , But when i click on other buttons which is other than close button it is getting closed..
Here is my code,
...
0
votes
1answer
280 views
Expanding Ajax accordion pane if required field validation fails?
i have a required fields in the 2nd and 3rd ajax accordion panels. i have the setfocus=true on my required field validator the the appropriate panel does not automatically open.
is there a way i can ...
0
votes
1answer
58 views
Unable to add ajax control tookit calender extender programatically
I am trying to add Calender control of AjaxControlToolkit but I am getting an error.
The code and error are as follows:
TableCell tc4 = new TableCell();
TextBox txtSRVDate = new TextBox();
...
0
votes
2answers
89 views
asp.Net unable to render page after publish
Unable to understand what to do ? Asp.net Page show blank after publish.
View source:
<form name="ctl00" method="post" action="default.aspx" id="ctl00">
<div>
<input type="hidden" ...
0
votes
0answers
303 views
CalendarExtender year change bug when setting StartDate and EndDate
I am having the following problem with CalendarExtender from AJAX Control Toolkit latest version: AjaxControlToolkit, Version=4.1.7.123, Culture=neutral, PublicKeyToken=28f01b0e84b6d53e.
I set ...
1
vote
2answers
95 views
How to add a .net assembly to the global assembly cache (GAC)
How to add a libraries to the GAC? Could I lists assembles from GAC in the Visual Studio. I only want to add one file to GAC Library DLL It's AjaxControlToolkit.
0
votes
0answers
113 views
Add Button to toptoolbar of Ajax HTMLEditor to inject custom html
I am using the Ajax HTML Editor for a Email template editor. I am wanting to add a button to the top toolbar that enters text like "#USERNAME#" into the editor. Is there any way of doing that by ...
0
votes
0answers
71 views
How to show server date on when calender popup
<asp:TextBox ID="txtBirthDate" AutoCompleteType="Disabled" onkeydown="return txtBirthDate_OnKeyDown();"
class="csstextbox" runat="server" Width="175px"></asp:TextBox>
...
0
votes
3answers
831 views
Combobox Dropdown Displays in Wrong Place
Got a ajaxcontroltoolkit combox. Somehow the dropdown isnt showing to the left(see image).
.Net code
<ajaxToolkit:ComboBox ID="cbState" runat="server" AutoPostBack="true" ...
0
votes
1answer
282 views
AJAX Calendar control date format
I am using the AJAX Calendar control with Chinese Language. I want to format the date on Control to look like 2012 11 15, but it's displayed as shown in below file with a rounded circle. I was trying ...
3
votes
2answers
816 views
AjaxControlToolkit Asyncfileupload with master page not working
I am using Ajax AsyncFileUpload control in asp.net 4.0 with master page and I get error that file is invalid. If I use it without master page, it works. With master page If I set
...
1
vote
1answer
726 views
(ModalPopupExtender) two components with the same id can't be added to the application
I have a user control which I add on a page whenever user click on button. Following is the code to add control.
protected void Page_Init(object sender, EventArgs e)
{
if (Session["ControlCount"] ...
1
vote
1answer
703 views
Ajax Control Toolkit Autocomplete extender
I've followed this guide (http://www.asp.net/ajaxlibrary/act_AutoComplete_simple.ashx) to use the autocomplete extender and it works however when implimenting into my larger project i can't for the ...