Click here to Skip to main content
15,889,462 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Asp.Net Image uploading . Pin
Sathesh Sakthivel17-Jul-07 1:48
Sathesh Sakthivel17-Jul-07 1:48 
AnswerRe: Asp.Net Image uploading . Pin
ballameharmurali17-Jul-07 2:00
ballameharmurali17-Jul-07 2:00 
AnswerRe: Asp.Net Image uploading . Pin
Mubashir Javaid17-Jul-07 2:36
Mubashir Javaid17-Jul-07 2:36 
QuestionSystem.Web.HttpException: Pin
amit_8317-Jul-07 1:03
amit_8317-Jul-07 1:03 
AnswerRe: System.Web.HttpException: Pin
ballameharmurali17-Jul-07 2:03
ballameharmurali17-Jul-07 2:03 
QuestionSending variable to another page Pin
boyindie17-Jul-07 0:37
boyindie17-Jul-07 0:37 
AnswerRe: Sending variable to another page Pin
Eduard Keilholz17-Jul-07 1:07
Eduard Keilholz17-Jul-07 1:07 
AnswerRe: Sending variable to another page Pin
sidbaruah17-Jul-07 1:41
sidbaruah17-Jul-07 1:41 
you can use querystring or sessions

for querystring
string strParam="the value you want to pass";
string urlname=page_name.aspx?¶meter_name="+strParam;
do a response.redirect("urlname");

or Session["session_name"]="value to be passed";

in the profile page you can access that as Session["session_name"] or Request.Querystring["paarameter_name"].

Hope that helps!

I was born dumb!!
Laugh | :laugh: Programming made me laughLaugh | :laugh: !!!
--sid--

GeneralRe: Sending variable to another page Pin
boyindie17-Jul-07 1:48
boyindie17-Jul-07 1:48 
GeneralRe: Sending variable to another page Pin
sidbaruah17-Jul-07 1:52
sidbaruah17-Jul-07 1:52 
GeneralRe: Sending variable to another page Pin
boyindie17-Jul-07 1:54
boyindie17-Jul-07 1:54 
GeneralRe: Sending variable to another page Pin
sidbaruah17-Jul-07 1:58
sidbaruah17-Jul-07 1:58 
GeneralRe: Sending variable to another page Pin
boyindie17-Jul-07 2:07
boyindie17-Jul-07 2:07 
GeneralRe: Sending variable to another page Pin
sidbaruah17-Jul-07 18:20
sidbaruah17-Jul-07 18:20 
QuestionBrowse for multiple files Pin
Hari_101016-Jul-07 23:28
Hari_101016-Jul-07 23:28 
AnswerRe: Browse for multiple files Pin
Vasudevan Deepak Kumar16-Jul-07 23:37
Vasudevan Deepak Kumar16-Jul-07 23:37 
GeneralRe: Browse for multiple files Pin
Hari_101016-Jul-07 23:49
Hari_101016-Jul-07 23:49 
QuestionRaising issues while Migrating from1.1 to 2.0 Pin
yuvachandra16-Jul-07 23:28
yuvachandra16-Jul-07 23:28 
AnswerRe: Raising issues while Migrating from1.1 to 2.0 Pin
SHatchard16-Jul-07 23:38
SHatchard16-Jul-07 23:38 
AnswerRe: Raising issues while Migrating from1.1 to 2.0 Pin
Vasudevan Deepak Kumar16-Jul-07 23:39
Vasudevan Deepak Kumar16-Jul-07 23:39 
Questiondatagrid [modified] Pin
chapathi16-Jul-07 22:49
chapathi16-Jul-07 22:49 
AnswerRe: datagrid Pin
Vasudevan Deepak Kumar16-Jul-07 23:39
Vasudevan Deepak Kumar16-Jul-07 23:39 
GeneralRe: datagrid Pin
chapathi17-Jul-07 0:52
chapathi17-Jul-07 0:52 
GeneralRe: datagrid Pin
Sathesh Sakthivel17-Jul-07 1:04
Sathesh Sakthivel17-Jul-07 1:04 
QuestionHow to force ContentPlaceHolder to keep it's oryginal cotrols id's Pin
mmiesi16-Jul-07 22:18
mmiesi16-Jul-07 22: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.