I am using the CalenderExtender control in my webapplication. I am using AjaxControlToolkit.dll v1.0.10920.1(runtime version 2.0.50727). The calendercontrols header has a display similar to Month, Year eg, September, 2010.
Is it possible to customize this display to September 2010. i.e. I want to remove the comma between the month and year. This is a business requirement.
I have a datagrid on my ASP.NET page and I would like to use arrow keys (Only up and down arrows) on my datagrid. Right now nothing happens when arrow keys are pressed. There are 3 columns. Only the last column is editable and 'tab' is available. I want only this column to be moved by arrow keys. Here is my code:
I have developed a website in asp.net,c#. Its pages are not scrolling through arrow keys (Up/Down) in google chrome. They are working well in IE and firefix mozilla. I also have no problem in my admin control panel. Admin control pages are scrolling through arrow keys in google chrome, IE and firefox mozilla. What i should do to scroll my website pages through arrows keys in google chrome.
I have calenderextender in my asp.net 2.0 application, I need to show only first date and last date of the month in calenderextender... other dates will be visible false...
I have added a combobox to my page. Listview is updated based on selection from combobox. It is working great except it does not fire when Enter is pressed. User has to click on option from dropdown or has to press tab key to have Listview to populate. I want the user to be able type use arrow key to select option and then press the enter key for event to fire.
I am developing a web application in ASP.NET3.5 with C#. I also using Telerik RadAjax Control. When user click the menu then open the page with a new tab(Like web Browser).I want to create, when user back any previous tab(page) the will be show the previous data without loading 2nd time( like browser tab). Is it Possible ?
I'm using a wizard control with 4 steps, when I use the previous button to navigate back to the previous step the page reloads but at the bottom of the page.Instead of showning the whole of the page, the user views the footer of the site and the previous button and next button.I'm sure there is a very simple answer to this but I just can't figure out how to get the page to reload to the top.
I have downloaded a dll that is for Glowish effects to Buttons. But the problem is that , Extender needs reference to an older version of AjaxControlToolkit, and in my project i have already used many controls based on that recent version. That i cannot change. How can i use this GlowExtender with the latest version of AjaxControlToolkit ?
The CalendarExtender used with TextBox has a problem when you select previous years, months and a day in that the day reverts to "1" no matter what day of the month that you choose. Microsoft usually has a free patch for something like this when that happens.
If I am correct and there is a patch for this bug can anyone tell me where to find the patch and if there is no patch can anyone tell me how to solve this problem?
I am using calendar extender. clicking on text box opens up calendar. But when i m trying to browse previous years like 1980s then its not displaying the years. Its only displaying years from 2009.
I have a calendar exender associated with a Textbox for dateInput and have been defaulted to today date . How is it to default the date to previous day [friday] on saturday ?
I have a problem with partial postback in FireFox in my index.aspx I have following code:
[Code]....
Finally my Partialview has following content:
[Code]....
This code is working fine when using IE or Google Chrome, but when using FireFox the code in my controller is never reached. I just can't figure out what I am missing
I am attempting to retrofit a web application that had a rudimentary, yet mostly effective navigation infrastructure that, when properly utilized, allowed navigating forward and backward through AJAX states and other pages through the use of additional <asp:Button> objects labeled "Back" to perform special code for restoring previous states. There was an elaborate stack push and pop algorithm for this. The effect was very similar to what is described in Diagram 1 (AStatex refers to an AJAX related state of the page). The reason for this is so that it takes away the reliance on the contrived Back button and so that accidentally hitting the browser's back button or hitting the Backspace key won't cause a loss of state.
In my aspx page, i am calling a .cs file for data access, which also have a try -catch block. and now if any exception comes i want to show the modal popup of previous page.
I was just typing on an old site of mine that requires the constant contact method that uses threading and an update panel to prevent users from being logged out since despite setting the timeout period in web.config to what mathematically should be millions of minutes people still seem to get logged out after like 5 minutes. I tried the web service method, but it was ineffective.
The constant contact with an update panel accomplishes its primary objective well, however when a user clicks on their keyboards back button at the wrong time they get redirected to the previous page and if they click the forward button in their browser the page contains none of their typed data.
Is there a way to override whatever causes the backspace button to do this?
I am using ASP.Net AjaxControllTookit Tab Container and I have 9 tabs , on each tab panel i have some asp elements and a "prev" and "next" asp buttons. How to navigate next or prev on these asp buttons clicks.
Looking for the best technique on handling or at least some documentation showing an example.
Starting Page
Gridview control withing an update panel (also various controls used for filtering NOT IN UPDATE PANEL)
Databinding does not happen during page load.
Databinding is initiated when update panel trigger (asp:Button object) is clicked
Hyperlink column is added to returned records
Hyperlink posts to a separate page for detail for record which the hyperlink was clicked.
Second Page
While navigating via the browser back button to previous page (which contained the update panel and gridview) only the (various controls used for filtering) have retained state. The gridview is not shown (which is how the page loads initially when starting) How can I retain the state of the Gridview and add a step in the browser history all together?
I am having problem while using onclick="javascript:history.back();" with Aspnet. In the first page i filled some data and click search button it show some results, i click on particular result for its details which navigate to the 2nd page but when i click on custom back button it refresh the page and all data set to initial values,when i use onclick="javascript:history.back();" I get nothing but the page displays "webpage has expired."