I M working in 1.1 .net framework.
In a page I have 5 text box & 2 data grid.
In PageLoad()
All text box will populate with blank value & 1st dataGrid
with some value.
When I click on EDIT button Of the 1st dataGrid,The Relevent
data Of the particular row will populate in first 3 textboxs
& corresponding relevent data Will populate in the 2nd DataGrid.
Now when I click 2nd datagrid's EDIT button of a perticular
Row,relevent data will populate on last 2 textboxs &
1st 3 textbox's value will be same as per as it was........

........My Problem Is ...........
When I click on edit button Of 2nd DataGrid, 1st 3 text
boxes values goes Off & 2nd DataGrid Is goes off Due to
Postback.but The relevent value is populated In last 2
textboxes.So How I stoped this postback??So that all the
data in 1st 3 textboxes will be same.So that I can edit the
values of 2nd Grid with 1st 3 textBoxes value..
plz dirctly mail me 1 copy of post to...
maloy.adhikari@in.com

Answer Posted / manickaraj

If Not IsPostBack Then
your function or your code here
end if

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Which object wraps the state or data of a user?

543


Can the unique key be null?

566


What is loop in asp.net?

582


What is .net remoting?

567


Can we have multiple web config files for an asp.net application?

535






Explain cookies with example.

553


In which event of the page viewstate is available?

466


To load your generated dataset with data which method do you invoke?

602


How to Separate background image and front image from original picture....

552


If there are multiple update panels on the page say upd1 and upd2. There is a button placed in upd1. How can you stop upd2 to update when button placed in upd1 is clicked?

566


What is the difference between asp.net mvc and asp.net webforms? : asp.net mvc

539


Define tracing.

626


what is publisher?

1648


Where can I get information on cookies in asp.net?

561


What is preprocessor in .net?

527