Search the web
Sign In
New User? Sign Up
CSharpNET · C# .NET (C-Sharp) Developers' Group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 14602 - 14631 of 19704   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
14602
hi, see this link http://msdn.microsoft.com/practices/topics/arch/default.aspx ...
Tamil Selvi
gurutamsel
Offline Send Email
Jun 1, 2006
1:47 pm
14603
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...
Marko Bukovinsky
bukovinsky23
Offline Send Email
Jun 1, 2006
2:07 pm
14604
I would look for the answer on their forums.... http://community.sharpdevelop.net/forums/ Steve ... can i find help such as MSDN Library? ... ...
ysfred4
Offline Send Email
Jun 1, 2006
2:10 pm
14605
... 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 -...
Markus Hardiyanto
informatics2k1
Offline Send Email
Jun 2, 2006
2:25 pm
14606
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...
deepa venkat
deepadontaraju
Offline Send Email
Jun 2, 2006
2:59 pm
14607
Dear all, How can I insert the user name under the field User in the EventLog? This project shows how to read it, but not how to write: ...
marcello miorelli
jjradha
Offline Send Email
Jun 2, 2006
2:59 pm
14608
A quick search over on CodeProject shows many sound projects there for C#. http://codeproject.com/cs/media/#Audio Steve...
ysfred4
Offline Send Email
Jun 2, 2006
3:04 pm
14609
Hi to all members i want to know when we use DataSet and when we use CommandObject. and whats the difference between them. Thanks...
smooth_way110
Offline Send Email
Jun 2, 2006
8:56 pm
14610
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...
jidesh m
jideshm2001
Offline Send Email
Jun 3, 2006
10:12 pm
14611
Hey I guess that DataSet for Disconnected DataBase but commandObject for connected DataBase the difference between them is the difference between Connected...
natoot tag el den
natoot_1
Offline Send Email
Jun 3, 2006
10:12 pm
14612
... __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com...
deepa venkat
deepadontaraju
Offline Send Email
Jun 3, 2006
10:12 pm
14613
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...
deepa venkat
deepadontaraju
Offline Send Email
Jun 3, 2006
10:12 pm
14614
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@...
Send Email
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]...
Erwin Lee
winl333
Offline Send Email
Jun 5, 2006
3:54 pm
14616
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. ...
kirannatt123
Offline Send Email
Jun 6, 2006
8:54 pm
14617
Good day kirannatt123 You mean MCAD correct? Have a look at these sites: http://www.microsoft.com/learning/mcp/mcsd/requirementsdotnet.asp ...
tdabel2003
Offline Send Email
Jun 7, 2006
1:30 am
14618
hi all, i want to make another language (Arabic,etc..) as the default language for the textBox in c# Without Pressing ALT+Shift...
abdo_zeema
Offline Send Email
Jun 7, 2006
2:04 pm
14619
hi, I'm a neophite at C#.net. How can I know what stringID that I can insert with the said format? Request.QuesryString[""] ...
lex zamlap
handgun2sniper
Offline Send Email
Jun 7, 2006
4:03 pm
14620
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...
Erwin Lee
winl333
Offline Send Email
Jun 7, 2006
5:07 pm
14621
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...
kiran pannu
kirannatt123
Offline Send Email
Jun 7, 2006
5:56 pm
14622
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...
Carlos Manuel Pérez
dorian_de_co...
Offline Send Email
Jun 9, 2006
8:06 am
14623
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...
tdabel2003
Offline Send Email
Jun 9, 2006
11:43 am
14624
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...
nisarahamed 201
nisarahamed201
Offline Send Email
Jun 9, 2006
11:43 am
14625
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...
fabio_cabella@...
cabbi3
Offline Send Email
Jun 9, 2006
11:45 am
14626
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....
palani vel
palani_bio
Offline Send Email
Jun 9, 2006
11:49 am
14627
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...
Cristi
moldovancris...
Offline Send Email
Jun 9, 2006
11:50 am
14628
just add a 'deleted/history flag' to the table. nightly jobs can purge/archive/audit/whatever these rows. rob ... From: fabio_cabella@... Reply-To:...
Rob Karatzas
robkaratzas
Offline Send Email
Jun 9, 2006
11:55 am
14629
Hi, I am having Employee,manager, Admin and Superuser classes. I want to implement following structure Webservice ------> DatabaseLayer--------> DB Things i...
alok pandit
alok5505
Offline Send Email
Jun 9, 2006
11:59 am
14630
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...
roderickprince
Offline Send Email
Jun 9, 2006
2:18 pm
14631
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...
roderickprince
Offline Send Email
Jun 9, 2006
2:19 pm
Messages 14602 - 14631 of 19704   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help