Search

You searched for the word(s): userid:793771

Matching Posts

  • Re: Deploy ASP.net project in Mono under linux environment

    [quote user="NHOQUE"] Thanks. As Mono's gmcs is a compiler for C#, when I tried to compile my C# .aspx.cs file, I ran through some problem. The .aspx file has some server controls and .aspx.cs has reference to those control. During compilation, the compiler can not recognize those controls. How can I overcome this difficulty? Appreciate for your kind support . [/quote] Looking for your kind support? Thanks.
    Posted to Configuration and Deployment (Forum) by NHOQUE on 9/7/2009
  • Re: How to get my asp.net program on my html website

    [quote user="stevecist"] I made an asp.net 3.5 program and I made a link to it on my html website. I had already done this with another asp.net program and it worked. When I click on the link to the asp.net 3.5 program I get the following message: Server Error in '/' Application Runtime Error Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for
    Posted to Configuration and Deployment (Forum) by NHOQUE on 9/5/2009
  • Deploy ASP.net project in Mono under linux environment

    I have tried to deploy .net project in Linux/Apache using Mono 2.4. I tried using precompliled website compiled with aspnet_client.exe in command line and it worked. Can I use Mono's compiler "gmcs" to compile my project in Linux which will provide me the same output as aspnet_compiler does? Thanks.
    Posted to Configuration and Deployment (Forum) by NHOQUE on 9/5/2009
  • Re: Deploy ASP.net project in Mono under linux environment

    Thanks. As Mono's gmcs is a compiler for C#, when I tried to compile my C# .aspx.cs file, I ran through some problem. The .aspx file has some server controls and .aspx.cs has reference to those control. During compilation, the compiler can not recognize those controls. How can I overcome this difficulty? Appreciate for your kind support .
    Posted to Configuration and Deployment (Forum) by NHOQUE on 9/5/2009
  • Re: JQuery - Fade in/fade out on link click

    [quote user="new2aspdotnet"] I prefer the one like the Animation sample, where a div pops out, displayed on top of other content. [/quote] Well, you can try this link. It pops up a div while you click on any question. ANd if you click on the popup, it will go away. http://amar-desh.net/myworks/jquery/popup_using_jquery.aspx Thanks.
    Posted to Client Side Web Development (Forum) by NHOQUE on 8/1/2009
  • Re: JQuery - Fade in/fade out on link click

    [quote user="new2aspdotnet"] Hello, I just started playing around with JQuery. Any suggestion on how this below requirement can/should be implemented. This is for a Freq Asked Questions page. It will have a list of questions that will appear as links. When a user clicks on a link, I want to pop up (fade in) the answer (like the AjaxControlToolkit Animation sample). And if the user clicks anywhere outside the answers box (or on another question link), I want it to fade out or just disappear
    Posted to Client Side Web Development (Forum) by NHOQUE on 7/31/2009
  • Re: Veru urgent please help Javascript function is not working

    Try the link, you can find what you have missed in your html content. http://msdn.microsoft.com/en-us/magazine/cc164022.aspx Thanks.
    Posted to Client Side Web Development (Forum) by NHOQUE on 7/30/2009
  • Re: How to embed javascript into a content page?

    [quote user="swaino"] Can someone help me out, I just want to have a content page which inherits a master page but also has its own unique piece of JavaScript! [/quote] Try this, Step1: Create/edit MasterPage like this, <%@ Master Language="C#" AutoEventWireup="true" CodeFile="common.master.cs" Inherits="common" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional
    Posted to Client Side Web Development (Forum) by NHOQUE on 7/29/2009
  • Re: onclientclick doesn't work !!!!

    [quote user="asmgx"] again Relax NC either Vista, asp.net, IE still microsoft. everything i install i get successfully installed in the end ! beside everybody knows that micorsoft has around zillion bugs in thier products, though we still use it ! anyway, thx for your posts [/quote] With my limited knowledge, I would like to say that No product is bug free. Do you think Firefox does not have bugs? Anyway, I will suggest you to test your product( your code) at least two different machines
    Posted to Client Side Web Development (Forum) by NHOQUE on 7/29/2009
  • Re: Validating numeric field in javascrip

    [quote user="bhmlt"] Hi all, How to validate numeric fields (whether non numeric characters has been entered) in javascript? Pleas give me a code part Thanks [/quote] How about, if you force(force, does not sound good, but I could not find any appropriate word) user to input only numeric data. Try this link, http://amar-desh.net/myworks/javascript/numeric.aspx Thanks.
    Posted to Client Side Web Development (Forum) by NHOQUE on 7/28/2009
Page 1 of 85 (848 items) 1 2 3 4 5 Next > ... Last »