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...
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...
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:...
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...
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; ...
Oh darn... wrong group :D Sorry! ... From: Peter Bergström [mailto:peter.bergstrom@...] Sent: den 1 november 2004 12:20 To: CSharpNET@yahoogroups.com ...
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 ...
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...
Hi Have a look on the following : public void ItemCreated(Object sender, DataGridItemEventArgs e) { if (e.Item.ItemType == ListItemType.Header) { //Get the...
dt = System.DateTime.ParseExact("02/06/2004", "mm/dd/yyyy", New System.Globalization.DateTimeFormatInfo) Read the help on DateTime for more details. You're...
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...
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 ... ...
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...
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...
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...
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...
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,...
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...
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...
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...
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...
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...
is it a network based application or just a simple desktop application. ? Asim ... From: "dotnetdvlpr" <dotnetdvlpr@...> To: <CSharpNET@yahoogroups.com> ...