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...
Show off your group to the world. Share a photo of your group with us.

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 17480 - 17510 of 19704   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
17480
Dear all, I am writting a Csharp Class definig many fields. Is there any way to automatically creating the properties of these fields( Get and set). If you...
sajithgh@...
sajith78
Offline Send Email
Feb 3, 2008
9:35 pm
17481
you can use a snippets cod...
cod
mazzeo.antonio
Offline Send Email
Feb 4, 2008
3:10 am
17482
There are some modeling tools that can do this for you, IBM Rational is one for example. On the other hand, you can use code snippets to make it easier....
Misagh
doos_joon
Offline Send Email
Feb 4, 2008
3:10 am
17483
Yes There Is An Easy way just right prop and press tab 2 time and the property will be made automatically I hope This will help sajithgh@... wrote:...
mobeen ahmed
mobeen_khawja
Online Now Send Email
Feb 4, 2008
3:10 am
17484
Hi, follow these steps 1.right click on the field. 2.select refractor. 3.in that encapsulate field. 4.and click..... mobeen ahmed <mobeen_khawja@...>...
vijay babu
koolnagesh
Offline Send Email
Feb 4, 2008
3:15 pm
17485
U R Welcome sajithgh@... wrote: thanks a lot Kamran ... From: kamran shahid To: pakistan dotnet , sajithgh@... Sent: Sun, 3 Feb 2008...
kamran shahid
kamii47
Offline Send Email
Feb 4, 2008
3:15 pm
17487
Hey guys, Does anyone know why the ColorConverter.ConvertFrom(typeDescCtxt, culture, object) won't give the name of the color on its localized form? I simply...
alwayslookingout
alwayslookin...
Offline Send Email
Feb 6, 2008
4:39 pm
17488
Hi all I want to ask a question? How to resample wave file Using C#2005 I have a wave file ,sample rate = 8000 I want to convert it to 16000 I use this code...
ahmed abdelwahab
ahm_hefni
Offline Send Email
Feb 6, 2008
9:49 pm
17489
Without going into any details of your code, the first problem really is that a wav file isn't just simply a sequential number of byte values of points on a...
Pius Ott
saugoof
Offline Send Email
Feb 7, 2008
11:26 am
17490
<http://www.codeproject.com/Redir.aspx?adid=5055> http://www.codeproject.com/script/admentor/images/appdevlogo6060.gif Learn...
Mahmoud Ghoz
moody253
Offline Send Email
Feb 8, 2008
12:13 pm
17491
Hi, Surely .NET has the solution to generating xml files from the dataset data, to match specific schema specified in the xsd. Can anyone send me a link,...
johnsmith2797480@...
samsoftwareltd
Offline Send Email
Feb 8, 2008
6:10 pm
17492
Friends, I have a problem on DateTimePicker Control of Windows Form On Formload, I am not displaying the date using following code ...
sajithgh@...
sajith78
Offline Send Email
Feb 8, 2008
6:10 pm
17493
Hi, I have attached the ScreenShot with this email. Basically I am doing a Search by filter. I am showing an empty DateTimePicker Screens. But the Value of...
sajithgh@...
sajith78
Offline Send Email
Feb 11, 2008
4:52 pm
17494
Hi all, can anyone help with this please ? I created a web service in visual studio 2005. In it I have a static class that houses a typed dataset. In the ...
itslz
Offline Send Email
Feb 11, 2008
4:53 pm
17495
Hi there, I am new in ASP.NET & hope you can help me. I am making a web app using VS2005: ASP.NET, C# & AJAX. I use a multiview container which contains...
Ryan
ryan_paschal...
Offline Send Email
Feb 12, 2008
7:03 pm
17496
... From: mee <me19741974@...> To: CSharpNET@yahoogroups.com Sent: Tuesday, February 12, 2008 4:03:58 PM Subject: Re: vb.net How to Copy an object Hi all...
mee
me19741974
Offline Send Email
Feb 12, 2008
7:04 pm
17497
Hi Guys, I am developing web app with asp.net 2.0 and I am using Ajax 1.0 Toolkits. I have used tab panels in side tab container and I have included script ...
tsega Sorey
tsega_so
Offline Send Email
Feb 12, 2008
7:04 pm
17498
hi how can i retrive the pdf files from sql server and how to show these file.. in c#.net window application 2.0 sql server- 2005 thanks bahareh tahery ,BS...
bahareh tahery
bahareh_tahery
Offline Send Email
Feb 12, 2008
7:04 pm
17499
Hello Ryan, Try this code FormView1.PageIndex = GridView1.PageIndex * GridView1.PageSize + GridView1.SelectedIndex; Regards Zeeshan Khan ... From: Ryan...
Zeeshan Khan
it_zeeshanlko
Online Now Send Email
Feb 12, 2008
7:55 pm
17500
Hello Hakeem, Yeah, thats natural, because classes are reference types and more than one reference variables can reference one object on the managed heap, so...
Zeeshan Khan
it_zeeshanlko
Online Now Send Email
Feb 12, 2008
7:55 pm
17501
Dear Ryan, 1 - Add the name of primary key field to the datakeyname property of your grid and access the datakeyname instead of rowindex. 2 - When the postback...
Nouman Zakir
nouman203
Offline Send Email
Feb 12, 2008
7:55 pm
17502
I have a Crystal Report problem, I am using version 9 with VS 2005, when try to paginate using the links in the report viewer, it stops at page 2 and when I...
realhossam
Offline Send Email
Feb 12, 2008
11:53 pm
17503
Thank you Zeeshan Khan Yes It works now so i copied the object, and the sub objects i wanted to modify i instantiated them and filled them. It seemed to be...
mee
me19741974
Offline Send Email
Feb 13, 2008
2:21 pm
17504
Hello, I've recently upgraded from vs2003 to vs2008. My project uses the crystal reports stuff that comes with visual studio. The deployment project uses the...
Ian Munro
ianathome12345
Offline Send Email
Feb 13, 2008
2:22 pm
17505
1. How to return the DataKeyName property's value? In which event should I do it? The event SelectedIndexChanged doesn't return a value. 2. How to navigate the...
Ryan
ryan_paschal...
Offline Send Email
Feb 13, 2008
2:24 pm
17506
hi all i have problem in c# ineed to convert from speech to text using c# imade search but all convert text to speech Good bye ... Looking for last minute...
heba aly
huba_huba_2007
Offline Send Email
Feb 13, 2008
2:27 pm
17507
Check this out http://www.google.com.eg/search?hl=en <http://www.google.com.eg/search?hl=en&sa=X&oi=spell&resnum=0&ct=result&cd=1 ...
Mahmoud Ghoz
moody253
Offline Send Email
Feb 14, 2008
3:54 am
17508
You can not make DateTime variable to be null … you can use nullable types Thank You MGZ From: CSharpNET@yahoogroups.com [mailto:CSharpNET@yahoogroups.com]...
Mahmoud Ghoz
moody253
Offline Send Email
Feb 14, 2008
3:56 am
17509
This should not happened of course . are you sure from the SP you use? Are you sure also that you don't have any triggers. Check your database, there is...
Mahmoud Ghoz
moody253
Offline Send Email
Feb 14, 2008
3:58 am
17510
To get the ID from the selected datagrid. lblID.Text = grdVwBuyers.SelectedRow.Cells[1].Text; take care the ID here in the second cell just after the update,...
Mahmoud Ghoz
moody253
Offline Send Email
Feb 14, 2008
4:03 am
Messages 17480 - 17510 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