Click here to Skip to main content
15,890,438 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Problem with sqlserver connections not closing Pin
macca2411-Oct-06 5:34
macca2411-Oct-06 5:34 
GeneralRe: Problem with sqlserver connections not closing Pin
macca2411-Oct-06 23:07
macca2411-Oct-06 23:07 
AnswerI might just be blind but... Pin
nlindley712-Oct-06 11:03
nlindley712-Oct-06 11:03 
Questionwebservices Pin
kavithapuranik11-Oct-06 0:55
kavithapuranik11-Oct-06 0:55 
Questionplease Pin
choorakkuttyil11-Oct-06 0:25
choorakkuttyil11-Oct-06 0:25 
AnswerRe: please Pin
_AK_11-Oct-06 0:29
_AK_11-Oct-06 0:29 
GeneralRe: please Pin
choorakkuttyil11-Oct-06 0:35
choorakkuttyil11-Oct-06 0:35 
GeneralRe: please Pin
_AK_11-Oct-06 0:41
_AK_11-Oct-06 0:41 
You can send value (which is kaushal in this case) with querystring like this:
string str = "../Destination.aspx?var=kaushal";<br />
			Response.Redirect(str);


You can retrieve it like this in the destination page:
string str1 = Request.QueryString[var].ToString();
Smile | :)

Best Regards,
Apurva Kaushal

GeneralRe: please Pin
choorakkuttyil11-Oct-06 0:45
choorakkuttyil11-Oct-06 0:45 
GeneralRe: please Pin
_AK_11-Oct-06 0:52
_AK_11-Oct-06 0:52 
GeneralRe: please Pin
choorakkuttyil11-Oct-06 0:54
choorakkuttyil11-Oct-06 0:54 
GeneralRe: please Pin
_AK_11-Oct-06 0:55
_AK_11-Oct-06 0:55 
GeneralRe: please Pin
choorakkuttyil11-Oct-06 1:16
choorakkuttyil11-Oct-06 1:16 
GeneralRe: please Pin
choorakkuttyil11-Oct-06 1:19
choorakkuttyil11-Oct-06 1:19 
GeneralRe: please Pin
_AK_11-Oct-06 1:25
_AK_11-Oct-06 1:25 
AnswerRe: please Pin
perlmunger12-Oct-06 4:47
perlmunger12-Oct-06 4:47 
Questionneed some modifications in confirm box(javascript question very very urgent plz help) Pin
varuni6510-Oct-06 23:48
varuni6510-Oct-06 23:48 
AnswerRe: need some modifications in confirm box(javascript question very very urgent plz help) Pin
minhpc_bk11-Oct-06 15:20
minhpc_bk11-Oct-06 15:20 
AnswerRe: need some modifications in confirm box(javascript question very very urgent plz help) Pin
Vasudevan Deepak Kumar12-Oct-06 4:49
Vasudevan Deepak Kumar12-Oct-06 4:49 
Generalpop up page of defined size in asp.net Pin
Deepak the Cool10-Oct-06 23:39
Deepak the Cool10-Oct-06 23:39 
GeneralRe: pop up page of defined size in asp.net Pin
thomas_joyee11-Oct-06 0:27
thomas_joyee11-Oct-06 0:27 
QuestionDeployment/publishing queries Pin
Alice@mywonderland10-Oct-06 22:39
Alice@mywonderland10-Oct-06 22:39 
Questionhtml to pdf Pin
TintinV3ck10-Oct-06 22:20
TintinV3ck10-Oct-06 22:20 
AnswerRe: html to pdf Pin
Andrei_KS10-Oct-06 23:29
Andrei_KS10-Oct-06 23:29 
GeneralRe: html to pdf Pin
TintinV3ck11-Oct-06 1:18
TintinV3ck11-Oct-06 1:18 

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.