Forum: ASP.NET Aug 21st, 2008 |
| Replies: 3 Views: 7,525 Hi...
why not use a session variable to pass values??..
Example
int number = 75;
Session["MySessionVariable"] = number.ToString();
//Retrieving the variable |
Forum: ASP.NET Aug 21st, 2008 |
| Replies: 2 Views: 2,378 Thanks for your help...I chose to do it a completely different way...and it works much better..Thank you |
Forum: ASP.NET Aug 19th, 2008 |
| Replies: 14 Views: 5,674 if you are trying to show different content at different times by the click of a button. You could use a <div>..
Example:
<div id="myContent" runat="server"></div>
Once creating the <div>... |
Forum: ASP.NET Aug 19th, 2008 |
| Replies: 14 Views: 5,674 Hi
could you perhaps give more detail on what you want to achieve? |
Forum: ASP.NET Aug 19th, 2008 |
| Replies: 8 Views: 19,444 http://www.codeproject.com/KB/webforms/NingLiangSimpleControl.aspx |
Forum: ASP.NET Aug 19th, 2008 |
| Replies: 2 Views: 2,378 Hi all
I am currently sitting with a problem where I have created dynami controls in a seperate "htmlDesigner" calls I have created. Once I return the html to the calling page, I insert the... |
Forum: ASP.NET Aug 7th, 2008 |
| Replies: 9 Views: 850 |
Forum: ASP.NET Aug 7th, 2008 |
| Replies: 9 Views: 850 well...to help you with your time problem...to get the current time... is DataTime.Now
to format the time to a short date\time string all you do is
string dateString =... |
Forum: ASP.NET Aug 7th, 2008 |
| Replies: 9 Views: 850 what language are you using? |
Forum: ASP.NET Aug 7th, 2008 |
| Replies: 4 Views: 1,466 Could you pleae post a sample on how exactly you want the information to look?...EXACTLY...this will alllow everyone to see what exactly you need the repeated data to look like |
Forum: ASP.NET Aug 7th, 2008 |
| Replies: 1 Views: 613 Response.Redirect("url"); |
Forum: ASP.NET Aug 7th, 2008 |
| Replies: 2 Views: 3,450 Could you pleae post a sample on how exactly you want the information to look?...EXACTLY...this will alllow everyone to see what exactly you need the repeated data to look like |