Click here to Skip to main content
15,889,795 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionhow to capture the id of linkbutton Pin
mukkanti0073-Apr-08 21:08
mukkanti0073-Apr-08 21:08 
AnswerRe: how to capture the id of linkbutton Pin
Rocky#3-Apr-08 21:13
Rocky#3-Apr-08 21:13 
QuestionWriting SelectedItemTemplate to select items in DataList control Pin
Chesnokov Yuriy3-Apr-08 21:07
professionalChesnokov Yuriy3-Apr-08 21:07 
Generalmultiple excel sheet [modified] Pin
sanaja3-Apr-08 20:38
sanaja3-Apr-08 20:38 
GeneralDynamically populating a dropdown list in ASP.Net Pin
Shikha12343-Apr-08 19:56
Shikha12343-Apr-08 19:56 
GeneralRe: Dynamically populating a dropdown list in ASP.Net Pin
That's Aragon3-Apr-08 20:35
That's Aragon3-Apr-08 20:35 
GeneralDynamically Bind ID and Name to Link Button in Datalist Pin
sjs4u3-Apr-08 19:50
sjs4u3-Apr-08 19:50 
AnswerRe: Dynamically Bind ID and Name to Link Button in Datalist [modified] Pin
ashok@techxygen4-Apr-08 1:59
ashok@techxygen4-Apr-08 1:59 
First bound data to your linkbutton in datalist .
then use this coding for ur click event for link button
if(e.commandName == "lnkbutton")
{
sqlconnection open();
string name = ((LinkButton)e.Item.Cells[0].Controls[0]).Text;
}

//pass name to query to fetch data
// mention your link button column no. in cells[] item.

Ashok

modified on Friday, April 4, 2008 8:06 AM

Generalmake Pin
Mohammmed Farooq3-Apr-08 19:48
Mohammmed Farooq3-Apr-08 19:48 
QuestionDeleting folder Pin
Soumini Ramakrishnan3-Apr-08 19:32
Soumini Ramakrishnan3-Apr-08 19:32 
GeneralRe: Deleting folder Pin
Soumini Ramakrishnan4-Apr-08 1:47
Soumini Ramakrishnan4-Apr-08 1:47 
QuestionHow to Spell a Number Pin
saini arun3-Apr-08 10:49
saini arun3-Apr-08 10:49 
AnswerRe: How to Spell a Number Pin
pmarfleet3-Apr-08 10:57
pmarfleet3-Apr-08 10:57 
GeneralRe: How to Spell a Number Pin
saini arun3-Apr-08 11:18
saini arun3-Apr-08 11:18 
GeneralRe: How to Spell a Number Pin
pmarfleet3-Apr-08 11:24
pmarfleet3-Apr-08 11:24 
AnswerRe: How to Spell a Number Pin
led mike3-Apr-08 10:57
led mike3-Apr-08 10:57 
GeneralRe: How to Spell a Number Pin
saini arun3-Apr-08 11:13
saini arun3-Apr-08 11:13 
GeneralRe: How to Spell a Number Pin
led mike3-Apr-08 11:22
led mike3-Apr-08 11:22 
GeneralRe: How to Spell a Number Pin
saini arun3-Apr-08 11:31
saini arun3-Apr-08 11:31 
GeneralRe: How to Spell a Number Pin
led mike3-Apr-08 11:37
led mike3-Apr-08 11:37 
GeneralRe: How to Spell a Number Pin
Pete O'Hanlon3-Apr-08 11:50
mvePete O'Hanlon3-Apr-08 11:50 
GeneralRegEx for UserName in createuserwizard Pin
AlexeiXX33-Apr-08 8:57
AlexeiXX33-Apr-08 8:57 
GeneralRe: RegEx for UserName in createuserwizard Pin
gspiteri3-Apr-08 12:43
gspiteri3-Apr-08 12:43 
GeneralRe: RegEx for UserName in createuserwizard Pin
AlexeiXX33-Apr-08 12:54
AlexeiXX33-Apr-08 12:54 
GeneralRe: RegEx for UserName in createuserwizard Pin
pmarfleet3-Apr-08 12:58
pmarfleet3-Apr-08 12:58 

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.