Click here to Skip to main content
15,912,756 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: How to call Dot net WebServices in php/Java Pin
Mike Ellison14-Jan-08 14:17
Mike Ellison14-Jan-08 14:17 
Generalcreate a simple tree view Pin
ptvce11-Jan-08 20:56
ptvce11-Jan-08 20:56 
GeneralRe: create a simple tree view Pin
sepel11-Jan-08 21:49
sepel11-Jan-08 21:49 
QuestionFlash File? Pin
Kasi Viswanathan11-Jan-08 20:54
Kasi Viswanathan11-Jan-08 20:54 
GeneralRe: Flash File? Pin
Mike Ellison14-Jan-08 14:18
Mike Ellison14-Jan-08 14:18 
Generallinklabel control in web control library project Pin
Krupa11-Jan-08 20:48
Krupa11-Jan-08 20:48 
QuestionHow Drawing on Panle Pin
sepel11-Jan-08 20:36
sepel11-Jan-08 20:36 
QuestionDatagrid Link Button Pin
Shajeel11-Jan-08 20:33
Shajeel11-Jan-08 20:33 
I am using ItemDataBound event to add a Link button to a column using following code

LinkButton temp = new LinkButton();
temp.Click += new EventHandler(xyz);
temp.ID = e.Item.Cells[i].Text;
temp.CommandArgument = e.Item.Cells[i].Text;
temp.Text = e.Item.Cells[i].Text;

now when page is displayed i see these buttons but when i click on them, page is refreshed but Click event is not raised. how can i see which event control and which event is raised when i am clicking this link.

Regards
Shajeel

GeneralRe: Datagrid Link Button Pin
sepel11-Jan-08 22:03
sepel11-Jan-08 22:03 
QuestionRe: Datagrid Link Button Pin
Shajeel11-Jan-08 22:07
Shajeel11-Jan-08 22:07 
GeneralRe: Datagrid Link Button Pin
sepel11-Jan-08 22:10
sepel11-Jan-08 22:10 
GeneralRe: Datagrid Link Button Pin
Shajeel11-Jan-08 22:13
Shajeel11-Jan-08 22:13 
GeneralUsing Ajax Pin
Member 387988111-Jan-08 19:55
Member 387988111-Jan-08 19:55 
Questionhow can i retreive the login name programically? Pin
neodeaths11-Jan-08 19:41
neodeaths11-Jan-08 19:41 
GeneralRe: how can i retreive the login name programically? Pin
pmarfleet11-Jan-08 22:13
pmarfleet11-Jan-08 22:13 
Questionhow the dataset data is converted into Pin
jagan12311-Jan-08 19:06
jagan12311-Jan-08 19:06 
AnswerRe: how the dataset data is converted into Pin
pmarfleet11-Jan-08 22:10
pmarfleet11-Jan-08 22:10 
GeneralProblem to read Excel worksheet Pin
Elena200611-Jan-08 18:40
Elena200611-Jan-08 18:40 
Generallabel control alignment Pin
Pankaj Garg11-Jan-08 18:30
Pankaj Garg11-Jan-08 18:30 
GeneralRe: label control alignment Pin
sepel11-Jan-08 22:08
sepel11-Jan-08 22:08 
GeneralRe: label control alignment Pin
Pankaj Garg11-Jan-08 22:36
Pankaj Garg11-Jan-08 22:36 
GeneralMultiple solution files Pin
jimbaloo11-Jan-08 14:25
jimbaloo11-Jan-08 14:25 
NewsASP/C# - Can I Pass DataSet as Argument to EventHandler function? [modified] Pin
cknight72511-Jan-08 9:53
cknight72511-Jan-08 9:53 
GeneralRe: ASP/C# - Can I Pass DataSet as Argument to EventHandler function? Pin
pmarfleet11-Jan-08 10:53
pmarfleet11-Jan-08 10:53 
GeneralRe: ASP/C# - Can I Pass DataSet as Argument to EventHandler function? Pin
cknight72511-Jan-08 11:02
cknight72511-Jan-08 11:02 

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.