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 to share photos of your group with the world? 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 16771 - 16800 of 19704   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
16771
Hi Friend, http://www.Discussweb.com a Forum is a place on the Internet where people interact by posting and reading messages about topics that are of interest...
R Prasanna Vignesh
rprasannavig...
Offline Send Email
Aug 1, 2007
3:09 pm
16772
Hello, This is my first posting on CSharpNET. I'm a software engineer have been developing web applications and services using C#. I have a question about...
Paul Machiaverna
paulmaccnj
Offline Send Email
Aug 1, 2007
7:43 pm
16773
..net 2003 saed ... first of all import "Microsoft.Win32" namespace declare a variable like Dim LicenseKeyReg As RegistryKey ... for creating a key ... string...
saed jam
industry2030
Offline Send Email
Aug 1, 2007
8:10 pm
16774
Hi, Does anyone know a tool to create a C# class from sql table (also with only public properties without get/set) to use to create a type to use in a web...
cod
mazzeo.antonio
Offline Send Email
Aug 2, 2007
2:42 pm
16775
This site lists out all types of code generating tools. Here is a link for C# ones. http://codegeneration.net/generators-by-language.php?language=3 I...
Steve Maier
ysfred4
Offline Send Email
Aug 2, 2007
2:51 pm
16776
Dear members, Did anyone knows the best practice when to use Themes and when to use CSS with custom controls? In other words who is better? Thank you Mahmoud ...
Mahmoud Ghoz
moody253
Offline Send Email
Aug 3, 2007
5:22 pm
16777
Hi, I can't seem to figure out why the .NET runtime can not load an assembly compiled as a DLL when the DLL is located anywhere but the application directory....
Merritt, Bruce
bpm9648
Offline Send Email
Aug 3, 2007
10:31 pm
16778
I have been at this all day. Trying to write it to work for C# feedback page. Protected Sub Wizard1_FinishButtonClick(object sender, WizardNavigationEventArgs...
Verdell
daslex86
Offline Send Email
Aug 4, 2007
2:47 am
16779
How can I fix this code to work properly? protected void CustomValidator1_ServerValidate(object source, ServerValidateEventArgs args) { if...
Verdell
daslex86
Offline Send Email
Aug 4, 2007
2:48 am
16780
Don't really know enough about your application or the specifics of how you're trying to copy the image, so I'll just hazard a guess and say that you may well...
Pius Ott
saugoof
Offline Send Email
Aug 4, 2007
2:53 pm
16781
Try: protected void CustomValidator1_ServerValidate(object source, ServerValidateEventArgs args) { args.IsValid = (txtComments.Text.Length <= 100); } You could...
Dave Misc
davidpet86
Offline Send Email
Aug 4, 2007
2:54 pm
16782
try: protected void Wizard1_FinishButtonClick(object sender, WizardNavigationEventArgs e) { SendMail(txtEmail.Text, txtComments.Text) } private void...
Dave Misc
davidpet86
Offline Send Email
Aug 4, 2007
2:54 pm
16783
Don't know if I can help you with anything specific, but here are few points to consider : - make sure your inpout.DLL was developed for 32-bit Windows (i.e. ...
Pius Ott
saugoof
Offline Send Email
Aug 4, 2007
2:54 pm
16784
Dear Verdell, ... Reply, protected void CustomValidator1_ServerValidate(object source, ServerValidateEventArgs args) { if (txtComments.Text.Length > 100) { ...
Surya A. Saputra
email2saputra
Online Now Send Email
Aug 4, 2007
2:55 pm
16785
How can I fix this code to work properly? protected void CustomValidator1_ServerValidate(object source, ServerValidateEventArgs args) { if...
Eng. Ahmed Youssef
ah_hatem2
Offline Send Email
Aug 4, 2007
2:56 pm
16786
... protected void Wizard1_FinishButtonClick(object sender, WizardNavigationEventArgs e) { this.SendMail(txtEmail.Text, txtComments.Text); } private void...
cod
mazzeo.antonio
Offline Send Email
Aug 4, 2007
2:56 pm
16787
http://www.developerfusion.co.uk/utilities/convertvbtocsharp.aspx ... -- Marcus Philippe www.anjosdejesus.com [Non-text portions of this message have been...
Marcus Philippe
philippecefet
Offline Send Email
Aug 4, 2007
2:56 pm
16788
protected void CustomValidator1_ServerValidate(object source, ServerValidateEventArgs args) { args.IsValid = txtComments.Text.Length > 100 ? false : true; } ...
Marcus Philippe
philippecefet
Offline Send Email
Aug 4, 2007
2:57 pm
16789
Hi, I'm developing a website on VS 2005 on windows environment and I have an existing database on linux Server (MYSQL), How can I connect my application to...
Alex Lapiguera
handgun2sniper
Offline Send Email
Aug 6, 2007
1:41 pm
16790
Hi: I have to know sth about " binding " in C#.Net 2005. I just know that this is an architect of developing the project for amatours not profetionals. But I...
Seyede Hajar
s.hajarhosseini
Offline Send Email
Aug 6, 2007
1:42 pm
16791
Dear all, I'm newbie in C#.NET. I'm doing my graduate project" motion detection using webcam in C#.NET". I already learn some of the motion project in...
candra_kam
Offline Send Email
Aug 6, 2007
1:42 pm
16792
Good topic and just in time to discuss! well I have been considering to go back to binding recently, as I used to do it in my initial career start , for...
johnsmith2797480@...
samsoftwareltd
Offline Send Email
Aug 6, 2007
2:32 pm
16793
You may download and install connector/net http://dev.mysql.com/downloads/connector/net/5.0.html ... Luciano Bastianello - MBS CP Navision Development Software...
Luciano Bastianello
lbastianello
Offline Send Email
Aug 6, 2007
2:36 pm
16794
... go to connectionstrings.com It's real easy when you have the port and etc....
srussell@...
lotmate
Offline Send Email
Aug 6, 2007
3:59 pm
16795
Did you chk Jerry Ormar blog Workarounds - In some cases, it's necessary to clear the Temporary ASP.Net Files folder and restart the application pool. We've...
jask
jask2002
Offline Send Email
Aug 6, 2007
10:36 pm
16796
Well, system architectures.. That general depends on your project and the details. If you have a really small project (like one or two pages) . no big details ...
Eng. Ahmed Youssef
ah_hatem2
Offline Send Email
Aug 7, 2007
9:54 am
16797
Jas, Thanks for the reply. My application is a Windows based app and not web based. Based on this article...
Merritt, Bruce
bpm9648
Offline Send Email
Aug 7, 2007
2:41 pm
16798
Hi, Thanks for your rich reply. Your advice, has already been adapted in my case where I have 22 datasets, where I use a dll layer that I put all the data...
johnsmith2797480@...
samsoftwareltd
Offline Send Email
Aug 7, 2007
4:40 pm
16799
Try to use this stored procedure, it does all the paging stuff in the sql server. not in the app memory.. create PROCEDURE CitiesStates_GetPaged ( @WhereClause...
Eng. Ahmed Youssef
ah_hatem2
Offline Send Email
Aug 7, 2007
5:57 pm
16800
The problem has been solved. With the help of the Assembly Binding Log Viewer I was able to determine the information in the app.config file was only...
Merritt, Bruce
bpm9648
Offline Send Email
Aug 7, 2007
11:13 pm
Messages 16771 - 16800 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