AJAX :: Grid Disappears On Postback?

Feb 21, 2011

I have an asp:UpdatePanel in my .aspx page.Within the panel I have placed an infragistics ultrawebgrid control.Upon clicking a button (placed outside the panel) , I have to export the data in the grid to excel.I am using

UltraWebGridExcelExporter(Infragistics object) for this. The export will occur only with full postback.For this I have added a PostBack tigger for the button to the update panel.But once the export is complete, if I change the selected item in a dropdownlist(Autopostback="true") in the same page,the updatepanel gets invisible.

View 1 Replies


Similar Messages:

AJAX :: HTML5 FileUpload Image Preview Disappears On Update Panel PostBack

May 7, 2015

My combobox and asp:fileupload and imagepreview all are inside update panel , my combobox is doing postback after which my image disappears.... how to retain back image after postback ?

In [URL] .... if I remove input:file and put asp:file then it will be possible ... here's all code:

using System;
using System.Drawing;
using System.IO;
using System.Web.UI;
using System.Web.UI.WebControls;
public partial class Default3 : Page

[Code] ....

View 1 Replies

AJAX :: Nested UserControl With UserControl Disappears On Partial Postback

Jan 28, 2011

I have a page with an UpdatePanel with a UserControl in it. That UserControl contains a GridView with a nested UserControl that seems to disappear when the parent UserControl is rebound. I cannot for the life of me figure out why the child UserControl disappears. The code works beautifully on the first load, but any partial postback causes the "Pick" UserControl to disappear.

[Code]....

View 5 Replies

How To Use GridView Paging - Grid Disappears

Jan 23, 2010

I'm binding a dataview to a GridView and am trying to use GridView Paging. When I click on one of the page numbers, the Grid disappears.

Code:
If Page.IsPostBack = False
GridView1.AutoGenerateColumns = False
GridView1.AllowPaging = True
GridView1.PageSize = 5
[code]...

View 8 Replies

TextBox Value Disappears In Postback Only When Password?

Jan 30, 2010

I have an asp.net textbox like this:

<asp:TextBox ID="PINPad" runat="server" Columns="6" MaxLength="4"
CssClass="PINTextClass"></asp:TextBox>

It is, as you might have guessed, the text box from an on screen PIN pad. Javascript fills in the values. The page is posted back every five seconds (using an update panel if that matters) to update various other unrelated items on the screen. This works just fine. However, when I convert it to a password text box, like this:

<asp:TextBox ID="PINPad" runat="server" Columns="6" MaxLength="4"
CssClass="PINTextClass" TextMode="Password"></asp:TextBox>

Then whenever the page posts back, the text box is cleared out on the screen and the textbox is empty (though during the timer event, the value does make it back to the server.)

View 1 Replies

Forms Data Controls :: Chackbox In Grid Disappears After Autopostback?

Jun 15, 2010

I have a Gridview control with a panel inside a template column and I dynamically add a checkbox control through code to the panel and the checkbox has autopost set. My problem is when I click the checkbox it dissappears on autopost back. I have tried to recreate the control again on the event OnDataBound but when I cast the sender as checkbox I get nothing. How can I not loose my checkbox on postback and why is (Checkbox)sender return nothing.

View 6 Replies

Web Forms :: Custom Control Disappears After Postback

Jan 7, 2011

I am creating a custom control to show message to the user. The custom control is having 2 labels and one button.

I dragged the control in aspx page .

<cc1:MessageBox ID="MessageBox1" runat="server" />

Then i am calling a methos called show to show message to the user.

MessageBox1.Show("applicationname", "Message");

View 3 Replies

Web Forms :: RequiredFieldValidator Disappears After Partial Postback?

Jan 19, 2010

I've coded myself into a state of confusion. I have a form with a postal code TextBox and a country DropDownList both inside an UpdatePanel. When the selected country is changed, the DropDownList auto posts back and sets the regular expression used for validating the postal code. The country DropDownList also has a RequiredFieldValidator. The first item in my DropDownList is empty (Value = Text = String.Empty) and when I select this item, I momentarily see the RequiredFieldValidator appear and then disappear. It seems that the client side script is displaying the error message, but then after my partial postback it disappears. I can see in the country DropDownList's SelectedIndexChanged event handler that the RequiredFieldValidator has IsValid = false, so why doesn't the error message stay visible?

View 7 Replies

Inner Image And Text Of Asp:LinkButton Disappears After Postback

Apr 4, 2011

I have a link button:

<asp:LinkButton ID="LinkButtonPrint" runat="server" OnClick="OnPrint_Click">
<img src="img/print-icon.png" alt="" />
<asp:Literal runat="server" Text="<%$ Resources:PrintPage %>" />
</asp:LinkButton>

