down load pdf from image
how to down load pdf from image in asp.net. I have one image in one folder,that image need to down load in pdf formate
View ArticlePositioning of Rating Control
I am using an AJAX:Rating and for some reason, I can't center it inside a <TD> even though other text will center, it always positions like it is left justified. I tried to Google this and only...
View ArticleAccordion ItemCommand event not firing
I have a user control where I am using an Accordion control having the kind of structure as follows. I have a linkbutton control in the HeaderTemplate. <asp:Accordion ID="Accordion1" runat="server"...
View Articlewhy am I getting the "Access is denied" error on my htm page?
I copied an Ajax sample from http://www.w3schools.com/ajax/tryit.asp?filename=tryajax_first I saved the sample down as ajaxTest1.htm. When I run the sample (sample code below) I get the "Allow...
View ArticleAutocompleteExtender is not working on GridView From Second Row
Hi, I have a Gridview in that i need to dynamic controls like textboxes and dropdowns. For Textboxes I need to add AutocompleteExtender as well. For me The AutocompleteExtender WORKS only for the...
View ArticleGridview 3rd Row Not added when AutocompleteExtender Present
Hi, I need to add Dynamic Controls (TextBoxes and DropDowns) to the GridView. For the TextBoxes I need to add AJAX Auto Complete Extender Control. For the FirstRow of GridView EveryTHING looks Fine....
View ArticleHow to get the values of the controls in the ModalPopUpExtender
For instance, suppose If the modal PopUp is containing few textboxes, one submit button and one cancel button. User inputs some values into the textboxes. Now I want to insert all those values to the...
View Articlehow to get values to update properly when dropdown changed ?
I would like to have fields for total update using an ajax update panel though i was going to have the content inside it ie dropdowns or quantity and a price ie base price stored as labels or...
View ArticleImage slideshow using master page
Hello Reader! I am trying to develop an image slideshow on a page. It works completely fine on its own but it doesn't work when working under a master page (It changes a picture when I refresh the...
View Articledynamically adding controls to page
Hello, I'm trying to add controls to page without postback with ajax. The following code works but it adds the controls at once not one by one. I want that it dynamically adds and show the controls....
View ArticleHelp with CollapsiblePanel visual effects
Hello, I have a set of several CollapsiblePanelExtender on a page. Everything works great in Chrome: I click on title, panel appears gradually as the content below slides down. But in IE7 when I click...
View ArticleAJAX Partially Working On Server, All Working Locally
I have a really odd problem, I have calendar extender on a number of fields and it works perfectly, both locally and when deployed Then I have modalpopupextender, which works perfectly locally, but...
View ArticleModal popup update
I have a label at the top of a form that shows a month / year combination. There is an image button that opens a modal popup window that you can select a different month/year in. Pressing OK closes the...
View ArticleFirst Post - Pulling my hair out
Hi I'm using the AutoCompleteExtender which is awesom. However, I've had two major issues. One is that you can make the extender hold focus on the textbox with some css (that took a few days to find)...
View ArticleScript tag vs. ScriptManager Scripts element
Is there any benefit to adding a custom js file (which I wrote) within the ScriptManager's Scripts element instead of just putting a script tag on the page?
View ArticleMaking Readonly for HtmlEditorExtender
<asp:TextBox ID="TextBoxPassLimitDescription " TextMode="MultiLine" runat="server" Height="700px" Width="100%"></asp:TextBox><ajax:HtmlEditorExtender ID="htmlEditorExtender"...
View ArticleHow to ACCESS BOUNDFIELD WITH COMBOBOX AJAX CONTROL IN GRIDVIEW
I want know how to dragrdrop for combobox ajax control for databoundfield in gridview please hepl me any thing . thanks
View ArticleCascading dropdownlist database behaves differents in VB an CS
cascading dropdownlist is ok with CS but the same site in VB doesn't work, in VB the last dropdownlist looses its value when postback, it takes the value of the previous dropdownlist the two sites are...
View Articleajax CascadingDropDown - show result in a label
Hi. I have tried the example on this link http://www.asp.net/ajaxLibrary/AjaxControlToolkitSampleSite/CascadingDropDown/CascadingDropDown.aspx and got it to work. But the example does not show how to...
View Articleajax control in formview
currently i'm using ajax calendar in formview...the problem is when i click the button to redirect into the formview page i got this error Extender controls may not be registered before PreRender, is...
View Article