Click here to Skip to main content
15,918,193 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionto create Gridview dynamically with delete and checkbox functionality Pin
OmiAshish9-Sep-09 0:08
OmiAshish9-Sep-09 0:08 
AnswerRe: to create Gridview dynamically with delete and checkbox functionality Pin
Arun Jacob9-Sep-09 0:11
Arun Jacob9-Sep-09 0:11 
GeneralRe: to create Gridview dynamically with delete and checkbox functionality Pin
OmiAshish9-Sep-09 0:17
OmiAshish9-Sep-09 0:17 
GeneralRe: to create Gridview dynamically with delete and checkbox functionality Pin
Arun Jacob9-Sep-09 0:23
Arun Jacob9-Sep-09 0:23 
GeneralRe: to create Gridview dynamically with delete and checkbox functionality Pin
OmiAshish9-Sep-09 0:39
OmiAshish9-Sep-09 0:39 
AnswerRe: to create Gridview dynamically with delete and checkbox functionality Pin
Arun Jacob9-Sep-09 1:24
Arun Jacob9-Sep-09 1:24 
GeneralRe: to create Gridview dynamically with delete and checkbox functionality Pin
OmiAshish10-Sep-09 3:24
OmiAshish10-Sep-09 3:24 
AnswerRe: to create Gridview dynamically with delete and checkbox functionality Pin
Arun Jacob10-Sep-09 18:05
Arun Jacob10-Sep-09 18:05 
You can either use commandfield like,
<Columns>
			<asp:CommandField ShowDeleteButton="True" />				
			</Columns>

or TemplateField like,
<Columns>				
				<asp:TemplateField>
					<ItemTemplate>
						<asp:LinkButton ID="lbtnDelete" runat="server">Delete</asp:LinkButton>
					</ItemTemplate>
				</asp:TemplateField>
			</Columns>

For more info,
http://msdn.microsoft.com/en-us/library/bb288032.aspx[^]
Smile | :)


Questionfind control Pin
mylogics9-Sep-09 0:06
professionalmylogics9-Sep-09 0:06 
AnswerRe: find control Pin
Arun Jacob9-Sep-09 0:09
Arun Jacob9-Sep-09 0:09 
GeneralRe: find control Pin
mylogics9-Sep-09 0:14
professionalmylogics9-Sep-09 0:14 
AnswerRe: find control Pin
Arun Jacob9-Sep-09 0:19
Arun Jacob9-Sep-09 0:19 
AnswerRe: find control Pin
Manas Bhardwaj9-Sep-09 0:09
professionalManas Bhardwaj9-Sep-09 0:09 
GeneralRe: find control Pin
mylogics9-Sep-09 0:16
professionalmylogics9-Sep-09 0:16 
AnswerRe: find control Pin
April Fans22-Sep-09 20:22
April Fans22-Sep-09 20:22 
QuestionProblem with ~ sign running aspx project (ASP.NET 3.5) Pin
GauravKP8-Sep-09 23:47
professionalGauravKP8-Sep-09 23:47 
AnswerRe: Problem with ~ sign running aspx project (ASP.NET 3.5) Pin
Manas Bhardwaj9-Sep-09 0:02
professionalManas Bhardwaj9-Sep-09 0:02 
QuestionUser Configerable Work Flow Pin
darpan4all8-Sep-09 23:42
darpan4all8-Sep-09 23:42 
AnswerRe: User Configerable Work Flow Pin
sashidhar8-Sep-09 23:54
sashidhar8-Sep-09 23:54 
GeneralRe: User Configerable Work Flow Pin
darpan4all9-Sep-09 23:00
darpan4all9-Sep-09 23:00 
Questiontreeview Pin
Member 26575538-Sep-09 22:17
Member 26575538-Sep-09 22:17 
AnswerRe: treeview Pin
Christian Graus8-Sep-09 22:29
protectorChristian Graus8-Sep-09 22:29 
AnswerRe: treeview Pin
Manas Bhardwaj8-Sep-09 22:38
professionalManas Bhardwaj8-Sep-09 22:38 
QuestionHow to Put a music player or audio player in asp.net web application Pin
dwadasi8-Sep-09 21:36
dwadasi8-Sep-09 21:36 
AnswerRe: How to Put a music player or audio player in asp.net web application Pin
Abhijit Jana8-Sep-09 21:55
professionalAbhijit Jana8-Sep-09 21:55 

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.