Click here to Skip to main content
15,912,932 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: crystal report in popup window..., Pin
Mircea Grelus25-Oct-07 0:00
Mircea Grelus25-Oct-07 0:00 
QuestionIs session id unique. [modified] Pin
Prakash_Mishra24-Oct-07 23:02
Prakash_Mishra24-Oct-07 23:02 
AnswerRe: Is session id unique. Pin
squattyarun24-Oct-07 23:10
squattyarun24-Oct-07 23:10 
AnswerRe: Is session id unique. Pin
N a v a n e e t h24-Oct-07 23:24
N a v a n e e t h24-Oct-07 23:24 
AnswerRe: Is session id unique. Pin
Christian Graus24-Oct-07 23:40
protectorChristian Graus24-Oct-07 23:40 
AnswerRe: Is session id unique. Pin
John-ph25-Oct-07 0:24
John-ph25-Oct-07 0:24 
QuestionForm action with parameters Pin
JacquesDP24-Oct-07 22:44
JacquesDP24-Oct-07 22:44 
AnswerRe: Form action with parameters Pin
Imran Khan Pathan24-Oct-07 23:03
Imran Khan Pathan24-Oct-07 23:03 
Use method="get" property

<form id="form1" target="_blank" action="www.somesite.com/somepage.asp" method="get">
<input type="hidden" name="p1" value="123" />
<input type="hidden" name="p2" value="456" />
<input type="submit" Value="Click on button to go to page"/>
</Form>

best regard
pAthAn

please don't forget to vote on the post that helped you.
GeneralRe: Form action with parameters Pin
JacquesDP24-Oct-07 23:09
JacquesDP24-Oct-07 23:09 
AnswerRe: Form action with parameters Pin
Spunky Coder24-Oct-07 23:08
Spunky Coder24-Oct-07 23:08 
Questionindexing server Pin
venky45624-Oct-07 21:56
venky45624-Oct-07 21:56 
QuestionAjax slow downs large grid, what to do? Pin
xenonysf24-Oct-07 21:35
xenonysf24-Oct-07 21:35 
AnswerRe: Ajax slow downs large grid, what to do? Pin
N a v a n e e t h24-Oct-07 21:38
N a v a n e e t h24-Oct-07 21:38 
GeneralRe: Ajax slow downs large grid, what to do? Pin
xenonysf24-Oct-07 21:50
xenonysf24-Oct-07 21:50 
GeneralRe: Ajax slow downs large grid, what to do? Pin
N a v a n e e t h24-Oct-07 22:58
N a v a n e e t h24-Oct-07 22:58 
AnswerRe: Ajax slow downs large grid, what to do? Pin
Christian Graus24-Oct-07 22:16
protectorChristian Graus24-Oct-07 22:16 
GeneralRe: Ajax slow downs large grid, what to do? Pin
xenonysf24-Oct-07 22:25
xenonysf24-Oct-07 22:25 
GeneralRe: Ajax slow downs large grid, what to do? Pin
Christian Graus24-Oct-07 22:27
protectorChristian Graus24-Oct-07 22:27 
GeneralRe: Ajax slow downs large grid, what to do? Pin
xenonysf24-Oct-07 22:32
xenonysf24-Oct-07 22:32 
GeneralRe: Ajax slow downs large grid, what to do? Pin
Christian Graus24-Oct-07 22:44
protectorChristian Graus24-Oct-07 22:44 
GeneralRe: Ajax slow downs large grid, what to do? Pin
xenonysf24-Oct-07 22:50
xenonysf24-Oct-07 22:50 
AnswerRe: Ajax slow downs large grid, what to do? Pin
Rama Krishna Vavilala24-Oct-07 23:42
Rama Krishna Vavilala24-Oct-07 23:42 
GeneralRe: Ajax slow downs large grid, what to do? Pin
N a v a n e e t h25-Oct-07 0:08
N a v a n e e t h25-Oct-07 0:08 
GeneralRe: Ajax slow downs large grid, what to do? Pin
xenonysf25-Oct-07 1:55
xenonysf25-Oct-07 1:55 
QuestionAsynchronous Web Service Methods Pin
Neeraj Kr24-Oct-07 21:34
Neeraj Kr24-Oct-07 21:34 

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.