Forum: ASP.NET Dec 18th, 2008 |
| Replies: 3 Views: 900 ok the second problem can be also in your web.config declaration. you have to different database but I'm not sure because I never used dataConfiguration tag. Hope this will solve your problem.... |
Forum: ASP.NET Dec 18th, 2008 |
| Replies: 3 Views: 900 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... |
Forum: MS SQL Dec 18th, 2008 |
| Replies: 1 Views: 395 in mssql
select Top 1 * from table order by en Desc |
Forum: MySQL Dec 18th, 2008 |
| Replies: 4 Views: 743 you must set mysql encoding. Check mysql references |
Forum: Legacy and Other Languages Dec 12th, 2008 |
| Replies: 2 Views: 752 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 |
Forum: Python Dec 12th, 2008 |
| Replies: 2 Views: 388 |
Forum: VB.NET Dec 12th, 2008 |
| Replies: 2 Views: 3,207 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:
DataTable dt = new DataTable("good");
foreach (DataRow dr in... |
Forum: Python Dec 12th, 2008 |
| Replies: 2 Views: 388 Hi guys!
I 'm new in python and i don't how can I capture resize event on root, can anybody help me? |