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 8431 - 8460 of 19704   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
8431
I have one SqlServer Database's Dataset and Access Database's Dataset with same tables. I just want to copy the Sql Server's dataset to Access dataset and...
Raja Pandian
raja_svks
Offline Send Email
Nov 1, 2004
8:17 am
8432
hi, this is my scenario. i have a datagrid. i have 5 columns in datagrid. inthe 3rd column i have to give 3 sub column and bind the value for that column. is...
manoj kumar
nam_81_in
Offline Send Email
Nov 1, 2004
10:02 am
8433
Hello Yi Zhang, All the methods are finding out the number of week days not the number of working days. Mr. Jayabrata Saha Globsyn Technologies Limited Mobile:...
Jayabrata Saha
jaybrats2002
Offline Send Email
Nov 1, 2004
10:02 am
8434
HI : How to convert string to Date Value.. here this is code System.DateTime dt = new System.DateTime (); dt = System.DateTime.ParseExact("02/06/2004"); when i...
mohanraj
jay_mohanraj
Offline Send Email
Nov 1, 2004
10:02 am
8435
The following code handles the Click event of Button1: private void Button1_Click(object sender, System.EventArgs e) { Int32 i, j; try { i = 0; j = 5 / i; ...
Peter Bergström
petbe605
Offline Send Email
Nov 1, 2004
11:20 am
8436
Oh darn... wrong group :D Sorry! ... From: Peter Bergström [mailto:peter.bergstrom@...] Sent: den 1 november 2004 12:20 To: CSharpNET@yahoogroups.com ...
Peter Bergström
petbe605
Offline Send Email
Nov 1, 2004
11:23 am
8437
In a message dated 10/31/2004 10:18:08 PM Pacific Standard Time, ncelq@... writes: So, my question is, how to build up the form dynamically like the ...
adamwla@...
adamwestla
Offline Send Email
Nov 1, 2004
11:41 am
8438
We've got a DataGrid in a web form. We've set the ability of sorting columns (Bound Columns) within the grid. Ideally we need some visual indication of the...
stevens3t
Offline Send Email
Nov 1, 2004
12:04 pm
8439
Hi Have a look on the following : public void ItemCreated(Object sender, DataGridItemEventArgs e) { if (e.Item.ItemType == ListItemType.Header) { //Get the...
Ashish Gupta
ashish_cal5
Offline Send Email
Nov 1, 2004
12:29 pm
8440
dt = System.DateTime.ParseExact("02/06/2004", "mm/dd/yyyy", New System.Globalization.DateTimeFormatInfo) Read the help on DateTime for more details. You're...
kevin.aubuchon@...
ka3751
Offline Send Email
Nov 1, 2004
1:10 pm
8441
Option C: Result = Arithmetic Exception Cleaning Up...
Jayabrata Saha
jaybrats2002
Offline Send Email
Nov 1, 2004
1:59 pm
8442
I have to modify in ASP.Net project build to replace the default web site (its directory is Default web site local path). I want to modify my PC to work with...
meabdelaziz
Offline Send Email
Nov 1, 2004
1:59 pm
8443
System.DateTime dt = new System.DateTime(); try { dt = Convert.ToDateTime("10/10/2004"); MessageBox.Show(dt.ToString()); }catch(Exception ex) { ...
RISHI GANESH
rish_wins
Offline Send Email
Nov 1, 2004
2:00 pm
8444
thanx for ur help kevin now its working ... From: kevin.aubuchon@... [mailto:kevin.aubuchon@...] Sent: Monday, November 01, 2004 6:40 PM To:...
mohanraj
jay_mohanraj
Offline Send Email
Nov 1, 2004
2:00 pm
8445
Option D...
Khaled Hussein
whidbey_deve...
Offline Send Email
Nov 1, 2004
2:29 pm
8446
Thanks Ashish. We've just put this code into practise and it works a treat. Many thanks for your help and code sample. :) Steve ... here frm viewState ... ...
stevens3t
Offline Send Email
Nov 1, 2004
3:39 pm
8447
Generally this is not a good programming practice. Doing this starts to produce "tightly coupled" forms. Like any rule, there are times it can be broken and it...
kevin.aubuchon@...
ka3751
Offline Send Email
Nov 1, 2004
3:43 pm
8448
... Stephen Russell S.R. & Associates Memphis, TN 38115 901.246-0159...
Stephen Russell
lotmate
Offline Send Email
Nov 1, 2004
4:13 pm
8449
I have designed an application and I am the in the process of deployment....,, (http://msdn.microsoft.com/library/en-us/dnbda/html/DALGRoadmap.asp) As per my...
dotnetdvlpr
Offline Send Email
Nov 1, 2004
7:38 pm
8450
1 )Can you force the user to be connected to internet? You can expose a web service and make every release with a unique key that can register 5 times to that...
peter shoukry
petershoukry
Offline Send Email
Nov 1, 2004
8:30 pm
8451
You could implement a custom licensing scheme for your application by expanding off of the licensing mechanisms built into the .NET framework: This will get...
Newtz, Brian
virgotat
Offline Send Email
Nov 1, 2004
8:46 pm
8452
There is also an Open Source .NET licensing system here: http://www.spextreme.com/osp/open_license/ I am not sure if they have your particular setup coded yet,...
Steve Maier
ysfred4
Offline Send Email
Nov 1, 2004
10:09 pm
8453
Hi, After I added an existing project to the solution, when I run it, I got the error"error while trying to run project: Unable to start debugging on web...
Lude Gullit
ludegullit2002
Offline Send Email
Nov 2, 2004
1:31 am
8454
I'm not sure this will help straight away, but it looks as if you were including string constants within your databind expression that make it difficult to...
Spencer Ingram
spencer_ingram
Offline Send Email
Nov 2, 2004
2:11 am
8455
Hi Lude, You need to run your application under Debuger User group account. To solve your problem, go to Machine.Config in ...
Kiki R Noviandi
krnov_2000
Online Now Send Email
Nov 2, 2004
2:11 am
8456
Hi Steve I m glad to help. Thannx and regards Ashish stevens3t <steven.keclik@...> wrote: Thanks Ashish. We've just put this code into practise and it...
Ashish Gupta
ashish_cal5
Offline Send Email
Nov 2, 2004
6:16 am
8457
Hi Steve I m glad to help. Thannx and regards Ashish stevens3t <steven.keclik@...> wrote: Thanks Ashish. We've just put this code into practise and it...
Ashish Gupta
ashish_cal5
Offline Send Email
Nov 2, 2004
6:16 am
8458
Hi Here i had given my source code.. Now i want to use Respone.Write instead of Console.Write When i use that Response.write i am getting Error .. and also how...
mohanraj
jay_mohanraj
Offline Send Email
Nov 2, 2004
7:24 am
8459
is it a network based application or just a simple desktop application. ? Asim ... From: "dotnetdvlpr" <dotnetdvlpr@...> To: <CSharpNET@yahoogroups.com> ...
asim
dotnet_progr...
Offline Send Email
Nov 2, 2004
7:26 am
8460
you replace Character "/" with "," and try this if this full your requirement. System.DateTime dt = new System.DateTime(2004,6,2); ...
Rajesh
rkrajesh2000
Offline Send Email
Nov 2, 2004
8:58 am
Messages 8431 - 8460 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