Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
J

John C Rayan

@John C Rayan
About
Posts
123
Topics
5
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Java
    J John C Rayan

    Haha.... Perfect Answer!

    Java java database

  • How to write the handler for buttons using JQUERY
    J John C Rayan

    If you want to use button in place of link , then you have to use id of the button and use .click handler. For instance, you have a button like this

    Next

    then your click handler could be $('#btnNext').click (.....

    JavaScript javascript html css tutorial

  • Regarding querystring
    J John C Rayan

    If you look at the Request object in your method (Of course it is a web application) , you will be able to see the QueryString property there and you can retrieve the values from it.

    ASP.NET tutorial

  • Html helper in c# mvc app
    J John C Rayan

    What do you want to do with the variable ? It can be part of the model. Post a sample code for what you are trying to do.

    ASP.NET help csharp html asp-net database

  • How to save HTML Table to database
    J John C Rayan

    You are not clearly explaining yourself. What is your issue?

    ASP.NET csharp html asp-net database architecture

  • Should a REST API return exception in response body?
    J John C Rayan

    WEB API should return status code in the header and any content in the body. For example, if the request is successful then set the status code to 200 in the header and send the result in the body. If the request is failed , then set the corresponding status code in the header ( for example 500 etc...) and send additional information in the body.

    ASP.NET ruby json csharp question collaboration

  • trouble sending message to the view from controller
    J John C Rayan

    The difference between the Ajax and Submitting the form is that in Ajax , it is Async call and it does not reload your view. The ajax call receives the response from your action (URL) and does the update with the controls in the view based on your code. Whereas in form submission , the action is called with post data and the view is reloaded again with action response. So you have to check how you update the response message in your view based on these two different behaviours. Hope this helps

    ASP.NET database help asp-net sysadmin debugging

  • why we use datareader
    J John C Rayan

    Your question is not very clear. Are you asking why we use datareader. The following link might be a good read for you DataSet vs. DataReader[^]

    Database

  • trouble sending message to the view from controller
    J John C Rayan

    I meant the

    "UploadFiles"

    where he is redirecting to.

    ASP.NET database help asp-net sysadmin debugging

  • trouble sending message to the view from controller
    J John C Rayan

    Can you show us the code for

    return RedirectToAction("UploadFiles");

    ? Are you able to see the Session['msg'] in there before View.

    ASP.NET database help asp-net sysadmin debugging

  • trouble sending message to the view from controller
    J John C Rayan

    In MVC , ViewBag , ViewData and TempDate are preferred than Session. In your case , try TempData.

    ASP.NET database help asp-net sysadmin debugging

  • How can i effectively write the code for calling a function before and after execution of every function in a class.
    J John C Rayan

    There are many ways to do this. However it depends how good your design and coding technique.

    C# question

  • Text in a Div is pushing icon to the next line. How do I stop this?
    J John C Rayan

    Thanks for the update!

    ASP.NET question architecture

  • notification text click event
    J John C Rayan

    Which C# code are you referring to ? Don't assume that we are taking orders here.

    C# csharp com tutorial

  • How to Transfer xml file from remote server to another
    J John C Rayan

    Can you provide us with more details? What have you tried so far ? Post your code here. When you say different network , how do you connect to the network? Do you have permission to connect to the network? ( Credentials etc).

    C# sysadmin help xml tutorial

  • Text in a Div is pushing icon to the next line. How do I stop this?
    J John C Rayan

    Which table item are you referring to ? I can't see any text in your table item.

    ASP.NET question architecture

  • Problem with installing oracle database
    J John C Rayan

    I believe that you are installing the software as an Administrator. Right?

    Database help database html oracle com

  • Problem with installing oracle database
    J John C Rayan

    Can you elaborate on this one

    I created the oracle account and started installing the database, there were few steps prompted to me before installing the database, I've chosen the default settings and moved on

    Database help database html oracle com

  • DropDownList
    J John C Rayan

    What you are trying to do is not a good practice. Why do you want to change the dropdown list after user selected it. Are you making things harder while there might an easier solution for you actually need ???

    ASP.NET question

  • Develop a Module in ASP.NET
    J John C Rayan

    This is not a technical question as it sounds. What are you expecting from here?

    ASP.NET asp-net csharp architecture help
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups