Click here to Skip to main content
15,884,353 members

Comments by Member 9467059 (Top 4 by date)

Member 9467059 22-Apr-13 1:34am View    
protected void Page_Load(object sender, EventArgs e)
{

CheckForEstPage();

}
public void CheckForEstPage()
{
try
{
String path = HttpContext.Current.Request.Url.AbsolutePath;

till executing here its going to catch block..
error"Object reference not set to an instance of an object."
Member 9467059 19-Apr-13 9:01am View    
sorry pals still getting same error...
and div is not getting invisible when itz in estimatefrom.aspx...
plz help me with it its urgent
Member 9467059 2-Feb-13 2:50am View    
ganesh i have tryd your coding
but still i'm getting error's with the code..
Member 9467059 29-Sep-12 15:14pm View    
Deleted
i have created a database(sql server 2008) into that a table emp..
-->i have configure it to the gridview...
now how can i edit the data in the gridview using AJAX for already existing emp data in it.. so that it should get updated after editing the emp data..
same as delete operation