Click here to Skip to main content
15,893,487 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Button on a webpage Pin
chrisclarke119-Jan-11 0:52
chrisclarke119-Jan-11 0:52 
QuestionNested gridview problem Pin
Mansi Arora7-Jan-11 20:11
Mansi Arora7-Jan-11 20:11 
AnswerRe: Nested gridview problem Pin
Sandeep Mewara7-Jan-11 20:37
mveSandeep Mewara7-Jan-11 20:37 
QuestionGridView versus ListView Pin
RobertWS7-Jan-11 14:27
RobertWS7-Jan-11 14:27 
AnswerRe: GridView versus ListView Pin
Yusuf7-Jan-11 17:09
Yusuf7-Jan-11 17:09 
GeneralRe: GridView versus ListView Pin
RobertWS7-Jan-11 23:02
RobertWS7-Jan-11 23:02 
QuestionProgrammatically Click select button in template field Gridview Pin
vimalrajnm7-Jan-11 2:52
vimalrajnm7-Jan-11 2:52 
AnswerRe: Programmatically Click select button in template field Gridview Pin
Keith Barrow7-Jan-11 10:13
professionalKeith Barrow7-Jan-11 10:13 
Thats quite an odd thing to do! For the first step you'd need to use the following JavaScript (as the click happens client side):

document.getElementById('XXXXXXXX').click();


getting "XXXXXXXX" is the problem. The way to find it depends on your method, but post no 2 here[^] might be helpful.

Why are you doing this? It is unusual to want the UI to interact with itself.

Questionparse different strings [modified] Pin
Kunjal9997-Jan-11 0:57
Kunjal9997-Jan-11 0:57 
AnswerRe: parse different strings Pin
Sandesh M Patil7-Jan-11 1:23
Sandesh M Patil7-Jan-11 1:23 
GeneralRe: parse different strings Pin
Kunjal9997-Jan-11 1:28
Kunjal9997-Jan-11 1:28 
GeneralRe: parse different strings Pin
Not Active7-Jan-11 2:35
mentorNot Active7-Jan-11 2:35 
GeneralRe: parse different strings Pin
Sandesh M Patil7-Jan-11 2:59
Sandesh M Patil7-Jan-11 2:59 
AnswerRe: parse different strings Pin
Keith Barrow7-Jan-11 2:20
professionalKeith Barrow7-Jan-11 2:20 
QuestionCrystal report Problem Pin
Any_India6-Jan-11 19:09
Any_India6-Jan-11 19:09 
QuestionHow I can do Online payment ? Pin
Honeyboy_206-Jan-11 14:48
Honeyboy_206-Jan-11 14:48 
AnswerRe: How I can do Online payment ? Pin
Not Active6-Jan-11 15:46
mentorNot Active6-Jan-11 15:46 
AnswerRe: How I can do Online payment ? Pin
Abhijit Jana6-Jan-11 19:41
professionalAbhijit Jana6-Jan-11 19:41 
AnswerRe: How I can do Online payment ? Pin
RaviRanjanKr6-Jan-11 21:54
professionalRaviRanjanKr6-Jan-11 21:54 
GeneralRe: How I can do Online payment ? Pin
Honeyboy_207-Jan-11 0:57
Honeyboy_207-Jan-11 0:57 
GeneralRe: How I can do Online payment ? Pin
Kunjal9997-Jan-11 1:37
Kunjal9997-Jan-11 1:37 
QuestionHTTP Handler Pin
snouto5-Jan-11 22:24
snouto5-Jan-11 22:24 
AnswerRe: HTTP Handler Pin
Sandesh M Patil7-Jan-11 1:25
Sandesh M Patil7-Jan-11 1:25 
GeneralRe: HTTP Handler Pin
Not Active7-Jan-11 2:32
mentorNot Active7-Jan-11 2:32 
GeneralRe: HTTP Handler Pin
Sandesh M Patil7-Jan-11 2:57
Sandesh M Patil7-Jan-11 2:57 

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.