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

6 Posted Topics

Member Avatar for queenc
Member Avatar for skumar.snl

your problem is here : string con = System.Web.Configuration.WebConfigurationManager.ConnectionStrings["cn"].ConnectionString; you have no connection string with name "cn" your connection string is called AdventureWorksDB this mean you have to write : System.Web.Configuration.WebConfigurationManager.ConnectionStrings[COLOR="Red"]["AdventureWorksDB "][/COLOR].ConnectionString;

Member Avatar for vasioky
0
116
Member Avatar for bhagat khetwal
Member Avatar for vasioky
0
69
Member Avatar for Merkava

Hi Merkava you can try 2 command for get a lot of staf >cmd /? >start /? I did so: start /b iexplorer www start /b iexplorer www start /b iexplorer www I hope this will help you

Member Avatar for Merkava
0
92
Member Avatar for manoj_582033

you can create a new data table and ad according rows in it and after that you can bind a grid with this data source like this: [code]DataTable dt = new DataTable("good"); foreach (DataRow dr in oldDt) { if (dr)//condition { dt.Rows.Add(dr); } } GridView1.DataSource = dt; Gridview1.DataBind();[/code]

Member Avatar for manoj_582033
0
93
Member Avatar for vasioky

Hi guys! I 'm new in python and i don't how can I capture resize event on root, can anybody help me?

Member Avatar for vasioky
0
73

The End.