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

ASP.NET

 
GeneralRe: Regarding Checkbox Pin
ypsyong2-Aug-06 21:30
ypsyong2-Aug-06 21:30 
GeneralRe: Regarding Checkbox Pin
_AK_2-Aug-06 21:35
_AK_2-Aug-06 21:35 
GeneralRe: Regarding Checkbox Pin
ypsyong2-Aug-06 23:58
ypsyong2-Aug-06 23:58 
GeneralRe: Regarding Checkbox Pin
_AK_3-Aug-06 0:03
_AK_3-Aug-06 0:03 
GeneralRe: Regarding Checkbox Pin
ypsyong3-Aug-06 0:14
ypsyong3-Aug-06 0:14 
GeneralRe: Regarding Checkbox Pin
_AK_3-Aug-06 0:17
_AK_3-Aug-06 0:17 
GeneralRe: Regarding Checkbox Pin
ypsyong3-Aug-06 0:20
ypsyong3-Aug-06 0:20 
GeneralRe: Regarding Checkbox Pin
_AK_3-Aug-06 0:26
_AK_3-Aug-06 0:26 
suppose if you want to use session state then you can store the value like this:
Session["varName"] = "value what you want to store";
same way you can retrieve also:
string str = Session["varName"].ToString();

For querystring like this:
URL?varName="value what you want to pass";

and to retrieve :
str = Request.QueryString["varName"].ToString();

Best Regards,
Apurva Kaushal

GeneralRe: Regarding Checkbox Pin
ypsyong3-Aug-06 0:33
ypsyong3-Aug-06 0:33 
GeneralRe: Regarding Checkbox Pin
_AK_3-Aug-06 1:13
_AK_3-Aug-06 1:13 
AnswerRe: Regarding Checkbox Pin
Pradipta Basu2-Aug-06 19:00
Pradipta Basu2-Aug-06 19:00 
GeneralRe: Regarding Checkbox Pin
ypsyong2-Aug-06 20:47
ypsyong2-Aug-06 20:47 
AnswerRe: Regarding Checkbox Pin
kiran kumar[Intelligroup]2-Aug-06 20:11
kiran kumar[Intelligroup]2-Aug-06 20:11 
GeneralRe: Regarding Checkbox Pin
ypsyong2-Aug-06 20:49
ypsyong2-Aug-06 20:49 
Questiondilemma Pin
sstcher2-Aug-06 12:45
sstcher2-Aug-06 12:45 
QuestionFinding the Page Generation Time [modified] Pin
Woad2-Aug-06 12:12
Woad2-Aug-06 12:12 
AnswerRe: Finding the Page Generation Time Pin
Guffa2-Aug-06 13:40
Guffa2-Aug-06 13:40 
GeneralRe: Finding the Page Generation Time Pin
Woad2-Aug-06 13:43
Woad2-Aug-06 13:43 
AnswerRe: Finding the Page Generation Time Pin
kiran kumar[Intelligroup]2-Aug-06 22:22
kiran kumar[Intelligroup]2-Aug-06 22:22 
QuestionAdding Asp.Net file to a normal HTML Site Pin
aseef2-Aug-06 12:11
aseef2-Aug-06 12:11 
AnswerRe: Adding Asp.Net file to a normal HTML Site Pin
minhpc_bk2-Aug-06 15:09
minhpc_bk2-Aug-06 15:09 
GeneralRe: Adding Asp.Net file to a normal HTML Site Pin
aseef2-Aug-06 20:49
aseef2-Aug-06 20:49 
GeneralRe: Adding Asp.Net file to a normal HTML Site Pin
minhpc_bk3-Aug-06 15:56
minhpc_bk3-Aug-06 15:56 
Question"Some of the properties associated with the solution could not be read" Pin
Dpriya2-Aug-06 11:24
Dpriya2-Aug-06 11:24 
AnswerRe: "Some of the properties associated with the solution could not be read" Pin
minhpc_bk2-Aug-06 15:10
minhpc_bk2-Aug-06 15:10 

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.