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
M

mihsathe

@mihsathe
About
Posts
3
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Basic Javascript error
    M mihsathe

    You see this form is supposed to run on server side. So it'll try to call procedures on the server and not the client. If you want to perform this task, you have some options like: write a function in C# on server side like this public void Hello() {MessageBox.Show("Hello World")} or do not use an asp button. Use HTML button like or as said by somebody above, you can use onClientClick event handler.. Hope this will clarify all your doubts Don't forget to rate the comments

    ASP.NET help question csharp javascript html

  • ASP.Net Development
    M mihsathe

    Yes. You can use AJAX for that. I'd prefer the raw AJAX. Use javascript to open your async connection with the server with XmlHttp or Activex object (for IE). Set your target as another aspx page or PHP page. Do all your processing in that page. Generate a response and then use responseText to retrieve it in ur page. No need to refresh at all..

    ASP.NET csharp css asp-net database sql-server

  • .aspx page not opening as it should !
    M mihsathe

    Understand that all the server pages like .asp , .aspx , .php etc can only be served by your server. In this case, your IIS server. In case you want to acces your page on localhost from outside Visual Studio, go to "C:/inetpub/wwwroot/" and then address of your page will be as : http://localhost:port/foldername/file.aspx..It can be then accessed by your HTML pages in same folder. If you want to avoid all this trouble, simply put that HTML page in same project of VS. Then everything will be fine...

    ASP.NET csharp html visual-studio com question
  • Login

  • Don't have an account? Register

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