Getting Started with Adobe After Effects - Part 6: Motion Blur


Upload Image Close it
Select File

This blog incorporates articles about ASP.Net 3.5 and 4.0. Also good amount of concentration is laid on .net projects,book reviews,C# articles,jobs in present industry and some general topics.
Browse by Tags · View All
ARTICLE 61
SQL Server 31
TSQL 30
C# 16
ASP.Net 11
JumpStart 8
GENERAL 8
ASP.Net MVC 7
C# 4.0 6
ASP.Net 4.5 5

Archive · View All
December 2012 22
July 2012 12
May 2012 8
January 2013 7
April 2013 4
March 2013 4
February 2013 4
January 2012 4
August 2012 2
May 2013 1

Rami Vemula's Blog

previouspage by Sai Chander A

May 6 2012 12:00AM by rami   

private void Form1_Load(object sender, EventArgs e)
{
TextBox pp_Textbox1;
Calendar pp_Calendar1;
pp_Textbox1 = (TextBox)PreviousPage.FindControl(“Textbox1?);
pp_Calendar1 = (Calendar)PreviousPage.FindControl(“Calendar1?);
label1.Text = “Hello ” + pp_Textbox1.Text + “
” + “Date Selected: ” +
pp_Calendar1.SelectedDate.ToShortDateString();

this simple program has two errors
previouspage.findcontrol() does not exist in current context
selecteddate.toshortdate();


Republished from Rami Vemula [15 clicks].  Read the original version here [2 clicks].

rami
523 · 0% · 70
1
 
0
Lifesaver
 
0
Refreshed
 
0
Learned
 
0
Incorrect



Submit

Your Comment


Sign Up or Login to post a comment.

"previouspage by Sai Chander A" rated 5 out of 5 by 1 readers
previouspage by Sai Chander A , 5.0 out of 5 based on 1 ratings
    Copyright © Rivera Informatic Private Ltd Contact us      Privacy Policy      Terms of use      Report Abuse      Advertising      [ZULU1097]