Click here to Skip to main content
15,897,891 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Can you help me? Pin
J4amieC18-Feb-08 3:05
J4amieC18-Feb-08 3:05 
Questionhow to disable the context menu dialog in address bar Pin
jagan12317-Feb-08 22:41
jagan12317-Feb-08 22:41 
Generalasp:FileUpload Control With a Regular Expression Pin
Brendan Vogt17-Feb-08 22:32
Brendan Vogt17-Feb-08 22:32 
GeneralRe: asp:FileUpload Control With a Regular Expression Pin
Parwej Ahamad17-Feb-08 23:33
professionalParwej Ahamad17-Feb-08 23:33 
QuestionRe: asp:FileUpload Control With a Regular Expression Pin
Brendan Vogt18-Feb-08 22:17
Brendan Vogt18-Feb-08 22:17 
GeneralRe: asp:FileUpload Control With a Regular Expression Pin
Parwej Ahamad19-Feb-08 0:12
professionalParwej Ahamad19-Feb-08 0:12 
QuestionURGENT! - Passing value from one page to another? [modified] Pin
John Sundar17-Feb-08 21:38
John Sundar17-Feb-08 21:38 
GeneralRe: URGENT! - Passing value from one page to another? Pin
Christian Graus17-Feb-08 21:50
protectorChristian Graus17-Feb-08 21:50 
John Sundar wrote:
.... its urgent my friends.


Of course - they're ALL urgent, and yet, no-one knows how to use google, it seems.

I recommend you buy a beginners book on ASP.NET or just web development in general, so you get some basic concepts under your belt. One very basic concept is that the two ways to store values between pages, are to store them in your session, or ( better here ) put them on the URL.

When you redirect to second.aspx, if you redirect to second.aspx?id=5&name=fred, you can use the Request.QueryString class to access the values of 5 and fred, via their names, id and name. Of course, your users can see this on the URL, so don't use it for sensitive data.

John Sundar wrote:
Currently i m using ASP.NET with C# (.net 2003, 1.1 framework)


Why are you using a framework that is four years and two iterations out of date ? VS2005 and VS2008 would allow a cross page postback, a third option for passing data between pages.

Christian Graus - Microsoft MVP - C++

"also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )

GeneralRe: URGENT! - Passing value from one page to another? Pin
Vasudevan Deepak Kumar17-Feb-08 22:13
Vasudevan Deepak Kumar17-Feb-08 22:13 
GeneralRe: URGENT! - Passing value from one page to another? Pin
Christian Graus17-Feb-08 22:16
protectorChristian Graus17-Feb-08 22:16 
GeneralRe: URGENT! - Passing value from one page to another? Pin
Muhammad Gouda18-Feb-08 0:54
Muhammad Gouda18-Feb-08 0:54 
GeneralRe: URGENT! - Passing value from one page to another? Pin
Mark Churchill18-Feb-08 2:49
Mark Churchill18-Feb-08 2:49 
GeneralRe: URGENT! - Passing value from one page to another? Pin
Pete O'Hanlon18-Feb-08 4:18
mvePete O'Hanlon18-Feb-08 4:18 
GeneralRe: URGENT! - Passing value from one page to another? Pin
aspmax18-Feb-08 13:46
aspmax18-Feb-08 13:46 
GeneralRead and Write the file Pin
sjs4u17-Feb-08 21:31
sjs4u17-Feb-08 21:31 
GeneralRe: Read and Write the file Pin
N a v a n e e t h17-Feb-08 21:47
N a v a n e e t h17-Feb-08 21:47 
GeneralRe: Read and Write the file Pin
sjs4u17-Feb-08 21:56
sjs4u17-Feb-08 21:56 
GeneralRe: Read and Write the file Pin
Christian Graus17-Feb-08 22:08
protectorChristian Graus17-Feb-08 22:08 
GeneralRe: Read and Write the file Pin
sjs4u17-Feb-08 22:13
sjs4u17-Feb-08 22:13 
GeneralRe: Read and Write the file Pin
Christian Graus17-Feb-08 22:17
protectorChristian Graus17-Feb-08 22:17 
GeneralRe: Read and Write the file Pin
sjs4u17-Feb-08 22:32
sjs4u17-Feb-08 22:32 
GeneralRe: Read and Write the file Pin
Christian Graus17-Feb-08 22:39
protectorChristian Graus17-Feb-08 22:39 
GeneralRe: Read and Write the file Pin
N a v a n e e t h17-Feb-08 22:35
N a v a n e e t h17-Feb-08 22:35 
Questionmessage box after saving the information Pin
Sonia Gupta17-Feb-08 21:24
Sonia Gupta17-Feb-08 21:24 
GeneralRe: message box after saving the information Pin
N a v a n e e t h17-Feb-08 21:44
N a v a n e e t h17-Feb-08 21:44 

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.