Search

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

Matching Posts

  • Re: ASP.NET 2.0 - Enter Key - Default Submit Button

    thanks for the article... it worked for me :) <form id="form1" runat="server" defaultbutton="btn1"> usefull part
    Posted to FAQ - Frequently Asked Questions (Forum) by Nicoxx on 1/27/2009
  • Re: get tittle page from database

    Put a literal or label... then Label1.Text ="<HEAD><TITLE>"+databasevalue.ToString()+"</TITLE></HEAD>" in the page load
    Posted to Getting Started (Forum) by Nicoxx on 1/27/2009
  • Re: Password Validation

    Maybe you can set the propeties of the textbox to acept only number and/or letters... The other way is to use regular expression.
    Posted to Getting Started (Forum) by Nicoxx on 1/26/2009
  • Re: Recognize [enter] in label

    Thank you so much
    Posted to Getting Started (Forum) by Nicoxx on 1/22/2009
  • Re: Recognize [enter] in label

    Thanks for the quick answers :) but still not working... with this is close: TextBox .Text.Replace( "\r\n" , "<br/>" ) but i need to write explicity the \r\n in the textbox to make an [enter] in the label... the idea is just to write... hit enter... keep writting and when the button clicks it appears with the [enters] in the label... and this one: Server.HtmlEncode(Textbox.Text) didnt do any changes... maybe is with other way... Any ideas???? Thanks to both :)
    Posted to Getting Started (Forum) by Nicoxx on 1/22/2009
  • Re: Open a new window

    You mean... the program is running and when it reaches some point then a window opens???... like a popup??? or like just a new window like with response.redirect()
    Posted to Getting Started (Forum) by Nicoxx on 1/22/2009
  • Recognize [enter] in label

    Hi all... a simple question. I have a multiline textbox... then a button... then a label. When the button clicks all the text writed in the textbox must appear in the label. Easy. But how can i do it to show the exact text including the [enters].. couse if i write something separated with enters.. like: Here And here in the label it appears all together, like: Here And here Thanks :)
    Posted to Getting Started (Forum) by Nicoxx on 1/22/2009
  • Re: asp.net media player control

    If you need to play just 1 minute... is it necesary to have the full song or video in the control??? couse if your gonna play just 1 minute... maybe its better to edit the video or music file to one minute and load that one... and in a separate page have the full video or music if its necesary
    Posted to ASP.NET Futures (Forum) by Nicoxx on 1/15/2009
  • Video does not appear

    Hi all.. i want to have a video in a page... so i follow the steps that are in bloggs but doesnt work... Im working with Visual Studio 2005 (in visual basic), i installed ASP AJAX Extension 1... and then installed ASP.Net Futures. The code that i have is this: <asp:ScriptManager ID= "ScriptManager1" runat= "server" /> <asp:UpdatePanel ID= "UpdatePanel1" runat= "server" > <ContentTemplate> <cc1:Media ID= "Media1" runat= "server"
    Posted to ASP.NET Futures (Forum) by Nicoxx on 12/29/2008
  • Re: Create Session in Class Library

    Thank you so much :)
    Posted to Getting Started (Forum) by Nicoxx on 12/29/2008
Page 1 of 2 (16 items) 1 2 Next >