In code behind I add an onclick handler in Page_Load like this:

LinkButtonPrint.Attributes["onclick"] = "StartLoadTracking(this, '" + GetLocalResourceObject("Loading") + "')";

The rendered HTML is like this:

<a href="javascript:__doPostBack('ctl00$LinkButtonPrint','')"
id="ctl00_LinkButtonPrint" onclick="StartLoadTracking(this, 'Loading...');">
<img alt="" src="img/print-icon.png">Print page
</a>

If I click this button it is working OK (it will respond with a PFD file so no HTML is sent back to the browser), but if I click another button on the page (which makes a full postback) the LinkButtonPrint will not have the inner content, it will be rendered like this:

<a href="javascript:__doPostBack('ctl00$LinkButtonPrint','')"
id="ctl00_LinkButtonPrint" onclick="StartLoadTracking(this, 'Loading...');"></a>
If I remove the LinkButtonPrint.Attributes["onclick"] = ... line from Page_Load everything works fine (except my js function is not called, but that is normal).

What am I missing here?

EDIT
This is duplicate of asp.net Link button image not visible after postback.

View 2 Replies

Forms Data Controls :: GridView Disappears After Postback?

Jan 13, 2010

I have a gridview where in the users are allowed to edit certain data and there is an update on top of the page which will send out all the changes made inside the GridView. But, the problem is , as soon as the update button is clicked, the grid disappearsand no update is made. This problem occurs when the size of the data on the page is huge. When we have less amount of data on the gridview, It does update. But, when there is a huge amount of data on the gridview, it does not. We have tried to increase the page size on the server, but to no use.

View 3 Replies

Data Controls :: GridView Using SqlDataSource / Disappears On PostBack?

Oct 1, 2013

using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;

[code]....

my data in gridview4 disappears when i click add to cart it shows no data  again i have to pass a query from gridview 3 and then gridview 4 appears and then again if i click on add to cart in gridview 4 it shows no data.

View 1 Replies

LinkButton Inside UpdatePanel Disappears After Partial Page Postback?

Mar 24, 2010

I have a linkbutton inside a updatepanel and when the update panel does a partial page rendering, the linkbutton disappears.

<asp:UpdatePanel ID="up" runat="server" ChildrenAsTriggers="true" UpdateMode="Conditional">
<ContentTemplate>
<asp:DropDownList ID="drp" runat="server" AutoPostBack="true" CausesValidation="true">
<asp:ListItem Text="" Value="" />
<asp:ListItem Text="a" Value="a" />
<asp:ListItem Text="b" Value="b" />
<asp:ListItem Text="c" Value="c" />
</asp:DropDownList>
<asp:LinkButton ID="link" Text="abc" runat="server" />
</ContentTemplate>

I think that is because the link button is rendered using a script and that script is not run after the post back.

View 1 Replies

Forms Data Controls :: Coloring Disappears On Postback (Gridview)?

Feb 23, 2010

I've got a Gridview in which I use the RowDataBound handler to color the lines according to certain conditions

(ie if column x is value y then change the background-color of the row to z etc).

One problem though, as soon as I do a postback the coloring disappears altogether and all rows become white.

Is there some way around this so I can retain my background colors even after a postback?

View 14 Replies

Forms Data Controls :: Gridview Custom Header Disappears On Postback

Jun 1, 2010

I have a datarepeater inside which I load a gridview. After the grid's binding is done I create an extra header line to group the columns (that's the only way I could do it, I couldn't figure a way to add an event for a control inside the repeater).That works fine and the page displays perfectly.However everytime I do a postback from other controls, I lose the 2nd header and 1 extra empty line appears at the top of the gridview

View 5 Replies

Forms Data Controls :: GridView W/ Dynamic BoundFields Disappears On Postback In IE Only?

May 4, 2010

have an ASP.net 4.0 page containing a GridView, where during the Page_Init event I'm dynamically adding BoundField columns to the gridview. I also have some custom sorting and paging methods that I use with this gridview, which result in postbacks on the page. In Chrome, Firefox, Safari, and Opera the gridview behaves as expected. HOWEVER, in IE 6, 7, or 8 when I click to sort a column in the gridview, or go to the next page of results in the gridview, it does not bind on postback, returning nothing back to the browser. Again, in anything but Internet Explorer, paging and sorting (frankly any postback event) brings back the gridview in its expected state. I only have the problem in IE. Relevant snippets of my code follow, where you'll see my Page_Init event calling a method in my WebFunctions class to add the BoundField columns for the table I pass to it, and my Page_Load event that calls the method in the user control responsible for binding my dataset to the gridview. Initial page load works in all browsers, but postback loading of the gridview only works in non-IE browsers.

