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 IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. malathireddyb

    Datagrid paging is not working in web user control

    yes I have added the onpageindexchanged event Im attaching the code pls view it private void Page_Load(object sender, System.EventArgs e) { if(!Page.IsPostBack) { bindgrid(); } } private void DataGrid1_PageIndexChanged(object source...
  2. malathireddyb

    Datagrid paging is not working in web user control

    Im using a web user control to display the list of members based on some conditions.The code works well and good but problem is that the datagrid pagination is not working Its not showing any compile time or runtime error but in the browsers status bar showing "object required " when ever page...
  3. malathireddyb

    problems in dowmloading vs.net software

    when i finished .net windows components,disk1,disk2 downloading, there was problem in disk3 so i couldnt download it so how can i rectify it.its not recognising as disk3 and displaying a message please insert disk3.

Part and Inventory Search

Back
Top