Change height of Password Strenght Control
Hello Friendcould you please let me know how i change height of Password Strenght Control from CSS
View Articlepostback parent page from child page
Hi, I am having the parent page which has detailsview control. This detailsview control has some fields with textbox,button etc. When the user click button it will open a new popup page and user click...
View ArticleHow do i use updatepanel in asp.net for fetch data from database?
I wan to make a forum Web-site. When any body post his view, then he can see his post after click on Insert.My code is<body><form id="form1" runat="server"><asp:ScriptManager...
View ArticleAjaxmethod response no received
I have created the ajaxmethod in a usercontrol, which perform server side validation, on the basis of result of this method i am calling the buttons serverside click event in the callback of...
View ArticleUpdateProgress with a Response.Redirect
I have an UpdateProgress control to activate on a postback of a LinkButton control in UpdatePanel. The LinkButton_click event is performing a Response.Redirect to pull up a Downloading. The Download...
View ArticleCan't run aspx with Ajax on my new win 8 pro
Hi,I have win 8 with iis I try to test my progs locally.An old util based on Ajax that worked fine on the iis of win xp giving now an error says it can't load file of extension, referring to the line...
View Articleusing Ajax updatepanel, few code, is not working in the click event
<asp:UpdateProgress ID="PageUpdateProgress" runat="server" AssociatedUpdatePanelID="UpdatePanel1" DisplayAfter="50"> <ProgressTemplate> <div...
View ArticleError “The control with ID 'PopupControlExtender111' .
I am getting this error “The control with ID 'PopupControlExtender111' requires a ScriptManager on the page. The ScriptManager must appear before any controls that need it.” Please help.Default.aspx...
View ArticleClalnder Extender not working
Hi all,I have a text box and a image button on click of image button i wand to show the calander but not working.<%@ Page Language="vb" AutoEventWireup="false" CodeBehind="WebForm1.aspx.vb"...
View ArticleCalendarExtender : why did display Saturday and Sunday in the calendar
hi,why in my Calendar, only display weekdays but no weekends ? How display all of it ? Below, are my codes:<asp:CalendarExtender ID="CalendarExtender1" runat="server" TargetControlID="txtTarikh"...
View ArticleAjax Slide Show not Working After Dwploying into Server
Hi,I have Ajax Slide Show in my website,It Is Working Fine in local machine even after deploying in local machine . But it stopped Working after Deploying it in Server.Please Help me regarding this issue
View ArticleUpdate Panel Refreshing whole Page?
I recently posed a question here in this forum that when I click on a button registered as asynch trigger for an update panel, the whole page refreshes instead of the update panel only. I have found no...
View ArticleAsyncPostBackError event, alert box not showing
<div>I've stuck here for days. Any help is appreciated. </div> <div></div> <div>I am using ajax toolkit 3.5 and visual studio 2008. From what I read, the default behavior...
View ArticleAutocompleteExtender won't allow you to select one of the values in the...
Hi,I'm having a weird issue with the AutoCompleteExtender. I use it for 3 different textboxes to return City and State. In each of the textboxes you can never select one of the values in the list...
View Articlewindow.open
Hello, in form 1, I have a button which has an event handler that executes the code below. when the button is clicked, Form2.aspx opens in a new window. Form 2 opens and minimizes itself automatically....
View Articlecollapasial panel inside gridview
hi..,i want to use panel inside a gridview.the functionality which i want can be viewed in this below...
View ArticleLike DisLike Counter using Ajax
Hello All, I am new to programming and Ajax and need help.I am trying to create a Like and dislike counter for my webpage (similar to facebook like button). I am using WebMatrix Razor syntax and SQL CE...
View ArticleHow to remove this jscript error message related to collapsible panel when...
Hi all,Hope doing well,sir i am using one collapsible panel the code is like this: <asp:Panel ID="showhidefilter1" runat="server" style="cursor:pointer">...
View ArticleHow to show Slide Show Inside DataGrid in Asp.net 2.0
Hi,I have one table with column names likec_id,p_id,c_pic_one,c_pic_twoI am saving the Image file Name in both c_pic_one,c_pic_two and c_id is Identity columnEX:It will save filepath like...
View ArticleUpdatepanel is not working in Chrome and Safari?
I am using update panel in master page and it's not working in chrome and Safari.Is there any solution for this..?
View Article