User Profile

Collapse

Profile Sidebar

Collapse
youpi sarah
youpi sarah
Last Activity: Apr 22 '13, 03:32 PM
Joined: Apr 2 '13
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • 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
    See more | Go to post

  • how 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;
    ...
    See more | Go to post

  • 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 #
    See more | Go to post

  • 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
    ...
    See more | Go to post
    Last edited by Rabbit; Apr 4 '13, 04:48 PM. Reason: Please use code tags when posting code.

  • 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
    See more | Go to post

  • 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?
    See more | Go to post
No activity results to display
Show More
Working...