Questions tagged as 'asp.net'

1
answer

error when uploading txt file in gridview c # .net

I have this error when loading again the same file.txt when doing it the first time if it shows it without any problem the second time it throws me an error that the file is being used and tried several methods and nothing this is the code I use...
asked by 28.03.2017 / 20:59
3
answers

Excel download uploaded to the IIS ASP server

Good I have a problem I was doing a module to download excel and if it works correctly for which I am now uploading this module in a IIS and if you download but when it opens it appears that the file is damaged and is being downloaded in...
asked by 25.03.2017 / 16:32
1
answer

IIS execution error

Good morning. I would like you to help me I am uploading my website in a IIS my web config is this code: <system.web> <compilation debug="true" targetFramework="4.5" /> <httpRuntime targetFramework="4.5" /> </syst...
asked by 25.03.2017 / 16:19
0
answers

Unable to find the assembly

I have a Web application that needs a project called TokenService, to make it work. The application is launched in two different windows, in one is the application and in another the TokenService, the problem is that in TokenService I get the fo...
asked by 24.03.2017 / 20:06
0
answers

Multicolumn collapsive table [closed]

Good morning you know how to make a multicolumn collapsive table like this ?, or some plugin that does that job: A company has several departments, then the company row has to be collapsive, now the departments have several areas, so the depa...
asked by 27.03.2017 / 19:18
0
answers

How do I simulate a page in the Global.asax?

The final goal I want is to get a request (eg: Pepe.aspx) and execute a C # method directly. I already achieved it but the HttpContext has the session in null (I know because it is in null) In the global.asax I put: protected void Applica...
asked by 18.03.2017 / 01:11
1
answer

Send data of registered users on a WordPress website to a website on ASP.net

I have searched for a couple of hours and I have obtained almost no information about how to send the data of registered users on a web with WP to an external database of a website on ASP.net automatically . Update with more details: The r...
asked by 16.03.2017 / 21:24
2
answers

Choose the time in TextBox ASP.NET C #

Is it possible that in a TextBox you select only the time? Since I want to choose the time and that I get an example    17:36:34 Like the image:     
asked by 07.05.2017 / 02:47
0
answers

Pass a variable already stored, to another page in the same website in asp.net

I have a variable that I receive from a login.aspx page, on the login page I consult a webservice that returns a token, said token sent it to a masterpage, where it is validated, if it is valid, loads the master page if not redirecciona to the l...
asked by 03.03.2017 / 01:00
2
answers

asp net mvc5: Secondary actions are not allowed to execute redirect actions

I'm developing with mvc5 and EF I have a controller with the operations to edit a record something like this public ActionResult Edit(int id, string weblogin, byte tienda) { if (id <= 0) { return n...
asked by 16.05.2017 / 20:56