----------------------------------------------------------- New Message on BDOTNET
----------------------------------------------------------- From: BalajiKrishnan Message 1 in Discussion Hi All, Could Anyone could give me solution for this..... I have a repeater control.... <asp:Repeater id="RepCategory" runat="server"> <ItemTemplate> <asp:LinkButton ID="lblCategoryName" runat="server" Text='<%#DataBinder.Eval(Container.DataItem, "CategoryName") %>'> </asp:LinkButton> </ItemTemplate> </asp:Repeater> On the Code Behind the Repeater Control is binded with data (CategoryName),there may be n number of categoryname So now I need to Seperate the CategoryName with comma's [Cat1],[Cat2],[Cat3] Secondly I need to redirect if the user click the CatName,how do i get the which link is clicked... I need soln for these issues..... Thanks in advance Balaji ----------------------------------------------------------- To stop getting this e-mail, or change how often it arrives, go to your E-mail Settings. http://groups.msn.com/bdotnet/_emailsettings.msnw Need help? If you've forgotten your password, please go to Passport Member Services. http://groups.msn.com/_passportredir.msnw?ppmprop=help For other questions or feedback, go to our Contact Us page. http://groups.msn.com/contact If you do not want to receive future e-mail from this MSN group, or if you received this message by mistake, please click the "Remove" link below. On the pre-addressed e-mail message that opens, simply click "Send". Your e-mail address will be deleted from this group's mailing list. mailto:[EMAIL PROTECTED]
