Click here to Skip to main content
15,914,010 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Why the webservice do not return ? Pin
rushing17-Apr-06 2:05
rushing17-Apr-06 2:05 
GeneralRe: Why the webservice do not return ? Pin
rushing17-Apr-06 2:07
rushing17-Apr-06 2:07 
QuestionWeb Site Speed....... Pin
daviiie13-Apr-06 23:05
daviiie13-Apr-06 23:05 
AnswerRe: Web Site Speed....... Pin
PlayGirl13-Apr-06 23:47
PlayGirl13-Apr-06 23:47 
AnswerRe: Web Site Speed....... Pin
enjoycrack14-Apr-06 0:32
enjoycrack14-Apr-06 0:32 
QuestionButton in datagrid footer Pin
Tirthadip13-Apr-06 21:28
Tirthadip13-Apr-06 21:28 
AnswerRe: Button in datagrid footer Pin
gyokusei13-Apr-06 22:13
gyokusei13-Apr-06 22:13 
AnswerRe: Button in datagrid footer Pin
VaibhavJ13-Apr-06 23:24
VaibhavJ13-Apr-06 23:24 
Hi,

Check for the CommandName of the button inside ItemCommand like this...

public void DataGrid1_ItemCommand(object sender, System.Web.UI.WebControls.DataGridCommandEventArgs e)
{
if(e.CommandName == "Insert")
{
do something...
}
}

Thank u..

-- modified at 5:25 Friday 14th April, 2006
QuestionWana Change Color of different Links on the same page Pin
King Shez13-Apr-06 21:01
King Shez13-Apr-06 21:01 
AnswerRe: Wana Change Color of different Links on the same page Pin
gyokusei13-Apr-06 22:06
gyokusei13-Apr-06 22:06 
Questiontree Pin
ritu432113-Apr-06 20:52
ritu432113-Apr-06 20:52 
AnswerRe: tree Pin
enjoycrack14-Apr-06 0:46
enjoycrack14-Apr-06 0:46 
QuestionGetting Contents of a URL Pin
wEb GuRu...13-Apr-06 20:36
wEb GuRu...13-Apr-06 20:36 
AnswerRe: Getting Contents of a URL Pin
rajs0313-Apr-06 20:43
rajs0313-Apr-06 20:43 
AnswerRe: Getting Contents of a URL Pin
minhpc_bk14-Apr-06 12:45
minhpc_bk14-Apr-06 12:45 
QuestionCheckBox in each row of DataGrid when i check the CheckBox then i click on button should update the table . Pin
indiaone13-Apr-06 20:30
indiaone13-Apr-06 20:30 
AnswerRe: CheckBox in each row of DataGrid when i check the CheckBox then i click on button should update the table . Pin
minhpc_bk14-Apr-06 12:43
minhpc_bk14-Apr-06 12:43 
GeneralRe: CheckBox in each row of DataGrid when i check the CheckBox then i click on button should update the table . Pin
indiaone17-Apr-06 20:39
indiaone17-Apr-06 20:39 
GeneralRe: CheckBox in each row of DataGrid when i check the CheckBox then i click on button should update the table . Pin
minhpc_bk17-Apr-06 21:03
minhpc_bk17-Apr-06 21:03 
QuestionAsp.net 2 - show webform as pop up form? Pin
Rahman Mahmoodi13-Apr-06 19:26
Rahman Mahmoodi13-Apr-06 19:26 
AnswerRe: Asp.net 2 - show webform as pop up form? Pin
Tirthadip13-Apr-06 21:11
Tirthadip13-Apr-06 21:11 
GeneralRe: Asp.net 2 - show webform as pop up form? Pin
Rahman Mahmoodi13-Apr-06 22:08
Rahman Mahmoodi13-Apr-06 22:08 
GeneralRe: Asp.net 2 - show webform as pop up form? Pin
gyokusei13-Apr-06 22:21
gyokusei13-Apr-06 22:21 
GeneralRe: Asp.net 2 - show webform as pop up form? Pin
Rahman Mahmoodi13-Apr-06 23:22
Rahman Mahmoodi13-Apr-06 23:22 
GeneralRe: Asp.net 2 - show webform as pop up form? Pin
gyokusei20-Apr-06 22:21
gyokusei20-Apr-06 22:21 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.