Search

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

Matching Posts

  • Re: ASPNETDB Creation

    Drag the CreateUserWizard control onto your page . Now run the page without adding any code or configuring the control.Fill in all the text boxes with user information. Once you’ve filled in all the information, click Create User.In the Solution Explorer, right-click the App_Data folder, and select Refresh Folder. You’ll see the aspnetdb.mdf file appear immediately.
    Posted to Getting Started (Forum) by mohit1122 on 7/18/2009
  • getting client side date in textbox..

    hi... i hv this javascript function... <script type="text/javascript"> function displayTime() { var date = localTime.getDate(); document.getElementById("hidden1")=date; } </script> <body onload="dispalyTime();"> <form id="form1" runat="server"> <div> <input type="hidden" id="hidden1" name="hidden1" runat="server" /> <asp:TextBox ID="TextBox1" runat="server"><
    Posted to Client Side Web Development (Forum) by mohit1122 on 7/17/2009
  • Re: help about avoiding duplication...

    thanx....that really helped..
    Posted to C# (Forum) by mohit1122 on 7/5/2009
  • Re: help about avoiding duplication...

    it must not be sequential....and i know to achieve this i have to serch the database but the problem is that if the random number generated is already in the database, how can i make it to generate another number until the right one is generated ....i think a loop structure could be used but i dont know how?
    Posted to C# (Forum) by mohit1122 on 7/4/2009
  • help about avoiding duplication...

    hi.. i want a value of 4 figures which is randomly generated by Random RandomClass = new Random(); int RandomNumber = RandomClass.Next(); to be inserted into a table but avoiding duplication... if the random value generated is already present in the table then i want it to calculate another value and so on until there is no duplication..
    Posted to C# (Forum) by mohit1122 on 7/3/2009
Page 1 of 1 (5 items)