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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 11734 - 11763 of 19711   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
11734
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...
Peter Bergström
petbe605
Offline Send Email
Jul 1, 2005
7:08 am
11735
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 />...
Ryan Olshan
maskedduck85
Offline Send Email
Jul 1, 2005
7:08 pm
11736
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:...
Ryan Olshan
maskedduck85
Offline Send Email
Jul 1, 2005
7:09 pm
11737
Does anyone know if the .NET 1.1 parser supports XSLT 2.0?? Thanks Paul...
dagda1970
Offline Send Email
Jul 4, 2005
9:12 am
11738
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...
Shimin Cai
shimincai
Offline Send Email
Jul 5, 2005
6:33 am
11739
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 )...
baghdadi13
Offline Send Email
Jul 5, 2005
6:35 am
11740
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...
Himadrish Laha
himadrish
Offline Send Email
Jul 5, 2005
6:37 am
11741
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...
reza salimi
apadana_23
Offline Send Email
Jul 5, 2005
6:37 am
11742
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...
amit_puri77
Offline Send Email
Jul 5, 2005
6:38 am
11743
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...
Mohamed Nabil
mnegypt1983
Offline Send Email
Jul 5, 2005
6:38 am
11744
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...
sabeelca
Offline Send Email
Jul 5, 2005
6:39 am
11745
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@...
Send Email
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...
utku yaman
milorat777
Offline Send Email
Jul 5, 2005
8:42 am
11747
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...
stevens3t
Offline Send Email
Jul 5, 2005
10:38 am
11748
Is ASP.NET installed? i.e. aspnet_regiis.exe -i ... From: CSharpNET@yahoogroups.com [mailto:CSharpNET@yahoogroups.com] On Behalf Of stevens3t Sent: Tuesday,...
Newtz, Brian
virgotat
Offline Send Email
Jul 5, 2005
11:10 am
11749
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...
Newtz, Brian
virgotat
Offline Send Email
Jul 5, 2005
11:22 am
11750
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...
Kevin Aubuchon
ka3751
Offline Send Email
Jul 5, 2005
12:26 pm
11751
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...
samsoftwareltd
Offline Send Email
Jul 5, 2005
2:15 pm
11752
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
ka3751
Offline Send Email
Jul 5, 2005
4:14 pm
11753
Kevin Aubuchon <mailto:kevin.aubuchon@...> wrote this on Tuesday, ... I make the DS in the Solution explorer, name it myName. It exposes empty canvas....
Stephen Russell
lotmate
Offline Send Email
Jul 5, 2005
4:29 pm
11754
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...
osama ibrahim
sharshabel
Offline Send Email
Jul 5, 2005
5:34 pm
11755
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...
Thiago Koguta
thiagokoguta
Offline Send Email
Jul 5, 2005
6:16 pm
11756
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...
Thiago Koguta
thiagokoguta
Offline Send Email
Jul 5, 2005
6:45 pm
11757
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...
stevens3t
Offline Send Email
Jul 6, 2005
9:25 am
11758
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...
realhossam
Offline Send Email
Jul 6, 2005
11:08 am
11759
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...
Thiago Koguta
thiagokoguta
Offline Send Email
Jul 6, 2005
1:17 pm
11760
  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...
Ankit Dass
fidodido4uin
Offline Send Email
Jul 6, 2005
2:27 pm
11761
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...
thekrankykoder
Offline Send Email
Jul 6, 2005
9:18 pm
11762
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...
Hoskote, Ravindra
hk_ravi
Offline Send Email
Jul 7, 2005
6:03 am
11763
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...
Mehrdad Senobari
senobari_iust
Offline Send Email
Jul 7, 2005
6:18 am
Messages 11734 - 11763 of 19711   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