Click here to Skip to main content
16,005,181 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Alert Header Change Pin
Christian Graus22-Apr-08 20:30
protectorChristian Graus22-Apr-08 20:30 
GeneralProblem in using Response.AddHeader Pin
ArunVijay22-Apr-08 16:02
ArunVijay22-Apr-08 16:02 
GeneralRe: Problem in using Response.AddHeader Pin
leckey22-Apr-08 16:05
leckey22-Apr-08 16:05 
QuestionLINQ making SQL calls to a Sun (Oracle) Database server. Pin
Steve Holdorf22-Apr-08 10:30
Steve Holdorf22-Apr-08 10:30 
GeneralRe: LINQ making SQL calls to a Sun (Oracle) Database server. Pin
leckey22-Apr-08 16:04
leckey22-Apr-08 16:04 
GeneralSimple question on Datagrid and Datalist. Pin
Infernojericho22-Apr-08 8:46
Infernojericho22-Apr-08 8:46 
GeneralRe: Simple question on Datagrid and Datalist. Pin
Christian Graus22-Apr-08 12:11
protectorChristian Graus22-Apr-08 12:11 
GeneralUpdatePanel slow refreshing [modified] Pin
peyika22-Apr-08 5:18
peyika22-Apr-08 5:18 
Hi!

Im newbie here, so be comprehensive with me Wink | ;)

I ll try to explain best i can, and forgive my bad english Smile | :)

Lets explain the problem...

I ve got an asp page with 3 DrowDownList, 2 buttons and 1 gridview. Its an simple web, not complicated, and apparently light.

My problem is that when i launch a click event of one button, it does vb code quick...but the web takes tooooo much long to refresh, and dont know why.

I ve got another webs on the same project, and don't takes so much time to refresh but this web takes too long.

I paste the code:
<br />
<br />
<asp:updatepanel id="upGridPedidos" updatemode="Conditional" runat="server"><br />
<contenttemplate><br />
<asp:gridview id="gdvPedidos" runat="server" style="z-index: 104; left: 21px; position: absolute;<br mode=" hold=" /">                top: 51px" AutoGenerateColumns="False" Width="167px"><br />
    <alternatingrowstyle cssclass="tablaFila2"><br />
    <rowstyle cssclass="tablaFila1"><br />
    <headerstyle cssclass="tablaCabecera"><br />
    <columns><br />
        <asp:boundfield datafield="numero" headertext="Pedido"><br />
        <asp:buttonfield commandname="eliminar" text="Eliminar"><br />
    </asp:buttonfield></asp:boundfield></columns><br />
</headerstyle></rowstyle></alternatingrowstyle></asp:gridview><br />
</contenttemplate><br />
<triggers><br />
    <asp:asyncpostbacktrigger controlid="btnInsertar" eventname="Click" /><br />
</triggers><br />
</asp:updatepanel><br />


The vb code of btnInsertar.Click is light and dont takes too much for the compiler to make that operations, but when it finish the vb code, it takes about 30 s. - 1 min to refresh a really light web, and its not normal.

If u need more code or more explanation, just ask it to me.

A lot of thx in advance.

modified on Tuesday, April 22, 2008 11:29 AM

GeneralRe: UpdatePanel slow refreshing Pin
Christian Graus22-Apr-08 12:12
protectorChristian Graus22-Apr-08 12:12 
QuestionStore assemblies in folder other than BIN Pin
wEb GuRu...22-Apr-08 5:14
wEb GuRu...22-Apr-08 5:14 
GeneralRe: Store assemblies in folder other than BIN Pin
leckey22-Apr-08 15:35
leckey22-Apr-08 15:35 
Generalasp:DropDownList List Item titles and hand icon for links Pin
gottimukkala22-Apr-08 4:52
gottimukkala22-Apr-08 4:52 
GeneralRe: asp:DropDownList List Item titles and hand icon for links Pin
Blue_Boy22-Apr-08 5:16
Blue_Boy22-Apr-08 5:16 
GeneralRe: asp:DropDownList List Item titles and hand icon for links Pin
gottimukkala22-Apr-08 5:54
gottimukkala22-Apr-08 5:54 
GeneralRow Wise Displaying in Gridview Pin
tahaali22-Apr-08 3:49
tahaali22-Apr-08 3:49 
GeneralRe: Row Wise Displaying in Gridview Pin
Blue_Boy22-Apr-08 3:52
Blue_Boy22-Apr-08 3:52 
GeneralRe: Row Wise Displaying in Gridview Pin
tahaali22-Apr-08 4:24
tahaali22-Apr-08 4:24 
GeneralRe: Row Wise Displaying in Gridview Pin
Blue_Boy22-Apr-08 4:27
Blue_Boy22-Apr-08 4:27 
QuestionWeb Service vs. direct connection to the database. Pin
Steve Holdorf22-Apr-08 3:13
Steve Holdorf22-Apr-08 3:13 
GeneralRe: Web Service vs. direct connection to the database. Pin
l0kke22-Apr-08 3:55
l0kke22-Apr-08 3:55 
Generalsyntax error Pin
ptvce22-Apr-08 2:56
ptvce22-Apr-08 2:56 
GeneralRe: syntax error Pin
Reelix22-Apr-08 3:17
Reelix22-Apr-08 3:17 
GeneralRe: syntax error Pin
l0kke22-Apr-08 3:59
l0kke22-Apr-08 3:59 
Generalformat of path in window.open() Pin
ptvce22-Apr-08 2:34
ptvce22-Apr-08 2:34 
GeneralRe: format of path in window.open() Pin
l0kke22-Apr-08 4:19
l0kke22-Apr-08 4:19 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.