Search

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

Matching Posts

  • Advanced books for ASP.Net and Ajax (Please pitch in)

    Well I m a new bee in transition from C/C++ to C#/ASP.NET/Ajax. I started with Murach's series (for C#, ASP.Net and SQL server). Now I am looking for some advanced book(s) which go(es) through real applications. Advanced book for = ASP.Net ? Advanced book for = Ajax ?
    Posted to Getting Started (Forum) by helpjet on 7/13/2009
    Filed under: books ASP.Net Ajax
  • User default role (ASP Configuration)

    I am providing "Crete User " interface to my application. I am using "CreateUserWizard" to create new User. I have added a step called "choose role". The following steps are followed by the user 1) User enter the data to create account 2) Press "Create User" button. The button redirect the user to "choose role" interface. If the user clicks without selecting any role and press "Fininsh" , no role is assigned to the user but user is created
    Posted to Security (Forum) by helpjet on 7/12/2009
  • Re: User default role (ASP Configuration)

    I am using something like this <asp:CreateUserWizard ID="CreateUserWizard1" runat="server" CancelDestinationPageUrl="~/Service.aspx" ContinueDestinationPageUrl="~/Service.aspx" DisplayCancelButton="True"> <StartNavigationTemplate> <asp:Button ID="StartNextButton" runat="server" CommandName="MoveNext" Text="Next" /> </StartNavigationTemplate> <WizardSteps> <asp:CreateUserWizardStep
    Posted to Security (Forum) by helpjet on 7/12/2009
  • Re: User default role (ASP Configuration)

    I m populating ListBox at run time by using "OnActivate" and "DeActivate". ListBox is empty, therefore your suggested if() condition will not work.
    Posted to Security (Forum) by helpjet on 7/12/2009
  • Re: User default role (ASP Configuration)

    Still getting error. On the second step " Choose role" , if the user clicks "Finish" without selecting vluse ListBox, it throws an error when it reaches "DeActiveStep" [quote user="Steelymar"] you can use something like this: <asp:CreateUserWizard ID="CreateUserWizard1" runat="server" OnNextButtonClick="CreateUserWizard1_NextButtonClick" > <WizardSteps> <asp:CreateUserWizardStep runat="server"> <
    Posted to Security (Forum) by helpjet on 7/12/2009
  • content page is not displaying image which is on master page

    I creted a master page which has an image on it. Then I created multiple content pages from it. If I place content page in the director where master page is residing, then content page shows an image. But if I place content page in some other folder, image is not shown, just alternate text is displayed. None of the following pages are showing image except Service.aspx (because master page and Service.aspx are both in the same directory (ROOT)) <siteMap xmlns="http://schemas.microsoft.com
  • Re: Login control not working with master page

    why not put the loging control on content page.
    Posted to Security (Forum) by helpjet on 7/11/2009
  • Re: asp:Button in <FooterTemplate> || delete all the selected rows

    I want button as part of the grid. [quote user="PeteNet"] it doesn't take much a get a DataTable instead; check the BindData procedure in this link: http://www.ezzylearning.com/tutorial.aspx?tid=2963442 ...and use OnClick for your button to delete. again, this new link does not have code to actually delete so refer the procedure DeleteMultipleRecords in the first link I sent you. [/quote]
    Posted to Data Presentation Controls (Forum) by helpjet on 7/10/2009
  • Re: asp:Button in <FooterTemplate> || delete all the selected rows

    Well I added te following protected void btnDelete_Click(object sender, EventArgs e) { lblCount.Text = "btnDelete_Click"; } But still gettingthe same error as I was getting before when I was using commanName and was calling GridView1_RowCommand(object sender, GridViewCommandEventArgs e) Here is the error Invalid postback or callback argument. Event validation is enabled using <pages enableEventValidation="true"/> in configuration or <%@ Page EnableEventValidation="true"
    Posted to Data Presentation Controls (Forum) by helpjet on 7/10/2009
  • Re: asp:Button in <FooterTemplate> || delete all the selected rows

    no where to be found this EnableEventValidation not in web.config and not on page too ?
    Posted to Data Presentation Controls (Forum) by helpjet on 7/10/2009
Page 1 of 7 (65 items) 1 2 3 4 5 Next > ... Last »