Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #4K
~6K People Reached
Favorite Forums
Favorite Tags

8 Posted Topics

Member Avatar for ameenu

[url]http://www.codeproject.com/KB/webforms/NingLiangSimpleControl.aspx[/url]

Member Avatar for jagidy
0
5K
Member Avatar for RandV80
Member Avatar for sasindagi

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]

Member Avatar for bheeks
0
83
Member Avatar for 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 Dynamically created HTML controls within the Page_Init section, which sets the controls onto the controlling …

Member Avatar for bheeks
0
112
Member Avatar for ndodi
Member Avatar for jamello

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

Member Avatar for bheeks
0
171
Member Avatar for jeffchan86
Member Avatar for WhYuLoOkIn

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

Member Avatar for bheeks
0
140

The End.