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

ASP.NET

 
GeneralRe: How To Handele "Invalid viewstate" Error Pin
HimaBindu Vejella13-Jan-10 0:15
HimaBindu Vejella13-Jan-10 0:15 
QuestionImages directory stored on separate server prompts for logon... Pin
Goalie3512-Jan-10 18:30
Goalie3512-Jan-10 18:30 
AnswerRe: Images directory stored on separate server prompts for logon... Pin
Brij12-Jan-10 20:42
mentorBrij12-Jan-10 20:42 
Questionweb application is slow on web Pin
vikas shukla12-Jan-10 18:29
vikas shukla12-Jan-10 18:29 
AnswerRe: web application is slow on web Pin
Pranay Rana12-Jan-10 18:54
professionalPranay Rana12-Jan-10 18:54 
GeneralRe: web application is slow on web Pin
vikas shukla12-Jan-10 18:56
vikas shukla12-Jan-10 18:56 
GeneralRe: web application is slow on web Pin
vikas shukla12-Jan-10 18:57
vikas shukla12-Jan-10 18:57 
Questionreceiving posted data in a page from SHDocVw.InternetExplorer Pin
sanjubaba12-Jan-10 17:58
sanjubaba12-Jan-10 17:58 
hi,
   i am opening a web application from a windows applicatino using
SHDocVw.InternetExplorer.
eg.

object vPost, vHeader, vFlags, vTargetFrame, vUrl;
                  string vPostData;
                  vPostData = "SecKey=123&Uname=xyz";

                  SHDocVw.InternetExplorer ie; //Class ie = new SHDocVw.InternetExplorerClass();
                  vFlags = null;
                  vTargetFrame = null;

                  vUrl = "http://localhost/app/StartUpPage.aspx";
                  vHeader = "Content-Type: application/x-www-form-urlencoded" + Convert.ToChar(10) + Convert.ToChar(13);

                  //Convert the string to post to an array of bytes.
                  vPost = ASCIIEncoding.ASCII.GetBytes(vPostData);

ie.Navigate2(ref vUrl, ref vFlags, ref vTargetFrame, ref vPost, ref vHeader);
In the above code vpost is an bytes array which i am posting to the web application.

my question is how to receive the posted data in a web application

Sandeep Kumbhar

QuestionLoginStatus not working within master page Pin
jboyd11112-Jan-10 8:34
jboyd11112-Jan-10 8:34 
AnswerRe: LoginStatus not working within master page Pin
LloydJJ4-Jun-10 3:23
LloydJJ4-Jun-10 3:23 
QuestionGetting Error Pin
jojoba201012-Jan-10 6:31
jojoba201012-Jan-10 6:31 
AnswerRe: Getting Error Pin
N a v a n e e t h12-Jan-10 6:47
N a v a n e e t h12-Jan-10 6:47 
AnswerRe: Getting Error Pin
Abhijit Jana12-Jan-10 6:52
professionalAbhijit Jana12-Jan-10 6:52 
QuestionHow to integrate Asp.net application with Quick books Pin
xodeblack12-Jan-10 6:23
xodeblack12-Jan-10 6:23 
AnswerRe: How to integrate Asp.net application with Quick books Pin
N a v a n e e t h12-Jan-10 6:49
N a v a n e e t h12-Jan-10 6:49 
AnswerRe: How to integrate Asp.net application with Quick books Pin
Abhijit Jana12-Jan-10 6:53
professionalAbhijit Jana12-Jan-10 6:53 
GeneralRe: How to integrate Asp.net application with Quick books Pin
xodeblack12-Jan-10 7:13
xodeblack12-Jan-10 7:13 
AnswerQuickbooks ODBC driver download Pin
David Mujica12-Jan-10 7:39
David Mujica12-Jan-10 7:39 
QuestionHow to call javascript function in page_load event without any control attachment Pin
xodeblack12-Jan-10 6:22
xodeblack12-Jan-10 6:22 
AnswerRe: How to call javascript function in page_load event without any control attachment Pin
N a v a n e e t h12-Jan-10 6:50
N a v a n e e t h12-Jan-10 6:50 
AnswerRe: How to call javascript function in page_load event without any control attachment Pin
Abhijit Jana12-Jan-10 6:59
professionalAbhijit Jana12-Jan-10 6:59 
GeneralRe: How to call javascript function in page_load event without any control attachment Pin
xodeblack12-Jan-10 7:15
xodeblack12-Jan-10 7:15 
AnswerRe: How to call javascript function in page_load event without any control attachment Pin
Brij12-Jan-10 8:16
mentorBrij12-Jan-10 8:16 
AnswerRe: How to call javascript function in page_load event without any control attachment Pin
Pranay Rana12-Jan-10 19:02
professionalPranay Rana12-Jan-10 19:02 
AnswerRe: How to call javascript function in page_load event without any control attachment Pin
carlecomm13-Jan-10 19:17
carlecomm13-Jan-10 19:17 

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.