Click here to Skip to main content
15,905,322 members

Comments by Arun Kumar_Tech (Top 24 by date)

Arun Kumar_Tech 22-May-15 0:19am View    
Deleted
http://www.dotnetspan.com/2015/02/bind-gridview-using-jquery-json-ajaxcall-in-aspnet.html
Arun Kumar_Tech 22-May-15 0:19am View    
please reffer the below link,
http://www.dotnetspan.com/2015/02/bind-gridview-using-jquery-json-ajaxcall-in-aspnet.html
Arun Kumar_Tech 21-May-15 8:38am View    
i asked how to create in MVC..
Arun Kumar_Tech 21-May-15 6:36am View    
use cmd.ExecuteScalar(); to get the output from SQL, use if loop and check if it's 1 "Already Exists" else and so on....
Arun Kumar_Tech 21-May-15 6:32am View    
Reffer the below code,
DropDownList ddlCurrentDropDownList = (DropDownList)sender;
GridViewRow grdrDropDownRow = ((GridViewRow)ddlCurrentDropDownList.Parent.Parent);
Label lblCurrentStatus = (Label)grdrDropDownRow.FindControl("lblOrderStatus");
if (lblCurrentStatus != null)
lblCurrentStatus.Text = ddlCurrentDropDownList.SelectedItem.Text;