Click here to Skip to main content
15,902,032 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionQuerystring? urgent Pin
Karthick_gc6-Apr-09 22:52
Karthick_gc6-Apr-09 22:52 
AnswerRe: Querystring? urgent Pin
Abhishek Sur6-Apr-09 23:03
professionalAbhishek Sur6-Apr-09 23:03 
GeneralRe: Querystring? urgent Pin
Karthick_gc6-Apr-09 23:13
Karthick_gc6-Apr-09 23:13 
GeneralRe: Querystring? urgent Pin
Zia Ul Haq Soofi7-Apr-09 0:12
Zia Ul Haq Soofi7-Apr-09 0:12 
AnswerRe: Querystring? urgent Pin
anilpal6-Apr-09 23:22
anilpal6-Apr-09 23:22 
GeneralRe: Querystring? urgent Pin
Karthick_gc6-Apr-09 23:47
Karthick_gc6-Apr-09 23:47 
GeneralRe: Querystring? urgent Pin
anilpal7-Apr-09 0:16
anilpal7-Apr-09 0:16 
AnswerRe: Querystring? urgent Pin
RyanMorris7-Apr-09 0:10
RyanMorris7-Apr-09 0:10 
Hi Karthick_gc,

Have you tried doing it like this:

xmlHttp.open("GET","ResponserFile.aspx?id=" + id + "&name=" + nam + "&cell=" + cel + "&bool=true");


I'm assuming that id, nam and cel are variables. Then to retrieve the data on the form you would use:

Request.QueryString["id"]
Request.QueryString["name"]
Request.QueryString["cell"]
Request.QueryString["bool"]


I hope this helps.

Ryan
AnswerRe: Querystring? urgent Pin
Christian Graus7-Apr-09 0:35
protectorChristian Graus7-Apr-09 0:35 
AnswerRe: Querystring? urgent Pin
Laddie7-Apr-09 2:03
Laddie7-Apr-09 2:03 
Questionyoutube video download Pin
SubarnaMishra6-Apr-09 22:51
SubarnaMishra6-Apr-09 22:51 
AnswerRe: youtube video download Pin
anilpal6-Apr-09 23:23
anilpal6-Apr-09 23:23 
GeneralRe: youtube video download Pin
SubarnaMishra6-Apr-09 23:30
SubarnaMishra6-Apr-09 23:30 
GeneralRe: youtube video download Pin
anilpal6-Apr-09 23:41
anilpal6-Apr-09 23:41 
GeneralRe: youtube video download Pin
SubarnaMishra7-Apr-09 1:51
SubarnaMishra7-Apr-09 1:51 
AnswerRe: youtube video download Pin
Yusuf7-Apr-09 11:43
Yusuf7-Apr-09 11:43 
GeneralRe: youtube video download Pin
SubarnaMishra7-Apr-09 21:48
SubarnaMishra7-Apr-09 21:48 
GeneralRe: youtube video download Pin
Yusuf8-Apr-09 1:28
Yusuf8-Apr-09 1:28 
QuestionUsing javascripts in SITEMAP Pin
Hajab6-Apr-09 21:57
Hajab6-Apr-09 21:57 
QuestionHow to inherit User contol to another user control Pin
suzzain6-Apr-09 21:35
suzzain6-Apr-09 21:35 
AnswerRe: How to inherit User contol to another user control Pin
anilpal6-Apr-09 23:19
anilpal6-Apr-09 23:19 
AnswerRe: How to inherit User contol to another user control Pin
Yusuf7-Apr-09 11:46
Yusuf7-Apr-09 11:46 
Questionnot getting .net framework 3.5 in IIS? Pin
Piyush Vardhan Singh6-Apr-09 21:28
Piyush Vardhan Singh6-Apr-09 21:28 
AnswerRe: not getting .net framework 3.5 in IIS? Pin
Abhishek Sur6-Apr-09 22:36
professionalAbhishek Sur6-Apr-09 22:36 
GeneralRe: not getting .net framework 3.5 in IIS? Pin
Piyush Vardhan Singh6-Apr-09 22:53
Piyush Vardhan Singh6-Apr-09 22:53 

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.