Search

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

Matching Posts

  • Using Tab Control

    Can i use tab control in VS 2008 without using multiview control. I am used with asp.net 1.1 version in that i must use tabstrip with multipage. Now tabcontrol is part of vs 2008, how does that work? On my application is i click tab1 it must show panel1, If i click tab2 : itbshould show panel2 thats the only criteria i have. Thank you all very much for the helpful info.
    Posted to Getting Started (Forum) by cplusplus1 on 12/18/2009
  • I am trying to use a frameset on webform getting a message unsupported

    I am trying to use thye following and geting a message saying it is not supported in 2005 version, my project is in 2003 and it works perfectly fine with no problem. <FRAMESET cols="160,40,*" id="MainFrameset"> <FRAME src="ApplicationFrame.aspx" name="AppFrame" id="AppFrame" scrolling="no" noresize> <FRAME src="TView.aspx" name="TreeFrame" id="TreeFrame" scrolling="yes" height="100
    Posted to Web Forms (Forum) by cplusplus1 on 12/16/2009
  • Datagrids Question

    I have almost 40 datagrids used in our projeect which is on 1.1 framework, planning on migrating to 2008. I heard there are no datagrids avaialble in 2008, only gridviews. What options do we have to migrate to 2008, almost 30% of our project has all datagrids with itemtemplate columns. Thank you all very much for the helpful information.
    Posted to Data Presentation Controls (Forum) by cplusplus1 on 12/12/2009
  • Re: Tabstrip control tab error message

    hello sayyazahmad, I tried that too, it is not taking. Showing the same error message.
    Posted to Getting Started (Forum) by cplusplus1 on 12/11/2009
  • Tabcontrol in webform

    I am using this currently in my webform: vs2003: Tabstrip with multipage, what is the equivalent in VS 2005 or 2008 please help. Desperately looking for some information. I am not planning on using the same vs2003 IEWC controls., i read in lot of forums 2005 & 2008 has all these controls embedded in its core framework. <iewc:tabstrip id="tsMain" style="Z-INDEX: 115; LEFT: 0px; POSITION: absolute; TOP: 265px" runat="server" Width="656px" TabDefaultStyle
    Posted to Web Forms (Forum) by cplusplus1 on 12/11/2009
  • Tabstrip control tab error message

    I am using asp.net 2.0:it is throwing a error on Tab. If (TypeOf (webCtrl) Is Label) OrElse (TypeOf (webCtrl) Is Panel) OrElse _ (TypeOf (webCtrl) Is Microsoft.Web.UI.WebControls.MultiPage) OrElse _ (TypeOf (webCtrl) Is Microsoft.Web.UI.WebControls.PageView) OrElse (TypeOf (webCtrl) Is Microsoft.Web.UI.WebControls.TabStrip) orelse (TypeOf (webCtrl) Is Tab) Then Problem is happening on this one: orelse (TypeOf (webCtrl) Is Tab) Expression of Type system.web.ui.webcontrols.webcontrol can never be of
    Posted to Getting Started (Forum) by cplusplus1 on 12/10/2009
  • Assemblies in web.config file creating problems

    I migrated my 1.1 based project to 2.0 framework, when i did that it created all assemblies under web.config. It started giving problems, including small things like CHR(34) it is saying CHR is not defined. also VBNULLSTRING etc. When i removed those assemblies then it started working / recognizing. What is the use of these asemblies in web.config file: <compilation debug="true" strict="false" explicit="true"> <assemblies> <add assembly="System.Web
  • How to make Bin folder appear in asp.net 2.0 project

    I am working on a sample project asp.net 2.0, i don't see Bin folder appearing. But it says bin already exists.
    Posted to Visual Studio 2008 (Forum) by cplusplus1 on 12/9/2009
  • Tab control and Multipage

    We are switching from 1.1 framework to 2.0, can i use the same code in 2.0 also with multipage control / pageviews:? Can we use the same code, with 2.0 framework: mpmain is multipage mpMain.Height = pnlMain0.Height mpMain.Width = pnlMain0.Width pnlMain0.Style("TOP") = "0px" pnlMain0.Style("LEFT") = "0px" aPageView0.ID = "Page0" mpMain.Controls.Add(aPageView0) aPageView0.Controls.Add(pnlMain0) Dim aPageView0 As New PageView pnlMain5.Style("TOP"
    Posted to Getting Started (Forum) by cplusplus1 on 12/9/2009
  • variables not declared errors

    Recently started swicthing our project from 1.1 to 2.0 framework: getting lot of errors: Saying VBNullString is not declared ------------------------------------------------------ If ScanString <> vbNullString Then Stored = ScanString End If ------------------------------------------------------ ************************************** Name Chr(34) is not declared ------------------------------------------------------ If (QuoteChar = "") Then qChar = Chr(34) _ Else qChar = QuoteChar
    Posted to Visual Basic .NET (Forum) by cplusplus1 on 12/8/2009
Page 1 of 19 (187 items) 1 2 3 4 5 Next > ... Last »