Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
S

Sree Nivas

@Sree Nivas
About
Posts
6
Topics
4
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Migration issue from VB6 to VB.Net
    S Sree Nivas

    Hi Dave, Excellent Answer. I tried to use new grid and confused whether to use Datagrid or DataGridView. I also found all event which are there in VB6 Grid are not there in VB.Net Grids.Please suggest me some thing to implement this. I am looking for add button control in vb.net grid also. Suggest me.

    modified on Saturday, December 27, 2008 2:57 AM

    Visual Basic help csharp

  • Migration issue from VB6 to VB.Net
    S Sree Nivas

    Hi 1. I migrated vb6 project to vb.net project. 2. The msdatagrid in vb6 is migrated to vb.net axdatagrid 3. while i tried to bind data to that axgrid like ReferenceGrid.DataSource = ds.Tables(0) it shows error as cannot cast ..... 4. Then i used this code to caste it ReferenceGrid.DataSource = CType(ds.Tables(0), msdatasrc.DataSource) 5. still i cannot bind datasource to axgrid getting error as: Unable to cast object of type 'System.Data.DataTable' to type 'msdatasrc.DataSource' 6. Can any one give me code to bind data to converted axdatagrid. -------------------------------------------------------------------------------- chandra shekar thota

    Visual Basic help csharp

  • Focus Missing in windows forms
    S Sree Nivas

    Hi i had 3 windows forms. one is main form. on clicking on button 2nd one pop ups. on clicking button is=n 2nd 3rd window(final window need) pops up. now all windows except final window hides. my problem is i cannot get fiocus on final window. y so? i tried in all angles like : bring to front, focus,acti9vate etc.... no way any other way to make final window get focus?

    Visual Basic winforms help question

  • html code to normal text
    S Sree Nivas

    i have a textbox and it has html code in it i need plane text from that html code to be displayed with out any ascii or symbols just plane text on clik of a button how can i do it. Be ready to watch a horror episode

    ASP.NET html question

  • Asp.Net 2.0 master page
    S Sree Nivas

    A master page provides a template for other pages, with shared layout and functionality. The master page defines placeholders for the content, which can be overridden by content pages. The output result is a combination of the master page and the content page. When users request the content page, ASP.NET merges the pages to produce output that combines the layout of the master page with the content of the content page. The @ Master directive defines it as a master page. The master page contains a placeholder tag for individual content. The content page contains a content tag with a reference to the master page (ContentPlaceHolderId="CPH1"). Doubts Should Die For ever ..... HORROR STARTS NOW ...919963717475 chandrashekarthota@gmail.com

    ASP.NET csharp asp-net help tutorial

  • any interview questions
    S Sree Nivas

    can any one suggest me gud interview questions list with answers?

    C# question career
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups