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 #37.0K
Ranked #4K
~1K People Reached
Favorite Forums

4 Posted Topics

Member Avatar for reema21

Are you trying to populate a dropdown menu from a database? [url]http://www.youtube.com/watch?v=sOE_hA2NLBI[/url]

Member Avatar for dnanetwork
0
74
Member Avatar for MichaelWClark

You have a type set incorrectly it will say somewhere in your error message [CODE]Must declare the scalar variable <@Field>[/CODE] For example [CODE] <asp:QueryStringParameter Name="pID" QueryStringField="pID" Type="Int32" />[/CODE] could need to be changed to [CODE] <asp:QueryStringParameter Name="pID" QueryStringField="pID" />[/CODE]

Member Avatar for MichaelWClark
0
1K
Member Avatar for developer@india

You could change the form tag that is in your masterpage to a normal html form such as [CODE]<form method="post" action="somepage.aspx">[/CODE]

Member Avatar for Citation
0
145
Member Avatar for new SE

you need to to use a convert function [url]http://msdn.microsoft.com/en-us/library/ms187928.aspx[/url]

Member Avatar for Citation
0
117

The End.