[Code]....

View 4 Replies

AJAX :: Tab Disappears On Javascript Call

Feb 7, 2011

I have a page with an AJAX TabContainer and 4 AJAX TabPanels and have Save button. On a button click im calling javascript thats make ajax tab disappear why?

View 4 Replies

AJAX :: ModalPopupExtended Click Disappears?

Mar 11, 2010

I have a page with dynamic web user controlsThat WUC has 12 ModalExtenderPanelsall of them work except the last one. What happens is when I click on the panel anywhere it disappears.The rest of them work and the code looks identical.Code:

[Code]....

View 2 Replies

AJAX :: DropDownExtender - Menu Disappears?

Aug 20, 2010

So I got 2 updatepanels on my page. In one there is a Timer which updates for example a label. In the other one there is a dropdownextender. Everytime the timer ticks while the dropdown menu is displayed the menu disapears. I attached the sample code below....any insights on this? And yes, the dropdown and the label need to be in two seperate updatepanels....

[Code]....

View 3 Replies

MVC :: 3 - Razor Webgrid With Ajax Disappears In IE7 And Below?

Mar 16, 2011

we are testing the Razor webgrid with Ajax. Works absolutely fine in IE8 when sorting in paging. However in IE7, any attempt to sort or page causes the grid to vanish from the page, leaving a blank space. The HTML that should be there, isn't!Has anyone come across this issue? How could we debug it? Page code below:

[Code]....

View 7 Replies

AJAX :: AsyncFileUpload... The Control Disappears After The Upload?

Jul 6, 2010

I'm using the AsyncFileUpload control inside my FormView (that is in a UserControl - .ascx file), and to "simulate" a server-side event I register a javascript script to do a click event of an hidden button (this is a trick discovered in this forum).

The click event is fired after the upload complete but... when the event is finished the AsyncFileUpload ontrol DISAPPEARS from the page and it is showen this instead:

"11294------image/pjpeg"

View 2 Replies

AJAX :: Modal Popup Disappears After Showing In IE7

Aug 25, 2010

Currently having problems with a modal popup. When you click its target control it will show up the hide itself again.

View 6 Replies

AJAX :: Modal Popup Disappears After 1-2 Seconds?

Oct 28, 2010

I"ve stepped through the code and it would appear that there's another postback somewhere on my MasterPage, the Popup is on my Child page, therefore it gets killed.

What i'm trying to do is on my default on_load, check for a cookie and if there isn't one, display a Popup. It seems that the child page renders before the Master???

Anyhow, I don't really want to put the code for the Popup in the Master after the rest of the controls have loaded since its only needed on the one page.

*edit* I added a button and the on_click does the exact same thing it pops up and disappears, I cannot step through the Modal process

View 2 Replies

AJAX :: Modal Popup Disappears At Autopostback?

Jan 11, 2011

here is my code

<asp:LinkButton ID="changeStatusLinkButton" runat="server" Text="Change status" />
<ajaxToolkit:ConfirmButtonExtender ID="cofirmButtonExtender" runat="server"
TargetControlID="changeStatusLinkButton"
DisplayModalPopupID="modalPopupExtender" ConfirmText="" Enabled="True" />
<ajaxToolkit:ModalPopupExtender ID="modalPopupExtender" runat="server"

[Code]....

and when I select something in my statusDropDownList, (it has AutoPostBack="true") and my modal popup disappears.

View 6 Replies

AJAX :: Popup Appears And Then Immediately Disappears?

May 17, 2010

[Code]....

AJAX popup appears and then immediately disappears


View 5 Replies

AJAX :: The Navigation Bar Disappears While Switching Tab In The Page

Jan 12, 2010

I'm getting following error in Firefox while switching tab in the page Error: clientActiveTabChanged is not defined The following code I'm using in the master page

<cc1:TabContainer runat="server" ID="TabContainerMain" OnClientActiveTabChanged="clientActiveTabChanged">
<cc1:TabPanel runat="server" ID="TabPanelEmployee" Enabled="true" HeaderText="Employee">
<ContentTemplate>
<asp:UpdatePanel ID="UpdatePanelEmployee" runat="server" UpdateMode="Conditional">
<Triggers>
<asp:AsyncPostBackTrigger ControlID="buttonEmployee" />
</Triggers>
</asp:UpdatePanel>
</ContentTemplate>
</cc1:TabPanel>
<cc1:TabPanel runat="server" ID="TabPanelAdmin" Enabled="true" HeaderText="Admin"
Width="100%">
<ContentTemplate>
<asp:UpdatePanel ID="UpdatePanelAdmin" runat="server" UpdateMode="Conditional">
<Triggers>..........................

View 7 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved