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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 19372 - 19401 of 19705   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
19372
Thanks. I am able update the data. Currently i am using .aspx file but i need .html file. Can i use ajax controls without asp web controls(with only html...
Aakanksha Hulkur
aakanksha_hu...
Offline Send Email
Jul 2, 2009
2:23 pm
19373
Hi All, In my application i have to upload image to some domain location e.g. http://www.websitename.com/Images/ I know how to save an image to rooted path...
Ravindra Sahasrabudhe
sahasrabudhe...
Offline Send Email
Jul 3, 2009
5:50 am
19374
Hi,   I want to make an email sending form and I want to use an n tier structure for the same I want to know that how can I build a solution with ntier...
Jagdeep Mankotia
jagdeepmankotia
Offline Send Email
Jul 3, 2009
4:27 pm
19375
Visual Studio 2008 comes with rich Web Testing support, but it's not rich enough to test highly dynamic AJAX websites where the page content is generated...
Omar Al Zabir
oalzabir
Offline Send Email
Jul 5, 2009
6:23 am
19376
if your application use a backend database like sqlserver 2005 try to use trigger or storedprocedure. the sqlserver has capability to send email. ... From:...
Bas moises
saku10ragi10
Offline Send Email
Jul 5, 2009
6:24 am
19377
Here is some point for the  design .   You will have a GUI layer which is your email sending form where you will have the following  stuff.   Options for...
Nandu Menon
nandakumarpb
Offline Send Email
Jul 13, 2009
2:11 am
19378
Hello, I have a solution that contains a project that creates a website and a project that creates a WCF service. When I publish the website the WCF service...
Ian Munro
ianathome12345
Offline Send Email
Jul 13, 2009
5:02 pm
19379
If I have the following XML <licenceDetails> <unlockBySerialNumber>true</unlockBySerialNumber> <activationLimits enable="true"> ...
Ian Munro
ianathome12345
Offline Send Email
Jul 14, 2009
3:09 pm
19380
send me that project after removing the logic of ur application.   ________________________________ From: Ian Munro <ian.munro@...> To:...
Syed Atif Imtiaz
aatipk
Offline Send Email
Jul 14, 2009
3:12 pm
19381
Hello , my name is yonathan and I`m new to the CSharp group and new to the CSharp world too.So can any one please tell me where to focus and how to study C#...
yonathan habtemariam
bumyoni
Offline Send Email
Jul 14, 2009
3:12 pm
19382
thank you Mr.Nandu  it helps me lot.         Thanks & Regards, Jagdeep Mankotia   "Difficulties Are New Opportunity To Me"   ... From: Nandu Menon...
Jagdeep Mankotia
jagdeepmankotia
Offline Send Email
Jul 14, 2009
3:31 pm
19383
... you can study deitel & deitel-c# how to program and before this you must learn basic for example qbasic or visual basic .......... you can see examples in...
shivarin12
Offline Send Email
Jul 15, 2009
1:44 pm
19384
I wouldn't say you must learn Basic before C#. Any book geared toward a novice C# user is going to introduce the basic programming concepts you'd learn from...
Rob Richardson
interrobang
Offline Send Email
Jul 15, 2009
3:22 pm
19385
Welcome Yonathan, Start with "Build Your Own ASP.NET 2.0 Web Site Using C# & VB" by Cristian Darie and Zak Ruvalcaba. It really worked for me. Good luck ...
betul
betulboylu
Offline Send Email
Jul 15, 2009
3:59 pm
19386
My problem is that I don't know how to design my classes and keep the application run logically… I have a new project (a website) that will have placeholders...
sassohammad
Offline Send Email
Jul 19, 2009
9:25 pm
19387
... if you r using database to store start,end Date & Click information then use a aditional field status that show the status of ur advertisements...
Rock
atul_classic18
Offline Send Email
Jul 21, 2009
3:29 pm
19388
Thank you Rock, but ny problem not at sidplaying the advertisement, my problem when reserving it (putting it in the schedual) how could I define when an...
sassohammad
Offline Send Email
Jul 21, 2009
5:20 pm
19389
Samah, This is a business issue, not a technical issue. The question is how do you accommodate 2 different types of advertising models, based on (1) start and...
boston_dr
Offline Send Email
Jul 22, 2009
1:18 pm
19390
Hi, I have a text box which will take input as hostname or IP. If the user inputs any junk character it should through a error. How can I achieve this. Now I...
Vikas K M
kmvikas007
Offline Send Email
Jul 22, 2009
6:36 pm
19391
Hi vikas, 1. Use switch statement to get the third option. Or 2. Use elseif statement insted of only else. Or 3. Use try catch and final  for third option. ...
rajesh saini
rajeshsaini23
Online Now Send Email
Jul 22, 2009
8:14 pm
19392
Thank you Dorothy, I just thought that there's a way to make it works like I want but I couldn't figure it myself so I wanted to make sure of that because, as...
sassohammad
Offline Send Email
Jul 23, 2009
1:02 am
19393
I am not sure if this might be acceptable in your case, but in the case of slot #2 you can give the following estimated completion date if, say, the total...
Boris Prilutsky
mgaft1
Online Now Send Email
Jul 23, 2009
4:00 am
19394
It probably will make sense to check it against garbage input first by limiting any characters that are not numeric and not period. So on the Keypress method...
Boris Prilutsky
mgaft1
Online Now Send Email
Jul 23, 2009
4:00 am
19395
Enter your vote today! A new poll has been created for the CSharpNET group: Will you be switching to VS2010 when it comes out? o I want to wait for things to...
CSharpNET@yahoogroups...
Send Email
Jul 23, 2009
6:04 pm
19396
Hi all, I am trying to perform a MySQL Dump in my application. When a user clicks a button a SaveFileDialog box loads and the user can select enter a file name...
board_christopher
board_christ...
Offline Send Email
Jul 24, 2009
5:34 pm
19397
Could you post the line of code that is calling this from your application? I'm guessing it has something to do with quotation marks, like not enough of them....
Rob Richardson
interrobang
Offline Send Email
Jul 24, 2009
7:06 pm
19398
Logically what you are doing should work with just a little tweek. 1. The regex will catch the valid pattern for the IP address. That is great. 2. The select...
mneale1
Offline Send Email
Jul 24, 2009
10:39 pm
19399
have you run the code in debug and copied the exact values in the command you are executing out of the code an drun that from the commandline processor? If not...
mneale1
Offline Send Email
Jul 24, 2009
10:51 pm
19400
yonathan - have you gotten started yet and have you any questions so far? M....
mneale1
Offline Send Email
Jul 24, 2009
10:53 pm
19401
All, I am trying to include a back ground image in my .aspx page. I am writing css for background image and including it in my “source” as below. I have ...
Vikas K M
kmvikas007
Offline Send Email
Jul 26, 2009
2:24 pm
Messages 19372 - 19401 of 19705   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