Forum: ASP.NET Sep 20th, 2009 |
| Replies: 2 Views: 787 HI my friend...
assuming that you have 365 pages already made, you could do the following
- THIS IS A QUICK FIX
What you need is a table in your database with 3 columns
1. PrimaryKey... |
Forum: C# Jan 16th, 2009 |
| Replies: 16 Views: 3,238 Can i maybe give you a new approach ???
Ive done this like this
in the formload of form1
this.Tag = form2;
now you can access form 2, so now you can say on a button - |