Questions tagged as 'webforms'

1
answer

Asp.Net MVC Tabs x Asp.Net WebForms Ajax Toolkit

Does anyone know of any technique for creating and manipulating server-side tabs using AJAX with Aps .Net MVC strong>? I look for something very similar to the Asp.NET WebForms tabs tabs that manipulate the tabs in code-behind and the...
asked by 17.10.2014 / 19:26
1
answer

How to fill a textbox with a MySQL LIKE?

I'm trying to fill in the textbox, when the client is typing the initials of their name, the select goes into the bank and tries to fetch the information. However, I have no idea how to command I'll show you how my View is and my DAL. View...
asked by 25.09.2014 / 18:44
1
answer

Getting the contents of a JS variable in an ASP.NET C #

I have a function that takes the values of my inputs, and I want to take the values of the variable to my method to perform the insert. Does anyone have any tips on how to do this? function insert_veiculo() { var placa = $("#placa").val();...
asked by 23.09.2014 / 17:13
1
answer

AjaxToolkit and HtmlEditorFieldExtender. Content Demo

<asp:TextBox ID="txtDescricao" runat="server" TextMode="MultiLine" Rows="5" Width="100%" Height="100%"></asp:TextBox> <asp:RequiredFieldValidator SetFocusOnError="True" runat="server" ControlToValidate="txtDescricao...
asked by 03.06.2014 / 14:27
2
answers

Loading a report in Web Forms

I want to generate some reports in my application and I'm using Crystal Reports. The Report itself is correct but I can not load it on my page (.aspx). Here is my application's Load event code: protected void Page_Load(object sender, EventA...
asked by 08.04.2014 / 22:18
1
answer

How to make the STS request the User PIN after LogOut

I'm having trouble logging out of the application using STS. After clicking the Logout button, I expire all the cookies I have, until I give the FederationAuthentication signout command, but it does not request the PIN again Follow the log...
asked by 11.03.2014 / 19:59
2
answers

How to change the return url by pointing to the login page?

How can I change the value of ReturnUrl passed to the login page when the user is on a specific page and the session expires? For example, if the user is on the page www.meusite.com/seguranca.aspx and the session ends, instead o...
asked by 20.03.2014 / 17:23
1
answer

How to check if one control is the child of another? "Control.IsChildOf"

I have 3 panels: <asp:Panel ID="ParentPanel" runat="server"> <asp:Panel ID="AnnoyingPanel" runat="server"> <asp:Panel ID="P" runat="server"> </asp:Panel> </asp:Panel> </asp:Panel>...
asked by 22.12.2013 / 01:40
0
answers

IIS Page Forever Loading

I have an application developed in Web Forms running on an IIS 7.5 server. From time to time, the application pages are loading forever, and to solve this problem quickly I have to recycle the application pool. Any clues on how to solve / invest...
asked by 14.03.2018 / 14:11
1
answer

Critical for when to do Deploy [closed]

In the case of a .NET webforms application being deployed, is there any way to warn the user that the system is being updated?     
asked by 27.02.2018 / 13:25