User Profile
Collapse
-
this.Label.Text =DateTime.Today .ToString(); -
Focus on fundamentals of C#, database connection method and then practice programs related to collections, Interface, Type and Inheritance. For ASP.net , refresh the ASP.Net life cycle, postback, viewstate and configuration file and its settings. Actually, it needs more practice and then debugging to learn depth progamming. Donot give up.
Best of LuckLeave a comment:
-
-
passing values from one aspx page to other
[quote]
thanksCode:Using Session variable will be best choice. In Page_load method define a session variable Session["text"]= this.txtbox.Text.ToString(); Next aspx page retrieve the value in page_Load method this.txtbox.Text=Session["txt"].ToString();
[/quoteLeave a comment:
No activity results to display
Show More
Leave a comment: