Questions tagged as 'aspx'

1
answer

Meaning of expression% # "example"%

I'm used to seeing expressions like <%= "Olá" %> but I came across a code: <asp:Image id="imagemStatusDocumento" runat="server" ImageUrl='<%# ObtemImagem(Eval("NomeTipo")) %>' /> Highlighting the...
asked by 27.10.2017 / 14:41
2
answers

What is the difference between CssClass="example" and class="example"

I came across the following code snippet: <asp:Label ID="lblStatus" CssClass="labelFiltro" runat="server" Text="Status:"></asp:Label> Until then I did not know CssClass , I would like to know what is the difference of it t...
asked by 01.11.2017 / 15:24
1
answer

ReCaptcha appears with Scroll Bar

I'm creating an aspx page, and while doing the layout I added google's ReCatcha, but this one appears with a scroll bar and I do not know how to remove it. Something is probably interfering. * { padding: 0; margin: 0; overflow-x: hid...
asked by 24.07.2018 / 17:04
1
answer

How to insert / save RTF string - ASPxRichEdit

In my application, I search the database for a string that contains RTF and needs to load it into ASPxRichEdit. And, when necessary, save the contents of the ASPxRichEdit into an RTF string to store in the database. How can I do this in C #?...
asked by 26.01.2018 / 14:35
1
answer

How to get panels from a child page in ASP.NET

I'm trying to grab the panels from a child page in ASP.NET, but when I use page.Controls, it only retrieves the elements from the master page. I've tried using this, Page.Page, but always the same result, the elements of the master page and n...
asked by 20.11.2017 / 12:16
2
answers

HTML SEO vs. ASPX

I have a static site that was mounted a long time ago which are .Aspx files. (It's only in ASPX because I use it in the contact form). My question is simple: "It pays to convert my site .Aspx to .Html? ". I want...
asked by 14.11.2017 / 14:11
0
answers

Migrating a Windows server site (.aspx files)

I need to migrate a Windows server site that has .aspx files. The guideline that was passed was to only migrate the FTP files that would work, since the database used is an .mdb file. However, when you migrated to Locaweb's windows server, th...
asked by 14.10.2018 / 14:52
0
answers

The name RadGrid1 does not exist in the current context

Good morning, I'm trying to get my RadGrid1 on the backend, because of the error mentioned in the title, I do not know what else to do, can anyone help me? Aspx code: <asp:Content ID="Content2" ContentPlaceHolderID="bodyMenu" runat="serv...
asked by 23.04.2018 / 14:34
0
answers

How can I use CSHTML (Razor) in ASPX WebForm projects?

I was taking a look at in this question in English Stackoverflow, because I really find it very confusing to use the ASPX files and I find the Razor syntax more friendly. When trying to add a file with the extension .cshtml the proje...
asked by 01.12.2017 / 12:43
1
answer

I want to import a whole page with jquery, should I split the page into different jquerys so that I can later write code by jquery means?

With this jquery I'm importing the entire page, but I can not get through html divs in the middle of the query, just in the end <htmlxmlns="http://www.w3.org/1999/xhtml"> <head runat="server"> <title>Getting Started with jQuer...
asked by 23.07.2018 / 12:14