Questions tagged as '.net'

1
answer

Service Return

I have the following problem, I make an ajax call to my service and it returns me a paged list everything ok .. And I have a button where I download it to excel, only because it is a very heavy table and I can not paginate it in Excel, I just ha...
asked by 16.05.2017 / 16:05
3
answers

Use of using versus full name

I've been following many open source projects and noticed that there is a fairly large switch between using using ( Imports in VB.NET) and using direct reference to namespace . Example: void Main() { System.Int32 i...
asked by 17.07.2015 / 19:04
1
answer

What does the "$" symbol mean before a string?

Viewing a code here in SOpt, I noticed the use of the "$" symbol and I was not sure how to use it. What is the "$" symbol before a string ? What is it for? Why use it? Example using static System.Console; public class Program {...
asked by 07.10.2015 / 14:35
1
answer

Doubt with DATAPICKER

I'm using DataPicker and would like to ask a question about just enabling a specific day. <script> $(function () { var datepicker = document.getElementById('<%=txtDataRetirada.ClientID%>'); $("#MainContent_txtDa...
asked by 28.04.2017 / 21:58
1
answer

Populating Textbox in different form with DataGridView data

I'm trying to add data from one row of a DataGridView from one form to another by clicking on a "confirm button", but from searches I've done in other similar cases, the code is correct. Even so, I have no code return. I'm doing the following...
asked by 12.03.2017 / 02:21
0
answers

Receiving contents of the table by WebBrowser?

I have the following table. <table class="table1"> <tbody> <tr> <th></th> <th>SEQ</th> <th>LOGIN</th>...
asked by 17.03.2017 / 23:48
0
answers

UI and .NET desktop development [closed]

I'm beginning to develop a commercial application in C #, however, I have my doubts about how I'll do the visual part of the application (UI). I have worked with Windows Forms and WPF. In the Microsoft Build event in 2014, it was said that Wi...
asked by 28.01.2017 / 12:45
0
answers

Angular sending data with token

I'm not sure if this is the case, but I'm not sure if it's a good idea. if when I need to send the data of a form should I send them in the body of the file as a normal post? Or would there be another good practice for this submission?     
asked by 22.03.2017 / 02:11
1
answer

Error after migrations (backend .Net)

My backend is built in .NET, and by including a certain table in the solution, I get the following error:    Can not create more than one clustered index on table 'dbo.Favorit'.   Drop the existing clustered index 'PK_dbo.Favorit' before   cr...
asked by 29.01.2017 / 21:18
1
answer

How to compile the database to install together with a C # application?

I'm developing a C # application, and I need to know if I can build the database to install with the application, I've already seen something here about SQLite, but I do not know the tool and I do not know if it stores images, my case will have...
asked by 18.12.2015 / 06:25