Search results for query: *

  • Users: msimon7
  • Content: Threads
  • Order by date
  1. M

    'is not a valid virtual path' - IIS host header help

    hello. i'm trying to setup a website on my local server when compiling it VS 2005 i get the error "is not a valid virtual path" from what i've read on the net, this is due to the fact that the site is using IP:Port, which is no longer supported in VS 2005. I have to use the IP:Port setup...
  2. M

    Forms Authentication issue

    Hello, really need some help/suggestions with a Forms Authentication issue I have a web application in VB.net and using VS 2005, on WinXP what is happeneing, is that ONLY on my local environment authentication is not taking place correctly it does not work at all in IE, it kinda works in...
  3. M

    How to pass data from one control (ascx) directly to another?

    Hello, relatively new .net programmer. using vb.net (v2.0) I have an aspx page that contains 2 user controls (ascx) on it. the left control is basically navigation hyperlinks, the right control is basically content display depending on what was clicked in the left control. ** trying it this...
  4. M

    ItemDataBound (datagid cell hiding) help please

    hello, I was hoping someone could help me with an issue (using vb & .net 2.0) I have a datagrid and the first column shown i have an asp:textbox that i basically want to "group by" an ID and only want to show the textbox for unique values. the grid has a seriesID bound and invisible in the grid...
  5. M

    (system) Variable that holds the record count of a result set?

    Hello is there a variable that is available to me that contains the number of rows contained in a dataset return from a database call? have a class that runs a stored proc and returns a dataset/resultset looking to simply assign an integer this value if it is possible i'm using (learning) vb.net...
  6. M

    a way to reuse query results for multiple object populations?

    hello, i have a form where there are multiple dropdown lists that will all be populated from the same initial data query. i have a vb class defined to make the stored proc call and that returns a dataset. in my codebehind, i have in an "If Not Page.IsPostBack" block with statements that populate...
  7. M

    Change RadioButtonList1 based on RadioButtonList2

    hello. very new to asp/vb.net - do have experience with other languages, so not a code newbie, just asp/vb.net newbie :) i'm making a web form and have 3 radiobuttonlists (each with 3 choices in them, all are the same value). example: <asp:RadioButtonList id="rbl1" runat="server"...
Back
Top