No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
8 Posted Topics
[url]http://www.codeproject.com/KB/webforms/NingLiangSimpleControl.aspx[/url]
Hi could you perhaps give more detail on what you want to achieve?
Hi... why not use a session variable to pass values??.. Example [code] int number = 75; Session["MySessionVariable"] = number.ToString(); //Retrieving the variable int numberTwo = Convert.ToInt32(Session["MySessionVariable"].ToString()); [/code]
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 Dynamically created HTML controls within the Page_Init section, which sets the controls onto the controlling …
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
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
The End.
bheeks