Ask a Question related to ASP.NET General, Design and Development.
-
Natty Gur #1
Re: Grr Tables and postbacks
Hi,
If you create controls dynamically you should do it on every post back.
Remove the (!IsPostBack) condition.
Natty Gur, CTO
Dao2Com Ltd.
28th Baruch Hirsch st. Bnei-Brak
Israel , 51114
Phone Numbers:
Office: +972-(0)3-5786668
Fax: +972-(0)3-5703475
Mobile: +972-(0)58-888377
Know the overall picture
*** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
Don't just participate in USENET...get rewarded for it!
Natty Gur Guest
-
Postbacks and CommandEventArgs
In the situation below I am calling "OnCommand(CommandEventArgs.Empty);" from IPostBackEventHandler.RaisePostBackEvent. but I get the compile... -
Problematic Postbacks
this may be a stupid response, after updating the database, how about rebounding the label ? news.microsoft.com wrote: -
Datagrids with checkboxes and postbacks...
Hi, I am trying to get a list of all of the rows in a datagrid where a checkbox is checked but am having a major headache with the postback. ... -
Page hangs when using multiple postbacks
Turn off smart navigation temporarily to see if this is the culprit. -- I hope this helps, Steve C. Orr, MCSD http://Steve.Orr.net "Keith... -
Where to store Variables that have to last during Refreshes and Postbacks
Hey this has been messing me for ages and i dont know if there is any answer I need to store things like What page in the Datagrid people are on... -
Jason #2
Re: Grr Tables and postbacks
Is this the only way? since it's high undesirable...
there are other controls in the table that i wish to pick up value from
which will get overridden if we make the table again everytime there is a
postback
Thanks
Jason
"Natty Gur" <natty@dao2com.com> wrote in message
news:u6rarQsSDHA.2144@TK2MSFTNGP11.phx.gbl...> Hi,
>
> If you create controls dynamically you should do it on every post back.
> Remove the (!IsPostBack) condition.
>
> Natty Gur, CTO
> Dao2Com Ltd.
> 28th Baruch Hirsch st. Bnei-Brak
> Israel , 51114
>
> Phone Numbers:
> Office: +972-(0)3-5786668
> Fax: +972-(0)3-5703475
> Mobile: +972-(0)58-888377
>
> Know the overall picture
>
>
> *** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
> Don't just participate in USENET...get rewarded for it!
Jason Guest
-
Natty Gur #3
Re: Grr Tables and postbacks
The table wont be send with the request (its no input tag) so that table
HTML cant be change. If the table contains INPUT tags and the user will
change, the new data will be post to the server with the request and
will be updated in the server side by the ASP.NET.
Natty Gur, CTO
Dao2Com Ltd.
28th Baruch Hirsch st. Bnei-Brak
Israel , 51114
Phone Numbers:
Office: +972-(0)3-5786668
Fax: +972-(0)3-5703475
Mobile: +972-(0)58-888377
Know the overall picture
*** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
Don't just participate in USENET...get rewarded for it!
Natty Gur Guest
-
Jason #4
Re: Grr Tables and postbacks
Thanks
"Natty Gur" <natty@dao2com.com> wrote in message
news:eR6uMysSDHA.1552@TK2MSFTNGP12.phx.gbl...> The table wont be send with the request (its no input tag) so that table
> HTML cant be change. If the table contains INPUT tags and the user will
> change, the new data will be post to the server with the request and
> will be updated in the server side by the ASP.NET.
>
> Natty Gur, CTO
> Dao2Com Ltd.
> 28th Baruch Hirsch st. Bnei-Brak
> Israel , 51114
>
> Phone Numbers:
> Office: +972-(0)3-5786668
> Fax: +972-(0)3-5703475
> Mobile: +972-(0)58-888377
>
> Know the overall picture
>
>
> *** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
> Don't just participate in USENET...get rewarded for it!
Jason Guest



Reply With Quote

