Questions tagged as 'asp.net'

1
answer

Open Modal Popup from another page aspx

How do I open a Modal Popup extender from another page? I'm using a User Control to create this popup: UserControl ucModalInativar.ascx : <%@ Control Language="C#" AutoEventWireup="true" CodeBehind="ucModalInativar.ascx.cs" Inhe...
asked by 23.07.2014 / 18:52
1
answer

Update an ASP.Net web page

How do I update an ASP.Net web page? I have a page that has two GridView and I need this page updated every 5 minutes. My GridView looks like this: <div class="GridMain"> <asp:GridView ID="gvInform...
asked by 09.06.2014 / 16:08
1
answer

Problem creating ProfileCommon

Ihavethefollowingproblemwhencreatingmyprofile,cananyonehelpmewithwhatmaybehappening?MywebConfigisconfiguredasfollows.<profiledefaultProvider="AspNetSqlProfileProvider"> <providers> <clear /> <add name="AspNetSqlPro...
asked by 21.09.2014 / 00:58
1
answer

Scalability in .Net systems

I'm developing a system in VB.Net (Windows Forms), which uses Mysql database. I want to make it available in the cloud, what would be the best way to guarantee application / database scalability using cloud computing? Switch to Web based applica...
asked by 07.08.2014 / 23:07
1
answer

How do I enable a button after filling in the required fields?

I need the btnprint button to be enabled only if DropDown , txtDateInitial and txtDateEnd are populated. Could you help? <%@ Page Title="" Language="C#" MasterPageFile="~/FrontPage.Master" AutoEventWireup="true" C...
asked by 14.05.2014 / 21:50
1
answer

Global.asax file does not load

I have a project in Webforms and wanted to do routes on it. I followed a response they gave me on another topic and everything worked very well, but now I've been creating another project and it seems that I do not recognize the routes I've c...
asked by 06.04.2014 / 19:14
1
answer

Save tab information

I have my screen, as follows: Each tab corresponds to a class, and database entity, and going in the sequence there is a reference of them, that is to say in 02 has reference (fk) of 01, in 03 has reference (fk) 02 and so on. I've alwa...
asked by 27.06.2014 / 15:35
1
answer

@ Html.Partial in WebForm

Is there any way in WebForm to use multiple @Html.Partial? example the menu being a master page, the top another master page, the other master page footer? I know there is NestedMasterPage but if the menu is not created from the beginning, Ex...
asked by 08.07.2014 / 16:09
2
answers

Listview within Listview or Repeat within Repeat?

I need to display some products divided by category, the categories are created by the user and both come from the database TB_CATEGORIA, TB_PRODUTOS, how can I do with Listview, Repeat ? For example:    Specials       Product 1   Prod...
asked by 25.03.2014 / 01:18
0
answers

How do I declare a @model in my view

I have a project called Billing. Inside, there is a folder called Models where my models are (only 2). One of them is called an invoice and I need to fill a table (bootstrap) with the data of this model. I need to do something like this, unless...
asked by 04.01.2019 / 19:10