Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by SimonDoc

  1. SimonDoc

    Disappearing DataGrid use ASP control, but prob is in C# codebehind

    Hello, I have a problem with disappearing datagrids. I have a DG (dgFinance) on the aspx page. I execute my SQL in the Page_Load section and assign the dataset to the datagrid on the aspx page. DataSet ds = myBusinessLogicObject.DoSQLReturnDataset(); dgFinance.DataSource = ds...

Part and Inventory Search

Back
Top