User Profile
Collapse
-
Problem in asp.net: the resource is not found
when I add a new controller then add a method associated with the index view, I get a problem at run, it always shows me the resource is not found, for against my project works fine on another machine . So normally the problem is not related to my project, I want to know the cause of the error -
youpi sarah started a topic how to retrieve an array passed in url in controller asp.net MVC2 applicationin ASP .NEThow to retrieve an array passed in url in controller asp.net MVC2 application
I trying to develop an application asp.net MVC2, I need to retrieve an array of integers already spent in url in my controller. I recovered in a string but I need the recovered in its original form, but I do not know how to do that?
Here is my javascript code
...Code:var Elmt = document.getElementById('MyTable'); var elmt = Elmt.getElementsByTagName('input'); var lgth = elmt.length; -
how to send a file to a message (asp.net MVC2)?
I am trying to develop an application for managing email (sending, receiving ..). if I want to send a file as an attachment, it must file should be saved in the database, how can I do that? I also work with asp.net MVC2 how I can retrieve a file stored in the database in c # -
Asp.net MVC2: filling cascading DDL using Ajax
I do not happen to know why this code does not work
the first list is filled with success but when I select an element nothing has changed
...Code:[B]controller[/B]: using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.Mvc; using MvcGestionEcole.Models; namespace MvcGestionEcole.Controllers { public class DevoirController -
how to use cascading dropdownlist in asp.net mvc2
I need to use cascading dropdownlist in asp.net MVC2 application but I have not managed to implement, is that someone can help me? I need a good tutorial please -
how to use session variables in asp.net mvc2
I want to use session variables in my application asp.net MVC2, but I do not know how to use them. And where would declare a session variable?
No activity results to display
Show More