Well if you go to groups.yahoo.com, login and select "My Groups", there you select "CSharpNET" and click "Files" on the left menu. Click "Add File" and select...
Just found this and it solved my datagrid issue. http://support.microsoft.com/default.aspx?scid=kb;en-us;813832 -- Thank you, Ryan Olshan <asp:WebProgrammer />...
I am using Datagrid ItemCommand with my datagrid, but doing so messes with my paging and results in the below error when I click any of the paging links. Code:...
Hi All, I developed a WinForm client-server (SQL Server 2000) application in C#.
Everything works as expected if it is installed on the individual end
user's...
how to manage the use of the "RAM" ( random access memory ), I mean is there any code to use , for exemple the .net do it self by the Garbage Collector ( GC )...
Hi Guys, I used Grid. Simple windows application in C#. I load some data from access database, and click on image_path column on the grid the images will be...
Dear All; I have got a security problem that made me ask u for some help. I'm gonna make my web-server more secure but the matter is that I don't know exactly...
Hi I find some good stuff at this site regarding injection http://msdn.microsoft.com/msdnmag/issues/04/09/SQLInjection/default.a spx might be this will make...
hi all, i have some strange question : if i have html , txt or word file can i know programaticly ,using C#, how many pages are in this file and access each...
Hello! I was using "Visual C# 2005 express edition beta". when i tried to launch this program today (after a week gap), the message appeared saying that the...
Update to beta 2 :) it will be a much closer to final release anyway. Beta 2 should not expire until sometime next year I believe. If you are already using...
Brett Errington
brett@...
Jul 5, 2005 6:53 am
11746
I am designing a database application which must read from an .mdb file and store a table from this file to an sql server 2000 database. Also there are 20...
This is probably something very simple... We've been developing a web application using Visual Studio (ASP.NET) and have built an installation of the resultant...
Is ASP.NET installed? i.e. aspnet_regiis.exe -i ... From: CSharpNET@yahoogroups.com [mailto:CSharpNET@yahoogroups.com] On Behalf Of stevens3t Sent: Tuesday,...
There is no such thing as an "SQL" dataset or an "OLEDB" dataset - the DataSet class is not tied to any particular database, so no conversion is necessary. If...
This is not an easy question. The number of pages is determined by the rendering of its contents. Many factors affect rendering such as the GUI program, or the...
Hi Brian, Thanks for you comments below, now I hope you wont be annoyed if I say, I tried exactly the method you suggested below, and its still causing "Thread...
Using Visual Studio, I'm trying to generate an XML schema from a stored procedure (SQL Server). I create the DataSet component, and then drop my store proc...
Kevin Aubuchon <mailto:kevin.aubuchon@...> wrote this on Tuesday, ... I make the DS in the Solution explorer, name it myName. It exposes empty canvas....
As Brian told u why use external application while u have DTS. writing xml and reading it again is good idea and easy ds_out.WriteXml("file name and path to...
The garbage collection makes that automatically for you... but you can use the GC class with the method Collection to force the collection of the unused...
I think that this is not possible in this version of the SQL Server CE.. (if it's, I would like to know.) but you can export a script generated by the SQL...
Thanks Brian. Having run this it the the web application then runs fine. We knew we were missing something simple ... our memories seem to be failing us a...
try to use the SetDataSource(dataset u use to get the data) method of the report object along with the SetDataBaseLogon("username","password") method in...
Hi guys, I'm developing a small application with a SQL Server database.. I didn't want to use a DataSet in my application, because in this case I had duplicate...
Hello,
I am currently working on a project, where i need to retreive the name of all the database and their corrsponding size in a particular instance of...
Firstly, you would use the stored procedure (sp_databases) as you would any other sp and use it in a DataAdapter and fill a DataSet. However, I'm curious, what...
Hi everyone, Am trying to automate the build process of my project. What I have done is that I have written scripts to pick up the latest source code from VSS...
Hi all, I have a logger that logs every events in the system, so easy. Every day, it creates a new file for that day. On the other hand, I have a tool to...