Click here to Skip to main content
15,887,214 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: MasterPages and Flash menu Pin
Farraj7-Aug-10 11:21
Farraj7-Aug-10 11:21 
GeneralRe: MasterPages and Flash menu Pin
Not Active7-Aug-10 11:30
mentorNot Active7-Aug-10 11:30 
GeneralRe: MasterPages and Flash menu Pin
Farraj7-Aug-10 12:05
Farraj7-Aug-10 12:05 
GeneralRe: MasterPages and Flash menu Pin
Not Active7-Aug-10 12:35
mentorNot Active7-Aug-10 12:35 
GeneralRe: MasterPages and Flash menu Pin
Farraj7-Aug-10 12:53
Farraj7-Aug-10 12:53 
GeneralRe: MasterPages and Flash menu Pin
Farraj10-Aug-10 5:24
Farraj10-Aug-10 5:24 
Questionhow to delete the selected row in grid view on single mouse click Pin
vishnukamath7-Aug-10 1:08
vishnukamath7-Aug-10 1:08 
AnswerRe: how to delete the selected row in grid view on single mouse click Pin
Sandeep Mewara7-Aug-10 3:50
mveSandeep Mewara7-Aug-10 3:50 
vishnukamath wrote:
e.Row.Attributes.Add("onclick", "document.getElementById('hiddenfeildid').value=this.rowIndex");

Are you sure this line is correct from Javascript prospective? It might be that the hidden field used is a server field (to use it in code behind) and so the actual id of the field when page renders is not just 'hiddenfield'.

2 things:
1. try an alert box first. Popup the alert(this.rowindex);
2. Do a view source and check what is the ID of the hidden field. If step 1 works above as expected then replace the ID with what you find in viewsource.
AnswerRe: how to delete the selected row in grid view on single mouse click Pin
Rajendra Prasad Panchati17-Aug-10 23:30
Rajendra Prasad Panchati17-Aug-10 23:30 
Questionpage break of rdlc report Pin
Thanusree Duth6-Aug-10 23:59
Thanusree Duth6-Aug-10 23:59 
AnswerRe: page break of rdlc report Pin
Sandeep Mewara7-Aug-10 3:45
mveSandeep Mewara7-Aug-10 3:45 
AnswerRe: page break of rdlc report Pin
pat_vrs10-Aug-10 10:10
pat_vrs10-Aug-10 10:10 
QuestionFTP root folder question Pin
95ulisse6-Aug-10 12:29
95ulisse6-Aug-10 12:29 
AnswerRe: FTP root folder question Pin
NeverHeardOfMe6-Aug-10 13:12
NeverHeardOfMe6-Aug-10 13:12 
GeneralRe: FTP root folder question Pin
95ulisse6-Aug-10 23:53
95ulisse6-Aug-10 23:53 
GeneralRe: FTP root folder question Pin
NeverHeardOfMe7-Aug-10 3:51
NeverHeardOfMe7-Aug-10 3:51 
GeneralRe: FTP root folder question Pin
95ulisse7-Aug-10 4:08
95ulisse7-Aug-10 4:08 
QuestionASP and Html Pin
future38396-Aug-10 5:22
future38396-Aug-10 5:22 
AnswerRe: ASP and Html Pin
Luc Pattyn7-Aug-10 0:10
sitebuilderLuc Pattyn7-Aug-10 0:10 
Questionstring format Pin
Dhyanga6-Aug-10 3:20
Dhyanga6-Aug-10 3:20 
AnswerRe: string format Pin
m@dhu6-Aug-10 3:26
m@dhu6-Aug-10 3:26 
GeneralRe: string format Pin
Dhyanga6-Aug-10 3:41
Dhyanga6-Aug-10 3:41 
GeneralRe: string format Pin
Not Active6-Aug-10 8:01
mentorNot Active6-Aug-10 8:01 
AnswerRe: string format Pin
Not Active6-Aug-10 7:59
mentorNot Active6-Aug-10 7:59 
GeneralRe: string format Pin
Dhyanga9-Aug-10 3:46
Dhyanga9-Aug-10 3:46 

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.