Search Results

Showing results 1 to 12 of 12
Search took 0.01 seconds.
Search: Posts Made By: bheeks
Forum: ASP.NET Aug 21st, 2008
Replies: 3
Views: 7,525
Posted By bheeks
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
Posted By bheeks
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
Posted By bheeks
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
Posted By bheeks
Hi

could you perhaps give more detail on what you want to achieve?
Forum: ASP.NET Aug 19th, 2008
Replies: 8
Views: 19,444
Posted By bheeks
http://www.codeproject.com/KB/webforms/NingLiangSimpleControl.aspx
Forum: ASP.NET Aug 19th, 2008
Replies: 2
Views: 2,378
Posted By bheeks
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
Posted By bheeks
meant..."current date"
Forum: ASP.NET Aug 7th, 2008
Replies: 9
Views: 850
Posted By bheeks
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
Posted By bheeks
what language are you using?
Forum: ASP.NET Aug 7th, 2008
Replies: 4
Views: 1,466
Posted By bheeks
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
Posted By bheeks
Response.Redirect("url");
Forum: ASP.NET Aug 7th, 2008
Replies: 2
Views: 3,450
Posted By bheeks
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
Showing results 1 to 12 of 12

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC