I install csharpdevelop because it's GPL;Can someone tell me where can i find help such as MSDN Library? I need complete help that suport details for...
... Hash: SHA1 does .NET support sound recording and playing to/from mp3 files? i found only to wav format on MSDN. any information on how to do it? thanks -...
Hi! This is deepa. I m working with c# windows based application along with ADO.net. I want a column in a datagrid to be combobox. How is this possible. can u...
hai deepa , for this u have to declare a combobox in the edititem template of the datagrid and call the function to populate in the onItemBataBound event of...
Hey I guess that DataSet for Disconnected DataBase but commandObject for connected DataBase the difference between them is the difference between Connected...
... __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com...
Hi Command Object dirctly works on the database. Each time a query is excuted, it fetches the database every time. where as in the datasets,they are great for...
I guess you can use MSDN for help, because both VS.Net and sharpdevelop use the same .Net framework. I have tried building a simple application and the syntax...
zaq quallesqy
csharp.quallesqy@...
Jun 5, 2006 1:57 pm
14615
msdn.microsoft.com is the best resource for help. :D ... -- Erwin Lee [Non-text portions of this message have been removed]...
Hey all, I am very new to C#.NET and i thinking of getting MSAD certification so i am wondering if any of you can point me to some online resources or books. ...
QueryStrings are passed together with the URL of your website www.yourwebsite.com/default.aspx?userId=100 means that you can access the value of the userId...
Thankd for your response. yeah i mean MCAD...Sorry about typo............I am looking particularly for a book and/or practice exam sites. Thanks! tdabel2003...
Hi, folks I've just received a very strange(at least, for me) assignment. There's a job-hunting website (a la Monster) very popular in my country called...
This is a great set of books to start with. http://www.bookpool.com/sm/0735619255 Sincerely, Tony D. Abel ... typo............I am looking particularly for a...
hi friend this is nisar if u want to send information from one page to another page we should use Request.Querystring["userID"]...... this userid should be...
Hi all, you may know that it's risky to write such a query: string.Format("DELETE FROM MyTable WHERE MyStringField = '{0}'", myString). Thats why 'myString' my...
hi friends,i need free online mock test for microsoft certification(70-315) sothat anyone tell me what are all the websites are offering free online mock test....
Hi all. I have a web application in asp.net which receives requests and performs a long running simulation. The problem is that the simulations can be...
Hi, I am having Employee,manager, Admin and Superuser classes. I want to implement following structure Webservice ------> DatabaseLayer--------> DB Things i...
You should be able use Ajax to enqueue the simulation and then poll for results. Your simulation would have to write its results to a server side resource that...
Look into the use of the XMLHTTPRequest (http://www.codeproject.com/Ajax/AjaxExplained.asp - a part of Ajax but you are only interested in the XMLHTTPRequest...