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
~227 People Reached
Favorite Tags
Member Avatar for dhaker

hey folks, i have a ASP.net & C# user control created dynamically (contains dropdownlist )but i could not raise a post back when one of ddl is selected Any clue how to perform a postback NB: i used in vain the AutoPostBack="true". thanks in advance

Member Avatar for Codefiva
0
65
Member Avatar for azapovjednik

Hello, I want to make a connection to MSSQL 2008 database, using Visual Studio 2010, ASP.NET C# web site I wrote this connection string in web.config file: <connectionStrings> <add name="konekcija" connectionString="data source=.\SQLEXPRESS;Initial Catalog=Movies;Integrated Security=True;" providerName="System.Data.SqlClient" /> </connectionStrings> Now I need to call that connection on a code behind the page... …

Member Avatar for azapovjednik
0
162