hiii to all, I need helps on the Windows Application by using C# or VB.Net. The First: How I can Open an EXE file on I pressing a button on the windows ...
I do use MVC pattern, with .NET component as module. Duohong ... From: CSharpNET@yahoogroups.com [mailto:CSharpNET@yahoogroups.com] On Behalf Of Kevin Aubuchon...
Duohong Xia
dxia@...
May 2, 2005 8:09 am
11134
are you using a typed DataSet? In a message dated 29/04/2005 13:03:00 GMT Standard Time, kristina.santoso@... writes: Hello all, I have a difficulty in...
i working on Database application these days.... that application required some optimization (initially it was developed by some other developer) there are few...
Hi I have an windows form havign tab control on it , in tab control there are abt 10 tabs... when i load the form (even when Connected to Database) there is...
Thanks Brian, this is very appreciated. Now after trying your code, I didn't get the this.GetParameterValue recognised by the compiler, also, the value in my...
Hi Brian, Ok sorry I had too much in mind so I didn't understand you meant it was related to your application, anyway, there are a couple of messages I have...
Zuberi , Danish <mailto:dzubairy@...> wrote this on Sunday, May 01, ... 10 tabs, do you need fresh data pulls for each page, or is that set on page's...
I don't think you declared the attribute correctly. Are you declaring the attribute as: [assembly: ApplicationActivationAttribute(ActivationOption.Server)] I...
I have Form contains a TextBox and ListBox and Button I must enter name on the TextBox and on I pressing on the Button, The Name will be Save on the XML File...
... Yes, multiple tabs will slow down the loading of a form. Start a 2nd thread to query your database so your form loads faster (on the main thread). Maybe...
Hello, I have a web project, for which I have created a setup and deployment project. I am able to build the MSI package successfully for the web project. But...
In my ASP.NET page, I expect certain information to be passed via the PathInfo property of the request. The interesting thing is that if I debug the page when...
... I have noticed Page functions being executed twice while debugging. Though I was not doing anything with PathInfo. I thought it was a debugging anomaly. ...
Wow check this out... I think I know what's causing it, but it makes NO sense.... Plop this in an aspx page somewhere: <%@ Page Language="C#" %> <script...
Yes, I confirmed your observations. Here's a snippet of my log. My web app had 2 CSS files. URL //localhost/Newtz/WebForm1.aspx/any 02:40:36 127.0.0.1 GET...
Hi all. New to the group, and fairly new to C#. I'm looking for a simple method to post the output of my code (simple text/number) to an existing Yahoo...
hi all.. can anyone please put some light on the difference between typecasting explicity and typecasting using as... i.e: object objTemp; DataTable dtTemp =...
Think this is an ASP.NET bug then? ... From: CSharpNET@yahoogroups.com [mailto:CSharpNET@yahoogroups.com] On Behalf Of Kevin Aubuchon Sent: Monday, May 02,...
Hi all, Has anyone any thoughts on the following scenario: We're doing a website for a yacht race. The race is split into different legs. During each leg XML...
IIRC, ASP.NET 2.0 supports cache dependencies for tables in SQL Server. If you're able to create your app using the beta of 2.0, you could always go that...
... Your Windows service can use the FileWatcher to respond to the presence of a new file. This is more efficient that brute force polling. The ASP.NET cache...
Thanks Kevin, Ian, The problem with the file watcher and file dependency is that each type of file is uploaded to a different directory and each new file has...
THe following link has .NET 1.1 Sql Cache example: http://www.ondotnet.com/pub/a/dotnet/2005/01/17/sqlcachedependency.htm l This could be just what I am...
There is also a zip file which contains the steupe will will enable crystal report on the webserver. The zip is available at Crystaldecisions site. Regards ...