I'm pretty new to ASP.NET so maybe this question is dumb bit here it goes.
I'm using an DropDownList control on my aspx file that is linked to an master page. My question is: Is it posible not to load master page elements every time I do a postback with my DDList control? So I want to reload only my aspx file that is within my master page, but no my masterpage as well
I'm using an DropDownList control on my aspx file that is linked to an master page. My question is: Is it posible not to load master page elements every time I do a postback with my DDList control? So I want to reload only my aspx file that is within my master page, but no my masterpage as well