No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
6 Posted Topics
you must set mysql encoding. Check mysql references
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;
in mssql [code=sql]select Top 1 * from table order by en Desc[/code]
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
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]
Hi guys! I 'm new in python and i don't how can I capture resize event on root, can anybody help me?
The End.
vasioky