Click here to Skip to main content
16,008,750 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionradiobutton list item editing Pin
grkrishna14-May-09 20:18
grkrishna14-May-09 20:18 
AnswerRe: radiobutton list item editing Pin
Ibrahim Bello14-May-09 21:39
Ibrahim Bello14-May-09 21:39 
AnswerRe: radiobutton list item editing Pin
Herman<T>.Instance15-May-09 3:20
Herman<T>.Instance15-May-09 3:20 
QuestionIs Sql to Linq is dead ? Pin
Mogaambo14-May-09 20:09
Mogaambo14-May-09 20:09 
AnswerRe: Is Sql to Linq is dead ? Pin
N a v a n e e t h14-May-09 23:16
N a v a n e e t h14-May-09 23:16 
Questioncss problem Pin
nikhil123414-May-09 20:07
nikhil123414-May-09 20:07 
AnswerRe: css problem Pin
Rhys Jacob14-May-09 23:39
Rhys Jacob14-May-09 23:39 
Questionremote posting to a webpage [modified] Pin
shabya14-May-09 19:53
shabya14-May-09 19:53 
hello,
i am using the WebNavigate to navigate to a webpage from my c# application.
i try to post data to a form which is in that page. (its my page , i control it)

first , what is the name of the field i need to put in the post string?
is it ID or NAME ?

second , i tried various methods but none filled the form textbox with the information i sent. what am i doing wrong?

here's the c# code

WebBrowser Web = new WebBrowser();
string postdata = "ctl00_pass=1234";
System.Text.Encoding a = System.Text.Encoding.UTF8;
byte[] SendBytes = a.GetBytes(postdata);

Web.Navigate(WebBase + WebAddress, WebTitle, SendBytes, "Content-Type: application/x-www-form-urlencoded");
.


and here's the website

<form name="aspnetForm" method="post" action="default.aspx?key=5555" id="aspnetForm">

<input name="ctl00$pass" type="text" id="ctl00_pass" />

</form>
.


tnx

modified on Friday, May 15, 2009 2:04 AM

Questionhow to change the english text entered in textbox to other indian language using C#/ASP.Net Pin
sharan_cs08914-May-09 19:25
sharan_cs08914-May-09 19:25 
AnswerRe: how to change the english text entered in textbox to other indian language using C#/ASP.Net Pin
mr_muskurahat14-May-09 19:55
mr_muskurahat14-May-09 19:55 
Questionmaster page Pin
naveen attri14-May-09 19:21
naveen attri14-May-09 19:21 
AnswerRe: master page Pin
Roger Wright14-May-09 19:45
professionalRoger Wright14-May-09 19:45 
Questionmaster page Pin
naveen attri14-May-09 19:05
naveen attri14-May-09 19:05 
QuestionProblem with Client.RegisterStartupScript Pin
sarang_k14-May-09 18:28
sarang_k14-May-09 18:28 
AnswerRe: Problem with Client.RegisterStartupScript Pin
Ramesh Swaminathan14-May-09 18:48
Ramesh Swaminathan14-May-09 18:48 
GeneralRe: Problem with Client.RegisterStartupScript Pin
sarang_k14-May-09 18:51
sarang_k14-May-09 18:51 
AnswerRe: Problem with Client.RegisterStartupScript Pin
Aman Bhullar14-May-09 18:51
Aman Bhullar14-May-09 18:51 
GeneralRe: Problem with Client.RegisterStartupScript Pin
sarang_k14-May-09 18:57
sarang_k14-May-09 18:57 
GeneralRe: Problem with Client.RegisterStartupScript Pin
Ramesh Swaminathan14-May-09 19:27
Ramesh Swaminathan14-May-09 19:27 
QuestionInfinite Session timeout Pin
HatakeKaKaShi14-May-09 18:19
HatakeKaKaShi14-May-09 18:19 
AnswerRe: Infinite Session timeout Pin
Ramesh Swaminathan14-May-09 18:54
Ramesh Swaminathan14-May-09 18:54 
GeneralRe: Infinite Session timeout Pin
HatakeKaKaShi14-May-09 19:11
HatakeKaKaShi14-May-09 19:11 
GeneralRe: Infinite Session timeout Pin
Ramesh Swaminathan14-May-09 19:32
Ramesh Swaminathan14-May-09 19:32 
GeneralRe: Infinite Session timeout Pin
HatakeKaKaShi14-May-09 20:00
HatakeKaKaShi14-May-09 20:00 
QuestionAdding controls (textbox, listbox, etc.) in an active page... Pin
The_Collector14-May-09 16:56
The_Collector14-May-09 16:56 

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.