Click here to Skip to main content
15,898,538 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Query String Pin
Arrivalagan25-Aug-08 2:57
Arrivalagan25-Aug-08 2:57 
GeneralRe: Query String Pin
SomeGuyThatIsMe25-Aug-08 3:01
SomeGuyThatIsMe25-Aug-08 3:01 
GeneralRe: Query String Pin
Arrivalagan25-Aug-08 3:06
Arrivalagan25-Aug-08 3:06 
AnswerRe: Query String Pin
UD(IA)25-Aug-08 22:10
UD(IA)25-Aug-08 22:10 
Questionproblem with for cheking row in gridview using javascript Pin
Satish - Developer25-Aug-08 2:19
Satish - Developer25-Aug-08 2:19 
AnswerRe: problem with for cheking row in gridview using javascript Pin
yuvachandra25-Aug-08 3:21
yuvachandra25-Aug-08 3:21 
GeneralRe: problem with for cheking row in gridview using javascript Pin
Satish - Developer25-Aug-08 3:42
Satish - Developer25-Aug-08 3:42 
GeneralRe: problem with for cheking row in gridview using javascript Pin
Tridip Bhattacharjee25-Aug-08 20:15
professionalTridip Bhattacharjee25-Aug-08 20:15 
call this code snippet in page_load, For confirmation

btnDelete.Attributes.Add("onClick","javascript:return confirm('Are you sure to delete the records?')");

put select button in gridview and work with selected index change event in a page.so whenever u select any row the then selectedindex change event will be fired and then u just put the row no in a viewstate variable.as a result when u click on btnDelete button then btnDelete_click event will be called and from that function u just check that viewstate variable value and if no value or null is there that mean no row is selected or if row no is found in that viewstate variable then remove that record from db by sql and rebind the gridview.i hope this way u can solve ur problem. Smile | :)

tbhattacharjee

QuestionCan you use a HTML tag in an asp.net List box? Pin
Gretna25-Aug-08 2:11
Gretna25-Aug-08 2:11 
Questiondatalist Pin
egainzz25-Aug-08 1:27
egainzz25-Aug-08 1:27 
AnswerRe: datalist Pin
pinna_hari25-Aug-08 1:41
pinna_hari25-Aug-08 1:41 
GeneralRe: datalist Pin
Manas Bhardwaj25-Aug-08 1:44
professionalManas Bhardwaj25-Aug-08 1:44 
AnswerRe: datalist Pin
Manas Bhardwaj25-Aug-08 1:47
professionalManas Bhardwaj25-Aug-08 1:47 
QuestionProblem with crystal reports Pin
pinna_hari25-Aug-08 1:18
pinna_hari25-Aug-08 1:18 
QuestionDate selector problem Pin
Rameez Raja25-Aug-08 1:08
Rameez Raja25-Aug-08 1:08 
GeneralRe: Date selector problem Pin
Brij25-Aug-08 1:19
mentorBrij25-Aug-08 1:19 
GeneralRe: Date selector problem Pin
Rameez Raja25-Aug-08 1:27
Rameez Raja25-Aug-08 1:27 
Questionhow to display timer dynamically in a asp.net form? Pin
balaji.t25-Aug-08 0:43
balaji.t25-Aug-08 0:43 
AnswerRe: how to display timer dynamically in a asp.net form? Pin
Manas Bhardwaj25-Aug-08 0:47
professionalManas Bhardwaj25-Aug-08 0:47 
GeneralRe: how to display timer dynamically in a asp.net form? Pin
balaji.t25-Aug-08 1:51
balaji.t25-Aug-08 1:51 
GeneralRe: how to display timer dynamically in a asp.net form? Pin
Manas Bhardwaj25-Aug-08 2:15
professionalManas Bhardwaj25-Aug-08 2:15 
QuestionNhibernate Basic sample code Pin
Member 438787925-Aug-08 0:41
Member 438787925-Aug-08 0:41 
AnswerRe: Nhibernate Basic sample code Pin
N a v a n e e t h25-Aug-08 0:47
N a v a n e e t h25-Aug-08 0:47 
QuestionMissing FileUpload Path Pin
slSoftware25-Aug-08 0:01
slSoftware25-Aug-08 0:01 
AnswerRe: Missing FileUpload Path Pin
N a v a n e e t h25-Aug-08 0:24
N a v a n e e t h25-Aug-08 0:24 

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.