Click here to Skip to main content
15,888,286 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: How to submit a record and send as an email attachment at once? Pin
jkirkerx26-Oct-16 13:33
professionaljkirkerx26-Oct-16 13:33 
GeneralRe: How to submit a record and send as an email attachment at once? Pin
samflex26-Oct-16 15:41
samflex26-Oct-16 15:41 
GeneralRe: How to submit a record and send as an email attachment at once? Pin
jkirkerx27-Oct-16 7:06
professionaljkirkerx27-Oct-16 7:06 
GeneralRe: How to submit a record and send as an email attachment at once? Pin
samflex27-Oct-16 8:12
samflex27-Oct-16 8:12 
GeneralRe: How to submit a record and send as an email attachment at once? Pin
jkirkerx27-Oct-16 11:36
professionaljkirkerx27-Oct-16 11:36 
GeneralRe: How to submit a record and send as an email attachment at once? Pin
samflex27-Oct-16 15:11
samflex27-Oct-16 15:11 
QuestionPOST xml request to an API with feedback asp.net mvc Pin
MacroSss21-Oct-16 0:11
MacroSss21-Oct-16 0:11 
AnswerRe: POST xml request to an API with feedback asp.net mvc Pin
jkirkerx24-Oct-16 9:15
professionaljkirkerx24-Oct-16 9:15 
Well if it's an aspx page, then that's a HTML page, and not a web service. So you have to post the data as input fields or textboxes that match the textboxes on the page you linked. And then scrape or parse the HTML that is returned from the page.

Normally, a web service would use a asmx page, in which you send XML and receive XML back.

As far as the view and controller goes, can't help there because I think your issue is logging in and getting the data.

CIM or SIM card processing systems use the first technique, and that info can help you on the first part.

Automatic HTML Login using POST Method - Auto login a Website on Double Click • Crunchify[^]

It can be done in pure code using the HTTPWebRequest and response
c# - Programatically login to remote website not showing user-details page as response as expected - Stack Overflow[^]

I've written many of these in VB and c# to login to my own websites, or other peoples websites to fetch info. This is code you can run from your controller and send to the view.
AnswerRe: POST xml request to an API with feedback asp.net mvc Pin
MacroSss26-Oct-16 1:23
MacroSss26-Oct-16 1:23 
GeneralRe: POST xml request to an API with feedback asp.net mvc Pin
MacroSss26-Oct-16 1:24
MacroSss26-Oct-16 1:24 
QuestionThere is no ViewData item of type 'IEnumerable<SelectListItem>' that has the key 'SelectedClientList'. Pin
amioni20-Oct-16 1:43
amioni20-Oct-16 1:43 
AnswerRe: There is no ViewData item of type 'IEnumerable<SelectListItem>' that has the key 'SelectedClientList'. Pin
jkirkerx20-Oct-16 8:57
professionaljkirkerx20-Oct-16 8:57 
QuestionHow to save modal popup form into database/data table Pin
Bootzilla3319-Oct-16 10:47
Bootzilla3319-Oct-16 10:47 
AnswerRe: How to save modal popup form into database/data table Pin
Sahil Saini @ Software Developer19-Oct-16 19:23
professionalSahil Saini @ Software Developer19-Oct-16 19:23 
Questioni want fill 2 table with 1 click can I? Pin
moj197817-Oct-16 9:00
moj197817-Oct-16 9:00 
AnswerRe: i want fill 2 table with 1 click can I? Pin
Vincent Maverick Durano17-Oct-16 9:07
professionalVincent Maverick Durano17-Oct-16 9:07 
GeneralRe: i want fill 2 table with 1 click can I? Pin
moj197817-Oct-16 9:13
moj197817-Oct-16 9:13 
GeneralRe: i want fill 2 table with 1 click can I? Pin
Vincent Maverick Durano17-Oct-16 9:17
professionalVincent Maverick Durano17-Oct-16 9:17 
GeneralRe: i want fill 2 table with 1 click can I? Pin
moj197817-Oct-16 9:14
moj197817-Oct-16 9:14 
AnswerRe: i want fill 2 table with 1 click can I? Pin
Wendelius17-Oct-16 9:28
mentorWendelius17-Oct-16 9:28 
GeneralRe: i want fill 2 table with 1 click can I? Pin
moj197817-Oct-16 10:28
moj197817-Oct-16 10:28 
GeneralRe: i want fill 2 table with 1 click can I? Pin
Wendelius17-Oct-16 17:05
mentorWendelius17-Oct-16 17:05 
QuestionPosting back part of a model - instead of using querystrings for filters - MVC. part of the model post back Pin
jkirkerx17-Oct-16 8:38
professionaljkirkerx17-Oct-16 8:38 
AnswerRe: Posting back part of a model - instead of using querystrings for filters - MVC. part of the model post back Pin
jkirkerx17-Oct-16 10:21
professionaljkirkerx17-Oct-16 10:21 
QuestionTracking Pin
sarwajeet singh16-Oct-16 23:42
sarwajeet singh16-Oct-16 23: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.