Click here to Skip to main content
15,881,413 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Print Pin
Christian Graus8-Aug-08 18:31
protectorChristian Graus8-Aug-08 18:31 
GeneralRe: Print Pin
Paul Conrad8-Aug-08 19:07
professionalPaul Conrad8-Aug-08 19:07 
QuestionAccess Application directory from dll Pin
geekfromindia8-Aug-08 13:20
geekfromindia8-Aug-08 13:20 
AnswerRe: Access Application directory from dll Pin
Christian Graus8-Aug-08 16:55
protectorChristian Graus8-Aug-08 16:55 
AnswerRe: Access Application directory from dll Pin
Nirandas9-Aug-08 23:10
Nirandas9-Aug-08 23:10 
QuestionHow can I call method from one page to other page Pin
amistry_petlad8-Aug-08 12:01
amistry_petlad8-Aug-08 12:01 
GeneralRe: How can I call method from one page to other page Pin
Perspx8-Aug-08 12:36
Perspx8-Aug-08 12:36 
GeneralRe: How can I call method from one page to other page Pin
amistry_petlad9-Aug-08 12:37
amistry_petlad9-Aug-08 12:37 
yes sir,
I have one method in one page,There are 2 pages(_Default and _Default2)
in one webapplication .
one has already built method calcuatbalance()
Now i want to call from page2

this is page1 one.
<br />
<br />
Partial Class _Default<br />
    Inherits System.Web.UI.Page<br />
<br />
    Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load<br />
<br />
<br />
 call calcuatbalance()<br />
<br />
<br />
<br />
    End Sub<br />
<br />
<br />
public sub calcuatbalance()<br />
     ....<br />
     ....<br />
     ....<br />
End sub<br />
<br />
End Class<br />
<br />


this is page2


<br />
<br />
Partial Class _Default2<br />
    Inherits System.Web.UI.Page<br />
<br />
    Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load<br />
<br />
<br />
 call calcuatbalance()<br />
<br />
    End Sub<br />
<br />

How can I call calcualte balance from _Default2 page.



Thanks
GeneralRe: How can I call method from one page to other page Pin
Nirandas9-Aug-08 23:13
Nirandas9-Aug-08 23:13 
QuestionPutting text into an image and downloading it via Response.BinaryWrite Pin
ian dennis8-Aug-08 9:57
ian dennis8-Aug-08 9:57 
Questionfile upload Pin
brettokumar8-Aug-08 8:29
professionalbrettokumar8-Aug-08 8:29 
AnswerRe: file upload Pin
Guffa8-Aug-08 9:19
Guffa8-Aug-08 9:19 
QuestionNested Gridview w/Javascript Show/hide all children Pin
allenpotter8-Aug-08 4:58
allenpotter8-Aug-08 4:58 
Questionddl binding Pin
brettokumar8-Aug-08 3:23
professionalbrettokumar8-Aug-08 3:23 
AnswerRe: ddl binding Pin
Bardy858-Aug-08 3:34
Bardy858-Aug-08 3:34 
GeneralRe: ddl binding Pin
neelaveni.k28-Oct-09 19:23
neelaveni.k28-Oct-09 19:23 
AnswerRe: ddl binding Pin
Sandeep Akhare8-Aug-08 3:47
Sandeep Akhare8-Aug-08 3:47 
AnswerRe: ddl binding Pin
SomeGuyThatIsMe8-Aug-08 4:37
SomeGuyThatIsMe8-Aug-08 4:37 
AnswerRe: ddl binding Pin
musclebai8-Aug-08 11:06
musclebai8-Aug-08 11:06 
QuestionAJAX timer control Pin
eyeseetee8-Aug-08 2:56
eyeseetee8-Aug-08 2:56 
AnswerRe: AJAX timer control Pin
eyeseetee8-Aug-08 3:00
eyeseetee8-Aug-08 3:00 
AnswerRe: AJAX timer control Pin
Sandeep Akhare8-Aug-08 3:50
Sandeep Akhare8-Aug-08 3:50 
GeneralRe: AJAX timer control Pin
eyeseetee8-Aug-08 4:10
eyeseetee8-Aug-08 4:10 
GeneralRe: AJAX timer control Pin
Sandeep Akhare8-Aug-08 4:23
Sandeep Akhare8-Aug-08 4:23 
GeneralRe: AJAX timer control Pin
eyeseetee8-Aug-08 4:41
eyeseetee8-Aug-08 4:41 

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.