Questions tagged as 'c#'

1
answer

Information from a User Control to the parent window

I'm trying to send some info from my User Control to the title bar of the main screen that would be the parent window. The information I'm trying to send is the selected company of a DataGrid. How can I do this? I'm not getting.. I look forwa...
asked by 19.06.2015 / 18:50
1
answer

Extract .zip with status

How to extract .zip files in a way that I can see the status of the items being extracted. Ex: static string GetStatus() { return "Extraindo... " + current_arquivo; } Using the Ionic.Zip OpenSource system Ionic.Zip in the codeplex     
asked by 14.07.2015 / 13:58
1
answer

Display the return of a query with 2 tables in the same View in ASP.NET MVC

Controller: using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.Mvc; using HelloMobile.Models; namespace HelloMobile.Controllers { public class HomeController : Controller { //...
asked by 14.07.2015 / 22:22
1
answer

Problem in MySQL Connector

I'm using MVC 3, EntityFrameWork 4 and MySQL database. I hosted my application on Locaweb. Unfortunately I can not do the same connect to the database. Running the application on my local machine and connecting to the bank hosted on Locaweb work...
asked by 14.07.2015 / 19:12
1
answer

How to fill a scrollview with the same grids dynamically?

Well, I'm trying to fill a grid divided into rows inside a scrollview (to allow the user to view all content) with other grids. Each grid is inside a row and contains the contents of a schedule I want to show. I want the program list of a radio...
asked by 14.09.2015 / 21:04
1
answer

Execute a form (or create file) only when the program is opened for the first time

I want to know if there is a way for me to create a form to be opened only the first time the program is run. Because the form should create a file on the system with the login the first time the program is run only, it can not create the file w...
asked by 28.06.2015 / 06:59
1
answer

Handling of forms c #

I have a menu and some child forms ... and I want them not to be able to click on the form and drag, as I do? I want it to stay in the position and size that I put.     
asked by 27.06.2015 / 23:46
1
answer

Text editor for email formatting

I need to create a page for creating and formatting emails. Which text editor is most reliable to do this? I say this because some e-mail viewers are very limited and do not interpret some HTML tags.     
asked by 30.06.2015 / 16:39
2
answers

Get the value of a form that has a list

Are you okay? I am new, I know I am asking a lot of questions, but I am having some doubts and I can not find an answer, I am trying to capture the event of a button in asp.net mvc using razor, I am with the following button: <input type="b...
asked by 29.06.2015 / 22:41
1
answer

Progressbar when requesting to download a file with FileResult

How can I display a progressbar while the server processes the return of a FileResult? I tried to perform the operation with Ajax, but it is not possible to download a file via ajax without redirecting it (using window.location.href ) t...
asked by 18.06.2015 / 15:43