SMS Network
Hi,I am sending sms to my mobile number i will send the htprequest and get the response.using (HttpWebResponse response = (HttpWebResponse)request.GetResponse()) {...
View Articleradtooltipmanager add targetControl using ajax
i have a radtooltipmanager that have their target control inside datalist .. this datalist is binded in server side using ajax ..I set target control from itemdatabound event of datlist ,but tooltip...
View ArticleGridView Row Delete Using Ajax
Hi,M going delete Row using Ajax using Script Manger<asp:UpdatePanel ID="UpdatePanel1" runat="server"><ContentTemplate><asp:GridView ID="GridView1" runat="server" CssClass="table...
View ArticleUsing Modal Popup Extender, Disable Button in Modal Popup not disabling the...
I've got a button inside a modal popup (using the Modal Popup Extender). I've used late-binding to attach the server event to the button and set the UseSubmitBehavior="false" in the...
View Articleremove / disappear border line in linechart
hi guys, how can i remove / disappear border line of line chart?it's still appearing although i have set border color to white. please advise.
View ArticleModal Popup Recentering on browser scroll
Hello - I have a draggable modal popup on a large web form (scrollable up and down). When the user drags the popup and then scrolls the form the modal popup recenters. Is there a way to avoid this...
View ArticleAjaxtoolkit Rating
Hi all, I have try to implement the Ajaxtoolkit Rating control into my project, http://www.asp.net/AjaxLibrary/AjaxControlToolkitSampleSite/Rating/Rating.aspx. Everything is pretty good, but i...
View ArticleExecute a javascript which is inside the control after visibled
I have a control that is invisible when page loaded like this:<script type="text/javascript"> function myFunc() { // do somthing }</script><a runat="server" id="aFileLink"...
View ArticleFiltered Textbox extender text without hypen.
Hi guys Hi have a simple doubt in filtertextboxextender, i used a filteredtexboxextender for textbox with "999-99-9999"(SSN no) format but im getting textbox value as 123-45-6789.Is there...
View ArticleNot able to assign the value of textbox of HtmlEditorExtender's to other...
Hi From Jayesh,I am creating preview from data populated in EditorBoxHtmlEditorExtender's control which is also a textbox here in this case div_editor.I am getting alert for this.textContent values...
View ArticleAjax problems
I have never managed to get Ajax to work properly but as it gives such a good look to pages I thought I would have another go but have come across yet another problem and was wondering what in general...
View ArticleDoes the AJAX Toolkit even work??
You know I've been on this site a million times and got all kinds of answers, where NONE worked with this bloody AJAX Control Toolkit. Oi! I downloaded and installed the Ajax Toolkit like a hundred...
View ArticleUpdatePanel and ListView
I have an asp.net page with a ListView and I want to do both control toolkit things and update panel things. Do I need both scriptmanager and ajaxtoolkit on the page?I want to have UpdatePanel only in...
View Articleavoid postback in dropdownlist
HiAm using dropdownlist control in my project. it is set autopostback true for getting data from database . while display the data the asp.page is refreshing on every time. so how to avoid refresh the...
View ArticleHTMLEditorExtender's CreateLink does not work
Hi all,I need some help today. On my web form, I created an interactive textbox with the HTMLEditorExtender component.This Textbox is included into a Table, which is filled dynamically with some rows...
View Articleimagebutton click both PoupControlExtender and AsyncPostback?
I have an updatepanel that contains an ImageButton that has a poupcontrolextender AND must also trigger an async postback (just to be clear I am NOT referring to the ModalPopupExtender). When the image...
View ArticleRegisterStartupScript Is Placing Script Block at Top of the Form
I'm developing a custom server control which uses ScriptManager.RegisterStartupScript to invoke a function when the page is loaded.All works fine except for the following scenario.The control is...
View ArticleAjax toolkit problem in Master page
HI I am having problem with ajax when the master page is loading.In master page am not referencing any ajax controls.I am using ajax in content pages.So whenever the control transfers from content...
View ArticleCan we use asp form control on ValidatorCalloutExtender
Hi Everyone,My scenario is as follows:I have a hyperlink(1)When clicked this hyperlink(1), it opens a validatorcalloutextender validatorcalloutextender contains another hyperlink(2) and a div(1)...
View ArticleAjaxFileupload control not showing properly
HelloI want to use any kind of file upload control in an updatepanel and a customized panel inside of that update panel. First I used asp.net file upload which nrever rised any "Upload Complete" event....
View Article