Click here to Skip to main content
15,885,869 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: how to connect to the pop3 server from web page Pin
Kannan Ar9-Nov-09 15:27
professionalKannan Ar9-Nov-09 15:27 
QuestionShow/hide menu Pin
aspneter9-Nov-09 9:38
aspneter9-Nov-09 9:38 
AnswerRe: Show/hide menu Pin
Abhishek Sur9-Nov-09 10:26
professionalAbhishek Sur9-Nov-09 10:26 
QuestionCan I get a hold of ASP controls in an ASPX page Pin
fiaolle9-Nov-09 8:22
fiaolle9-Nov-09 8:22 
AnswerRe: Can I get a hold of ASP controls in an ASPX page Pin
fiaolle9-Nov-09 8:26
fiaolle9-Nov-09 8:26 
GeneralRe: Can I get a hold of ASP controls in an ASPX page Pin
Abhishek Sur9-Nov-09 8:42
professionalAbhishek Sur9-Nov-09 8:42 
GeneralRe: Can I get a hold of ASP controls in an ASPX page Pin
fiaolle9-Nov-09 9:00
fiaolle9-Nov-09 9:00 
GeneralRe: Can I get a hold of ASP controls in an ASPX page Pin
Abhishek Sur9-Nov-09 10:23
professionalAbhishek Sur9-Nov-09 10:23 
I mean say you have a page called submitRequest.aspx

Now from your Asp page use:

<br />
<form action ="submitRequest.aspx" >


thus when the page is posted back it goes to submitRequest.aspx. You can get each of those form elements using Request object from submitRequest.aspx (even the IFrame) where page is your custom handler.

You can also use a class which inherits from IHttpHandler to call its process request.

On the other hand, how could you access the iframe from the server side, if your actual parent page is made using asp. You better use javascript to get reference from Iframe if you do require.

I hope you got my point. Smile | :)

Abhishek Sur
Don't forget to click "Good Answer" if you like this Solution.
My Latest Articles-->

Simplify Code Using NDepend
Basics of Bing Search API using .NET
Microsoft Bing MAP using Javascript

GeneralRe: Can I get a hold of ASP controls in an ASPX page Pin
fiaolle9-Nov-09 10:59
fiaolle9-Nov-09 10:59 
GeneralRe: Can I get a hold of ASP controls in an ASPX page Pin
Abhishek Sur9-Nov-09 21:27
professionalAbhishek Sur9-Nov-09 21:27 
GeneralRe: Can I get a hold of ASP controls in an ASPX page Pin
fiaolle9-Nov-09 21:45
fiaolle9-Nov-09 21:45 
Questionchat application Pin
anishkannan9-Nov-09 6:36
anishkannan9-Nov-09 6:36 
AnswerRe: chat application Pin
Abhishek Sur9-Nov-09 7:14
professionalAbhishek Sur9-Nov-09 7:14 
GeneralRe: chat application Pin
N a v a n e e t h9-Nov-09 15:53
N a v a n e e t h9-Nov-09 15:53 
GeneralRe: chat application Pin
Abhishek Sur9-Nov-09 21:17
professionalAbhishek Sur9-Nov-09 21:17 
AnswerRe: chat application Pin
The Man from U.N.C.L.E.9-Nov-09 7:14
The Man from U.N.C.L.E.9-Nov-09 7:14 
QuestionASP.NET AJAX Postback Not Updating DOM? Pin
Shawn Souto9-Nov-09 5:55
Shawn Souto9-Nov-09 5:55 
GeneralCould this be a "typo"`? Pin
student_rhr9-Nov-09 12:49
student_rhr9-Nov-09 12:49 
GeneralRe: Could this be a "typo"`? [modified] Pin
Shawn Souto9-Nov-09 13:38
Shawn Souto9-Nov-09 13:38 
GeneralRe: Could this be a "typo"`? Pin
student_rhr10-Nov-09 5:37
student_rhr10-Nov-09 5:37 
GeneralRe: Could this be a "typo"`? Pin
Shawn Souto10-Nov-09 8:42
Shawn Souto10-Nov-09 8:42 
QuestionHow can I modify rows(xx) displayed in MultiLine Textbox datagridtemplate-itemtemplate dynamically Pin
rickqu9-Nov-09 4:58
rickqu9-Nov-09 4:58 
QuestionNotificate by sending an email automatically Pin
Member 47041439-Nov-09 3:56
Member 47041439-Nov-09 3:56 
AnswerRe: Notificate by sending an email automatically Pin
Gamzun9-Nov-09 4:03
Gamzun9-Nov-09 4:03 
AnswerRe: Notificate by sending an email automatically Pin
Parwej Ahamad9-Nov-09 4:03
professionalParwej Ahamad9-Nov-09 4:03 

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.