Search Result

Collapse
7 results in 0.0042 seconds.
Keywords
Members
Tags
mvc
  •  

  • tusharthakar
    started a topic Php session cookie
    in PHP

    Php session cookie

    I have this program created in PHP using MVC pattern.

    I am using sessions for the program.

    I am starting the session in bootstrap which is straight after the index.php

    the session name is changed before starting session in bootstrap ... getting to the question after slight more info.

    I wanted to know how to delete session cookie.

    when someone logs in a session is created with...
    See more | Go to post

  • gavini
    started a topic Save images in SQL DB via MVC2

    Save images in SQL DB via MVC2

    When I run my website it shows the following error:
    "The input is not a valid Base-64 string as it contains a non-base 64 character, more than two padding characters, or a non-white space character among the padding characters."

    My View code:
    Code:
    <%@ Page Title="register" Language="C#" MasterPageFile="~/Views/Shared/Site.Master" Inherits="System.Web.Mvc.ViewPage<blog.models.users>"
    ...
    See more | Go to post
    Last edited by Frinavale; Mar 19 '12, 01:28 PM. Reason: Fixed code tag and added more formatting.

  • nathj
    started a topic How can I use aGridView and maintain good MVC?

    How can I use aGridView and maintain good MVC?

    So I've got to learn ASP.Net and C# for work. The organisation has bought in some training and some books. I'm using the books and the web ahead of the training next month.

    Presently I have worked through some tutorials online and in the books. I've got a basic handle on C# now and am working on some mock projects for ASP.Net. A good friend of mine , pointed me in the direction of the GridView as a very useful tool. I must agree this...
    See more | Go to post

  • Airslash
    started a topic Testing an ActionFilter for an MVC Controller

    Testing an ActionFilter for an MVC Controller

    Hello,

    this is my second article that I'm writing for bytes.com, and this time I wish to share some knowledge on how to test a custom ActionFilterAtt ribute for a controller in the ASP.NET MVC 2 Framework.

    I've been working with the Framework for a month now, comming from a Ruby on Rails background, and developed a special ActionFilter that performs authentication of users against our database using customized HTTP headers....
    See more | Go to post

  • StevieMars
    started a topic MVC Server.Transfer

    MVC Server.Transfer

    Hi All,

    I'm a newbie to MVC and have run into a situation where for example the user goes to url

    MySite/Category/?id=10

    If there are no products for categoryid 10 then I want to server.transfer to a generic product missing error page (keeping the URL the same). From what I understand about MVC I'm not able to just server.transfer so how would I do this?

    Thanks in advance,
    Steve
    See more | Go to post

  • johnstalin
    started a topic sample code for maplet framework ?
    in Java

    sample code for maplet framework ?

    i need a sample code for maplet framework ?
    how can help me ?
    maplet in belongs to shine enterprise pattern
    See more | Go to post

  • citizen
    started a topic passing Itemid through Joomla controller object
    in PHP

    passing Itemid through Joomla controller object

    I display a list of previous user inputs differently based upon what menu item was clicked upon -- Joomla records this as Itemid.

    When a user inputs something I am unable to retain the Itemid from the form in which they input the information, through the controller object and out to the display. I added the parameter "Itemid" with its value to the URL of the form and even put
    Code:
    <input type="hidden" name="Itemid"
    ...
    See more | Go to post
Working...