Click here to Skip to main content
15,894,405 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: how to hightlight a value from the dropdown list using gridview.... Pin
nilkatkar5-Feb-09 18:44
nilkatkar5-Feb-09 18:44 
GeneralRe: how to hightlight a value from the dropdown list using gridview.... Pin
Sneha Bisht5-Feb-09 19:23
Sneha Bisht5-Feb-09 19:23 
GeneralRe: how to hightlight a value from the dropdown list using gridview.... Pin
nilkatkar5-Feb-09 19:27
nilkatkar5-Feb-09 19:27 
QuestionDelete previous page problem, where in new page cycle? Pin
romulus91545-Feb-09 10:51
romulus91545-Feb-09 10:51 
AnswerRe: Delete previous page problem, where in new page cycle? Pin
Christian Graus5-Feb-09 12:48
protectorChristian Graus5-Feb-09 12:48 
QuestionHow to Avoid to repaint GridView Pin
K@35-Feb-09 10:38
K@35-Feb-09 10:38 
AnswerRe: How to Avoid to repaint GridView Pin
Christian Graus5-Feb-09 12:49
protectorChristian Graus5-Feb-09 12:49 
QuestionI cant seem to generate an async postback. Pin
SomeGuyThatIsMe5-Feb-09 9:47
SomeGuyThatIsMe5-Feb-09 9:47 
I need to use ajax to handle price calculations based on user selections, i was going to use a checkbox list, but i discovered that i can't seem to get an async postback happening. i have a calendar extender on the page that works perfectly from the Ajax Control Toolkit, but i cant get this simple example to work. Works fine outside of this page/project. I'm using asp.net 3.5 the solution was converted from 1.1 to 3.5 a while ago. I cant post the whole page(rather long) this appears about 650 lines down up top i have
form
div
asp:scriptManager
then some tables some nested
in the row above this i have another dateTime. Now codeblock to see if i can get the dates out of synch which seems to be a standard example on all the sites i've looked at. Regardless of what i do the button in the updatePanel runs a whole postback, i've tried setting triggers, enabling partial rendering(and having it off) setting the children as triggers property, along with the render and update modes. I've read Dino Esposito's book on ajax along with other artciles and anything i can find.

 <asp:UpdatePanel ID="JokeUpdatePanel" runat="server">
    <ContentTemplate>
        <asp:Label ID="JokeText" runat="server"></asp:Label><br />
        <br /><%=DateTime.Now %>
        <asp:Button ID="NewJokeButton" runat="server" OnClick="NewJokeButton_Click" Text="Show Me a Random Joke!" />
    </ContentTemplate>
</asp:UpdatePanel>


I've disabled most of the things i do on page_load event incase it was messing with something now all i do is in the initial load of the page (!page.IsPostBack) and set up a db connection(dont open it just create it), which shouldnt matter. no matter what i try the whole page refreshes, but the demo project i have on the same server runs fine. I've tried the integrated server in VS 2008 sp1, and IIS on my local machine.

Any help would be appreciated, I think it may have something to do with having converted the project but i have no idea what or how to fix it.

John

Please remember to rate helpful or unhelpful answers, it lets us and people reading the forums know if our answers are any good.

AnswerRe: I cant seem to generate an async postback. Pin
TylerBrinks5-Feb-09 15:29
TylerBrinks5-Feb-09 15:29 
GeneralRe: I cant seem to generate an async postback. Pin
SomeGuyThatIsMe6-Feb-09 2:20
SomeGuyThatIsMe6-Feb-09 2:20 
QuestionProblem with Autocomplete Textbox in AJAX Pin
fasttoshiba5-Feb-09 7:23
fasttoshiba5-Feb-09 7:23 
AnswerRe: Problem with Autocomplete Textbox in AJAX Pin
fasttoshiba5-Feb-09 8:56
fasttoshiba5-Feb-09 8:56 
GeneralRe: Problem with Autocomplete Textbox in AJAX Pin
idanb22-Jun-11 22:43
idanb22-Jun-11 22:43 
Questionpopup from codebehind? Pin
laserbaronen5-Feb-09 4:22
laserbaronen5-Feb-09 4:22 
QuestionDetailsView Questions Pin
Dan Neely5-Feb-09 4:22
Dan Neely5-Feb-09 4:22 
QuestionTree View Control Pin
anandhakrishnan5-Feb-09 3:47
anandhakrishnan5-Feb-09 3:47 
AnswerRe: Tree View Control Pin
sarang_k5-Feb-09 5:11
sarang_k5-Feb-09 5:11 
QuestionDropDownList width Pin
Giorgi Dalakishvili5-Feb-09 3:38
mentorGiorgi Dalakishvili5-Feb-09 3:38 
AnswerRe: DropDownList width Pin
Abhishek Sur5-Feb-09 4:14
professionalAbhishek Sur5-Feb-09 4:14 
GeneralRe: DropDownList width Pin
Giorgi Dalakishvili5-Feb-09 6:42
mentorGiorgi Dalakishvili5-Feb-09 6:42 
GeneralRe: DropDownList width Pin
Abhishek Sur6-Feb-09 1:34
professionalAbhishek Sur6-Feb-09 1:34 
Questionabout asp Pin
umeshdaiya5-Feb-09 3:23
umeshdaiya5-Feb-09 3:23 
AnswerRe: about asp Pin
SeMartens5-Feb-09 3:41
SeMartens5-Feb-09 3:41 
QuestionRe: about asp Pin
TylerBrinks5-Feb-09 15:31
TylerBrinks5-Feb-09 15:31 
AnswerRe: about asp Pin
Ranjit Viswakumar5-Feb-09 16:34
Ranjit Viswakumar5-Feb-09 16:34 

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.