Jump to content

pritambaldota

Members
  • Posts

    2
  • Joined

  • Last visited

Posts posted by pritambaldota

  1. Hi thereI have more then one dorp down lists in a page which fill by data connecting and they are interconectingmean when I slect a item in first list then data in second list changed but at the same time page become disappear and appear instantly just like refresh.I dont want disapear or refreshplease visit "www.zoozu.com" and chek it thanks

    Use AJAX for your solution but if there is no dependency between two DDList contents then simply set AutoPostBack to False of DDL's it will solve your porblem.For Ajax Go for w3school.com/Ajax/
  2. i'm having trouble having 2 datagrids on the same page. if i have an edit column, how do i make the codebehind tell which datagrid i'm trying to edit? right now, if i click the edit button for an item on datagrid2, the appropriate index on datagrid1 will be the one chosen for editing.

    If I understood your problem, if you are using built-in Edit Column of datagrid then there is no confusion bcoz when u click on edit of an item on datagrid2 you have the DataGrid2_EditCommand() event which will take care of your datagrid.
×
×
  • Create New...