Search

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

Matching Posts

  • good project modeling software?

    Is there a 'good' application to help build 'models' of web-based vs applications? thanks..
    Posted to Visual Studio 2008 (Forum) by MSUTech on 12/10/2009
  • source/version control AND best practices

    Hello, We have not done much version control in the past.. but, we are getting to the point that we may have as many as 3 programmers working on a single .net/sql web-based application .... can someone give me the 'big picture' best practices way of keeping track of what is what.. as well as what previous version was 'successfully' released.... also, can someone give me the more specific answer to what is the best application to use for this (sourcesafe? if so.. I have never used
    Posted to VS Web Deployment Projects (Forum) by MSUTech on 12/10/2009
  • Version Control application/best practices??

    Hello, We have not done much version control in the past.. but, we are getting to the point that we may have as many as 3 programmers working on a single .net/sql web-based application .... can someone give me the 'big picture' best practices way of keeping track of what is what.. as well as what previous version was 'successfully' released.... also, can someone give me the more specific answer to what is the best application to use for this (sourcesafe? if so.. I have never used
    Posted to Free For All (Forum) by MSUTech on 12/10/2009
    Filed under: version control
  • 3rd Party Login Verification and Response.Redirect to New Location

    Basically I am trying to authorize access to specific directories, within a larger website, by usernames that are sent from a 3rd party login validation... I have the following: [1] The 3rd party site which, after verification redirects to my userverification website; [2] My userverification website (which has its own Web.config and Application.config files) collects the information that is sent during the Page_Load event on the primary page... LoginInfo logininfo = (LoginInfo)Session[LoginInfo.OBJECT_NAME
    Posted to Security (Forum) by MSUTech on 12/8/2009
  • Problems working with a asp:DDL within a asp:Repeater

    We have a repeater that is populated with a stored procedure. When the repeater hits a certain value, we want to display a dropdownlist that has 100+ items... and we are unable to use DDL.Item.Add within the .aspx.cs file because the DDL item is within the repeater..... Question: how can we access this control within the repeater, to 'dynamically' add 100+ items to the dropdownlist example: <asp:Repeater ID="TheRepeater" runat="server" DataSourceID="SProcedureGetItems">
    Posted to Web Forms (Forum) by MSUTech on 12/1/2009
  • foreach (Control cntr in RepeaterItem.Controls)

    within our aspx page we have a long list of 'drop down lists', etc.. that are populated by a repeater within a table: <asp:Repeater ID="SurveyRepeater" runat="server" DataSourceID="SurveyObjectDataSource"> <HeaderTemplate> <table width="800px"> <tbody> </HeaderTemplate> <ItemTemplate> <tr><td> </td><td style="text-align: left; margin-top: 5px; font-family:Georgia; font-size:15px; color:Blue;"><
    Posted to Data Presentation Controls (Forum) by MSUTech on 11/24/2009
  • Re: foreach (Control cntr in RepeaterItem.Controls)

    thanks.... it turned out to be a misplaced bracket.. thanks...
    Posted to Data Presentation Controls (Forum) by MSUTech on 11/24/2009
  • Looping through a group of DropDownLists & Labels

    I have the following dropdownlists (and Labels)... <asp:DropDownList ID="ddl_select_order1"> <asp:Label ID="label_order1"> <asp:DropDownList ID="ddl_select_order2"> <asp:Label ID="label_order2"> <asp:DropDownList ID="ddl_select_order3"> <asp:Label ID="label_order3"> <asp:DropDownList ID="ddl_select_order4"> <asp:Label ID="label_order4"> <asp:DropDownList ID="ddl_select_order5">
    Posted to Web Forms (Forum) by MSUTech on 10/22/2009
  • Re: Looping through a group of DropDownLists & Labels

    what namespace do I need to include? ctype is not found as a function??? I am using c#..
    Posted to Web Forms (Forum) by MSUTech on 10/22/2009
  • Re: Looping through a group of DropDownLists & Labels

    MODIFIED: ........ HELP ............. I thought the answer was: Label tempLabel = (Label)FindControl(strLABELcurrentname); BUT, if I try the following, it says the OBJECT IS NOT SET.. etc... another_label.Text = tempLabel.Text.ToString(); HELP.............
    Posted to Web Forms (Forum) by MSUTech on 10/22/2009
Page 1 of 19 (181 items) 1 2 3 4 5 Next > ... Last ยป