Welcome to Discuss Everything Forums...

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed.


 

Search:

Type: Posts; User: Pudele J

Search: Search took 0.07 seconds.

  1. does anyone have a good partial view tutorial for asp.net MVC 2?

    I'm trying to do a search page that returns the result in a partial view is there a way to achieve this just using C# please help. sample will be much appriciated
  2. Replies
    0
    Views
    237

    how do you use ASP.net MVC on IIS5.1?

    I am trying to deploy my MVC application on my local IIS running 5.1. I tried every tutorial out there and nothing seems to work has anyone has found a working solution for this issue? thanks in...
  3. Replies
    0
    Views
    337

    how do you use ASP.net MVC on IIS5.1?

    I am trying to deploy my MVC application on my local IIS running 5.1. I tried every tutorial out there and nothing seems to work has anyone has found a working solution for this issue? thanks in...
  4. how do you call a function in your controller from a button click in ASP.NET MVC?

    I am new to the concept of MVC and I am trying to figure out how to I call functions like i used to in asp.NET using a button. Is it through JavaScript or something else please help. and sample code...
  5. how do you call a function in your controller from a button click in ASP.NET MVC?

    I am new to the concept of MVC and I am trying to figure out how to I call functions like i used to in asp.NET using a button. Is it through JavaScript or something else please help. and sample code...
  6. How do you change the value of an XML Parent in classic asp without changing the child?

    for example lets say you have the following
    <Book name = "Book 1">
    <author> Samuel Adams</author>
    <publisher> Book Pub Co</publisher>
    </Book>

    how would i change the value "book 1" to...
  7. How to load a class only once in a C# asp.net Page?

    the issue is I am at this level

    public partial class _Default : System.Web.UI.Page
    {

    then i have a class from a library defined under this line.
    classname variableName = new...
Results 1 to 7 of 7