Click here to Skip to main content
15,897,273 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Image in ASP.Net gird Pin
Cybertrace24-Jul-06 9:23
Cybertrace24-Jul-06 9:23 
GeneralRe: Image in ASP.Net gird Pin
Not Active24-Jul-06 10:19
mentorNot Active24-Jul-06 10:19 
QuestionBrowser vs. Server validation, how is this accomplished? Pin
Skanless24-Jul-06 7:33
Skanless24-Jul-06 7:33 
AnswerRe: Browser vs. Server validation, how is this accomplished? Pin
Not Active24-Jul-06 7:41
mentorNot Active24-Jul-06 7:41 
QuestionAutomation using webbrowser in c# 2005 Pin
Green Fuze24-Jul-06 6:42
Green Fuze24-Jul-06 6:42 
AnswerRe: Automation using webbrowser in c# 2005 Pin
RichardGrimmer24-Jul-06 7:00
RichardGrimmer24-Jul-06 7:00 
GeneralRe: Automation using webbrowser in c# 2005 Pin
Green Fuze24-Jul-06 10:12
Green Fuze24-Jul-06 10:12 
GeneralRe: Automation using webbrowser in c# 2005 Pin
RichardGrimmer25-Jul-06 6:02
RichardGrimmer25-Jul-06 6:02 
Right - -think I get what you're saying....

In order to programmatically click a button on the client side, you need to know the button's ID...

You can do this by either View Source, or using the IE Dev toolbar.

Once you know its ID, you can get hold of it as an object using document.getElementById(buttonID) (in Javascript)

Then just call .click() method of the button.

The (null, null) bit is a server side thing - I was assuming that you had access to the codebehind, in which case, you can call the handler directly. But since you're using the webbrowser control (just out of interest-WHY?) it won't work..

BTW - what do you mean about "I don't have....."?

Am I following what you want to achieve?

"Now I guess I'll sit back and watch people misinterpret what I just said......"
Christian Graus At The Soapbox

QuestionCaching, why not use the asp.net cache for everything? Pin
Member 9624-Jul-06 6:28
Member 9624-Jul-06 6:28 
AnswerRe: Caching, why not use the asp.net cache for everything? Pin
Not Active24-Jul-06 7:17
mentorNot Active24-Jul-06 7:17 
GeneralRe: Caching, why not use the asp.net cache for everything? Pin
Member 9624-Jul-06 8:20
Member 9624-Jul-06 8:20 
GeneralRe: Caching, why not use the asp.net cache for everything? Pin
eggsovereasy24-Jul-06 8:31
eggsovereasy24-Jul-06 8:31 
GeneralRe: Caching, why not use the asp.net cache for everything? Pin
Member 9624-Jul-06 8:35
Member 9624-Jul-06 8:35 
QuestionAcess global variable in crystal reports. Pin
ImranIBM24-Jul-06 6:20
ImranIBM24-Jul-06 6:20 
AnswerRe: Acess global variable in crystal reports. Pin
minhpc_bk24-Jul-06 16:01
minhpc_bk24-Jul-06 16:01 
Questionopen & closing a popup window Pin
widget124-Jul-06 4:57
widget124-Jul-06 4:57 
AnswerRe: open & closing a popup window Pin
Ista3-Aug-06 2:57
Ista3-Aug-06 2:57 
QuestionUnable to load DLL Pin
Sayed Muhammad Imran24-Jul-06 3:56
Sayed Muhammad Imran24-Jul-06 3:56 
AnswerRe: Unable to load DLL Pin
Ista27-Jul-06 7:30
Ista27-Jul-06 7:30 
Questioni have a problem in mailing application Pin
zubairy24-Jul-06 3:53
zubairy24-Jul-06 3:53 
AnswerRe: i have a problem in mailing application Pin
Ista4-Aug-06 3:37
Ista4-Aug-06 3:37 
QuestionNeed help on Reporting Services Pin
Slow Learner24-Jul-06 3:18
Slow Learner24-Jul-06 3:18 
Questionhey, i can't access the data Pin
Mohammed Amine24-Jul-06 2:22
Mohammed Amine24-Jul-06 2:22 
AnswerRe: hey, i can't access the data Pin
_AK_24-Jul-06 2:23
_AK_24-Jul-06 2:23 
GeneralRe: hey, i can't access the data Pin
Mohammed Amine24-Jul-06 3:42
Mohammed Amine24-Jul-06 3:42 

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.