Click here to Skip to main content
15,901,205 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionProblem Reagrding DateComparison Pin
ballameharmurali14-Aug-07 1:36
ballameharmurali14-Aug-07 1:36 
AnswerRe: Problem Reagrding DateComparison Pin
John-ph14-Aug-07 2:29
John-ph14-Aug-07 2:29 
Questionhow can i add an Sub-Report to a Main Report in case of Crystal Reports 10?? [modified] Pin
Robin Khera14-Aug-07 1:33
Robin Khera14-Aug-07 1:33 
Question[Message Deleted] Pin
slimtech14-Aug-07 1:24
slimtech14-Aug-07 1:24 
AnswerRe: How can I access the controls which exist in the other page? Pin
N a r e s h P a t e l14-Aug-07 1:37
N a r e s h P a t e l14-Aug-07 1:37 
AnswerRe: How can I access the controls which exist in the other page? Pin
Sandeep Akhare14-Aug-07 2:37
Sandeep Akhare14-Aug-07 2:37 
AnswerRe: How can I access the controls which exist in the other page? Pin
N a v a n e e t h14-Aug-07 2:54
N a v a n e e t h14-Aug-07 2:54 
AnswerRe: How can I access the controls which exist in the other page? Pin
Christian Graus14-Aug-07 12:11
protectorChristian Graus14-Aug-07 12:11 
I'm afraid you need to read a book on ASP.NET. Your other page doesn't actually exist unless you've done a cross page postback. ASP.NET just doesn't work that way. Each page is created when you navigate to it, and when you navigate to another, it's lost.

Ravindra Mahaseth wrote:
assigning the text property of the textbox1 in page2.aspx from the page2.aspx.cs.


textbox1.Text = "blah"; will do that, but I assume you meant to say page1.aspx.cs ?

Ravindra Mahaseth wrote:
but not been able to instantiate the class.


Even if you did, it would have no bearing on the instance of the class which contains the data you're looking for.

Christian Graus - Microsoft MVP - C++

"I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

QuestionCrysta report print Pin
Sebastian T Xavier14-Aug-07 1:12
Sebastian T Xavier14-Aug-07 1:12 
AnswerRe: Crysta report print Pin
Sebastian T Xavier14-Aug-07 2:10
Sebastian T Xavier14-Aug-07 2:10 
GeneralRe: Crysta report print Pin
Blue_Boy14-Aug-07 3:09
Blue_Boy14-Aug-07 3:09 
QuestionBrowser compatibility Error Pin
nandhububbly14-Aug-07 1:07
nandhububbly14-Aug-07 1:07 
AnswerRe: Browser compatibility Error Pin
andyharman14-Aug-07 1:53
professionalandyharman14-Aug-07 1:53 
GeneralRe: Browser compatibility Error Pin
nandhububbly14-Aug-07 2:23
nandhububbly14-Aug-07 2:23 
Questionhow to update sql db table from asp.net Pin
potlakayala14-Aug-07 1:01
potlakayala14-Aug-07 1:01 
AnswerRe: how to update sql db table from asp.net Pin
N a v a n e e t h14-Aug-07 1:40
N a v a n e e t h14-Aug-07 1:40 
GeneralRe: how to update sql db table from asp.net Pin
potlakayala14-Aug-07 1:53
potlakayala14-Aug-07 1:53 
GeneralRe: how to update sql db table from asp.net Pin
N a v a n e e t h14-Aug-07 2:02
N a v a n e e t h14-Aug-07 2:02 
AnswerRe: how to update sql db table from asp.net Pin
Cfer8314-Aug-07 6:14
Cfer8314-Aug-07 6:14 
GeneralRe: how to update sql db table from asp.net Pin
potlakayala15-Aug-07 19:46
potlakayala15-Aug-07 19:46 
QuestionDisabling the close button on a form Pin
Rajiya14-Aug-07 0:43
Rajiya14-Aug-07 0:43 
AnswerRe: Disabling the close button on a form Pin
Colin Angus Mackay14-Aug-07 0:47
Colin Angus Mackay14-Aug-07 0:47 
GeneralRe: Disabling the close button on a form Pin
N a r e s h P a t e l14-Aug-07 1:02
N a r e s h P a t e l14-Aug-07 1:02 
GeneralRe: Disabling the close button on a form Pin
N a v a n e e t h14-Aug-07 1:27
N a v a n e e t h14-Aug-07 1:27 
Questioncode for interactivity of .net application with telephone responses Pin
varunjss114-Aug-07 0:42
varunjss114-Aug-07 0:42 

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.