Search

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

Matching Posts

  • Re: how to get values of public variable in line code of Html.

    Hi rejoin2me, That's a server control, why do you want to set the value via the inline code. You can use the HTML lable tag for that. if you want to use the server control. you can set the value in the codebehind. If you want to use the inline expressions. please check the following link. how to use inline expressions in ASP.NET. http://support.microsoft.com/kb/976112/en-us I hope it is helpful to you.
    Posted to Getting Started (Forum) by Bober Song - MSFT on 12/7/2009
  • Re: How to Test a user email exist ?

    Hi sialkot , You can try to use the javascript or regular expression for validating the Email address. Then you can try to send the email to that account, as far as I know, if the account is not existing, you will receive some message from that server of the email account. http://www.codeproject.com/KB/validation/Valid_Email_Addresses.aspx http://www.coveryourasp.com/ValidateEmail.asp Or you can check the email address without sending an email via the following link. http://www.webdigi.co.uk/blog
    Posted to Getting Started (Forum) by Bober Song - MSFT on 12/7/2009
  • Re: Question about when starting a new site

    Hi bsudz , From your description, I think you can use the UserControl, or Custom Control for your requirement. http://msdn.microsoft.com/en-us/library/system.web.ui.usercontrol(VS.71).aspx http://msdn.microsoft.com/en-us/library/aa728786(VS.71).aspx Those are shared in your project for many pages. For content editor, you can use the FCKEditor. By the way, you can try to check some templates website. I think there are some useful method for you. http://www.devarticles.com/c/a/ASP.NET/Easy-ASP.NET
    Posted to Getting Started (Forum) by Bober Song - MSFT on 12/7/2009
  • Re: .net Project

    Hi Anilchow , You can use the visual studio for opening the project, then you can view the website. If you don't want to use the VS tool. you can use the IIS and .NET framework for that. of course, if you have database for your website, you need the Database tool for the website. http://www.geekpedia.com/tutorial25_Setting-up-your-ASPNET-server-IIS.html http://www.codeproject.com/KB/aspnet/RunningNetWebsites_.aspx I hope it is helpful to you.
    Posted to Getting Started (Forum) by Bober Song - MSFT on 12/7/2009
  • Re: .Net Control to Remove Flash Content Message

    Hi afraz , Why don't you want to use the Javascript for this issue? Please try to use the javascript for this requirement. http://www.amarasoftware.com/flash-problem.htm http://www.mix-fx.com/flash-prompt.htm http://www.google.com/search?q=Click+to+activate+and+use+this+control I hope it is helpful to you.
    Posted to Getting Started (Forum) by Bober Song - MSFT on 12/4/2009
  • Re: How to get querystring after URL mapping in web.config?

    HI msrnivas , Please open new thread for your requirement. By the way, please double check the following links. URL rewriting http://www.asp.net/learn/Videos/video-154.aspx http://www.urlrewriting.net/ http://www.simple-talk.com/dotnet/asp.net/a-complete-url-rewriting-solution-for-asp.net-2.0/ Good luck!
    Posted to Getting Started (Forum) by Bober Song - MSFT on 12/4/2009
  • Re: URL Rewrite

    Hi Chandra , You can configure the URL path and rewriting URL in the web.config file. From your description, you want to rewrite the url with no extension. Please double check the following links: URL rewriting and no extentsion http://forums.asp.net/p/1412583/3106781.aspx#3106781 http://forums.asp.net/t/1426393.aspx URL rewriting http://www.asp.net/learn/Videos/video-154.aspx http://www.urlrewriting.net/ http://www.simple-talk.com/dotnet/asp.net/a-complete-url-rewriting-solution-for-asp.net-2.0
    Posted to Getting Started (Forum) by Bober Song - MSFT on 12/4/2009
  • Re: Assigning different weights to columns in Fulltext searches

    Hi, You can try to use the lucene.net for your full text search. lucene.net http://incubator.apache.org/lucene.net/ http://www.codeproject.com/KB/aspnet/lucene-net-in-asp-net.aspx http://ifdefined.com/blog/post/Full-Text-Search-in-ASPNET-using-LuceneNET.aspx Full search http://forums.asp.net/p/1454417/3334557.aspx#3334557 http://forums.asp.net/p/1436389/3238438.aspx http://www.codeproject.com/KB/applications/SearchDotnet.aspx If you want to use the SQL query string for that, you can use the "if"
    Posted to Getting Started (Forum) by Bober Song - MSFT on 12/4/2009
  • Re: .Net Control to Remove Flash Content Message

    Hi afraz . Can the following code meet your requirement? <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" id="FlvPlayer" width="100%" height="100%" codebase="http://fpdownload.macromedia.com/get/flashplayer/current/swflash.cab"> <param name="movie" value="FlvPlayer.swf" /> <param name="quality" value="high" /> <param name="bgcolor" value="#869ca7" /> <param
    Posted to Getting Started (Forum) by Bober Song - MSFT on 12/3/2009
  • Re: How to check weather a url(link) exist or not?

    HI gopalanmani , You can use the HttpWebRequest class for requesting the url content. if you can get the value from that url path, the page is existing. otherwise there is not the page in the internet. http://msdn.microsoft.com/en-us/library/system.net.httpwebrequest.aspx http://geekswithblogs.net/azamsharp/archive/2006/06/08/81251.aspx http://check-if-url-exists-domain-exists--check.smartcode.com/info.html http://www.google.com/search?q=check+a+url+exist I hope it is helpful to you.
    Posted to Getting Started (Forum) by Bober Song - MSFT on 12/3/2009
Page 1 of 125 (1243 items) 1 2 3 4 5 Next > ... Last »