Questions tagged as 'webforms'

1
answer

With calling a form from another project in Webforms?

I have two Webforms projects with one authentication and one without. I need to call a project form without authentication inside from the project with authentication. How do I?     
asked by 14.09.2017 / 15:03
1
answer

How to close Modal Bootstrap only when entering the server-side method?

I have a registration screen in a modal bootstrap, but when doing the validations, in case an error occurs or the user no longer fill in some field, the modal closes. <script> function enviar1() { if (document.getElementByI...
asked by 18.09.2017 / 16:49
1
answer

Send Email Configured [closed]

I would like to put in my application the sending of email. However, I would like it to be configured, that the user could configure the settings before sending the email. For example: italicize, bold, change the color of the text, and so on. So...
asked by 03.07.2017 / 15:07
1
answer

Clear Modal with Button Without Writing Data

I have a modal where I use the same for inclusion and change of the data. I checked that the txtid field is populated. If you have is change, not inclusion. To fill in the fields the user needs to select the row of the grid, where t...
asked by 14.06.2017 / 20:35
0
answers

Use values entered by the user in asp.net c # webforms

I've created a form for the user to update the registration data. The "old" user data is stored in session variables that populate the form as soon as the user clicks refresh registration. The problem is that writing the data to the database is...
asked by 13.06.2017 / 04:59
1
answer

Uploading image inside repeater C # asp.net

Hello, I'm new here and I need some help. I already researched the net and the solutions I found do not work. I have an image gallery editing screen, made with a repeater, on each image listed I have a button that opens an Ajax modalpopup with a...
asked by 06.06.2017 / 18:33
1
answer

Adding javascript to webforms page

I have a page with method to insert a javascript into a page. public void ControleEtiquetaDermaClub(bool visualiza) { if (visualiza == true) { String jscript = ""; jscript = " $...
asked by 24.05.2017 / 19:38
0
answers

ScrollBar GridView

I have some GridView in my project, but some have many columns and all are necessary, I would like to place a horizontal scrollbar on the grid, but besides the scrollbar, I would like to place an arrow, to navigate the columns, making it easier...
asked by 23.05.2017 / 20:25
0
answers

Show the result of a query inside a C # textbox Website

I have a small question about displaying a query. On my website I want to show the result of a query. For example: Nº of employees: [and here the total appears] I already have the links the BD made: protected void ligabd2() { adpt...
asked by 09.03.2017 / 18:29
1
answer

Web App Questionnaires in ASP.NET Web Forms

I searched and could not find the correct term to correct my mistake. I created an AppWeb where the user chooses a subject in a DropDownList and it loads a questionnaire from the database. What happens is that if there is simultaneous a...
asked by 04.02.2017 / 15:48