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

Explain one critical mapping?

789


What is a session in asp.net?

764


Is razor a programming language?

717


What is the advantage of mvc over asp.net? : Asp.Net MVC

728


Can action method static?

766


What is the difference between Classic ASP and ASP.Net?

799


Do session use cookies in asp net?

729


Where code pages are used?

911


What are the ways to sending the data in ASP.NET page?

758


How can we inherit a static member?

805


What is the difference between stored procedure vs function?

794


What is the application pool?

748


Explain automatic memory management in .net.

787


Explain server-side scripting and client-side scripting.

707


Describe the application event handlers in ASP.NET?

777