Search

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

Matching Posts

  • Re: Using Parameters with a Nested Repeater

    I agree 100%. How can I make them "match"? Is there a way to do some sort of Contains or something? Like pulls skills where employee ID is in both?
    Posted to Data Presentation Controls (Forum) by e_stylzz on 9/14/2009
  • Using Parameters with a Nested Repeater

    I'm using a nested repeated that works just fine. However, I want to apply specific criteria to the parent repeater such as Practice="whatever". When I do this, some of the items in the nested repeater no longer have parents, which is understandable. How can I resolve this with my given code? Code: public void Page_Load(object sender, EventArgs e) { //Create the connection and DataAdapter for the Authors table. SqlConnection cnn = new SqlConnection("private"); SqlDataAdapter
    Posted to Data Presentation Controls (Forum) by e_stylzz on 9/12/2009
    Filed under: Repeater, error, nested repeater
  • Controlling User Sitemaps Via Web.config?

    My Goal: I'd like to only display items that a user has permissions for on their navigation menu/tree. Can I control what sitemap a user sees through the web.config file somehow? We use AD for authorization, so I'd like to have a sitemap for managers, approver team, and enduser, kinda thing. Each showing different or more options then the other. Thanks!!
  • Re: Controlling User Sitemaps Via Web.config?

    I'm not sure if what I'm doing is using membership or not. Can you provide example sytax or a link with more details if this will work with my existing setup. I'm having trouble finding anything. Thanks!
  • Need a text box with controls (Like a rich text editor?)

    I'm looking for a text box, similar to the one I'm typing in this very moment, with formating contorls, list controls, etc. I have no idea what it's called or how to make it. I'll also be inserting this data into SQL, and want to know if anyone has experience with that. I've used Sql String fields, and they don't preserve formating. I'm not sure how to handle this. Thanks,
    Posted to Web Forms (Forum) by e_stylzz on 8/7/2009
  • Re: Need a text box with controls (Like a rich text editor?)

    Thanks Steve, that looks exactly like what I want. How can I go about implement this on my website? Do I just unpack the files into my hosting copmany via ftp and add the code? I've never worked with AJAX, Just basic ASP.NET. Also, will this insert into a database with the formating? I'm concerned about inserting this textbox into SQL, and then retrieving it with formating intact. I hope this question is within the scope of this forum. Thanks again for you help.
    Posted to Web Forms (Forum) by e_stylzz on 8/7/2009
  • Re: Including small sections of code

    This is exactly what I was looking for! Thanks so much!
    Posted to Web Forms (Forum) by e_stylzz on 7/30/2009
  • Including small sections of code

    Is there away to include small sections of HTML code in my ASP.NET pages. I guess similar to an include file. It's really simple HTML code like I'd like to insert in serveral pages so I can update it accordingly. Such as an Event Name, Date & Location, or an Ordered List of Skills. Thanks
    Posted to Web Forms (Forum) by e_stylzz on 6/30/2009
  • Expression Validator Not working correctly

    I have a form upload control with the following RegularExpressionValidator. <asp:FileUpload ID="upFile" runat="server" /> <asp:RegularExpressionValidator id="RegularExpressionValidator1" runat="server" ErrorMessage="Not an accepted file type (Currently only word, excel, and pdf documents)" ValidationExpression="[a-zA Z0_9].*\b(.doc|.DOC|.docx|.DOCX|.pdf|.xls|.xlsx)\b" ControlToValidate="upFile"></asp:RegularExpressionValidator>
    Posted to Web Forms (Forum) by e_stylzz on 6/26/2009
  • Re: Expression Validator Not working correctly

    Sorry my post was a bit messed up. I don't think this addresses my issue though. I dont understand why this document would trigger the expression validator. It is after all, a word document. Is my expression incorrect or is there something in the filename (and if so how can I fix)?
    Posted to Web Forms (Forum) by e_stylzz on 6/26/2009
Page 1 of 10 (99 items) 1 2 3 4 5 Next > ... Last »