Search

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

Matching Posts

  • Re: cc1:CalendarExtender month/year only?

    [quote user="aghausman12"] Hey, That works too but it is little lengthy as well as on body unload it is also giving an error to me. How ever, I got the exact idea from your post. So thanks alot Zhi-Qiang Ni and see this post : http://www.aghausman.net/asp/how-to-show-and-select-monthyear-in-calendar-extender.html cheers [/quote] Hi, Your solution is good and is working perfectly . Thanks and keep up the good work Cheers.
    Posted to ASP.NET AJAX Control Toolkit (Forum) by sparco01 on 7/24/2009
  • Re: AppendDataboundItems at bottom of list

    Thanks aspro. How do you mean adding the item into the datasource? If I got you correctly, you want to add the item into the database? in that case, it is not an option. Otherwise, I want to know how to do it. I did some expirementing and found the following to suit my needs: Protected Sub cblTest_DataBound( ByVal sender As Object , ByVal e As System.EventArgs) Handles cblTest.DataBound cblTest.Items.Add( New ListItem( "Other" , 0)) End Sub Is this a correct approach or is it advisable
    Posted to Web Forms (Forum) by sparco01 on 5/14/2008
  • AppendDataboundItems at bottom of list

    Hi, I have a checkboxlist and is binded to a datasource : < asp : CheckBoxList ID ="cblTest" runat ="server" DataSourceID ="cblTestObjectDataSource" DataTextField ="cblTestType" DataValueField ="cblTestID" AppendDataBoundItems ="true"> < asp : ListItem Text ="Others" Value =0></ asp : ListItem > </ asp : CheckBoxList > When I run this, "Others" is on the top of the list. Is there a way to put it
    Posted to Web Forms (Forum) by sparco01 on 5/14/2008
  • Re: Wizard.ActiveStepIndex alternative

    Thanks Anthony. This will do. I was hoping for a short code, but this is good. Cheers.
  • Wizard.ActiveStepIndex alternative

    Hi, I am currently using "wizard.activestepindex" to jump from a wizardstep to another wizardstep. wizard.activestepindex = 5 <--- to jump to last step My question, is there any other way to do this programatically. Like, instead of referencing the step index, can the wizard.activestep.id be used? < asp : WizardStep ID ="wsLastStep" runat ="server" Title ="Last Step"> <-----activestepindex = 5 is there something like : "go to wsLastStep"
Page 1 of 1 (5 items)