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 your group to be featured on the Yahoo! Groups website? 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 19011 - 19040 of 19704   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
19011
Folks,     I have a question. I want to display weekend date (i.e. Sunday date) in drop down combo list ( WeekEnd : 01/25/2009; 02/01/2009 etc.). And change...
Himadrish Laha
himadrish
Offline Send Email
Feb 2, 2009
10:25 pm
19012
Hello,   I got the error message "Padding is invalid and cannot be removed", please see the detail below. I did some web search, but I still do not understand...
charlie zhang
charliezhang...
Offline Send Email
Feb 2, 2009
10:25 pm
19013
Hi, I am C# web developer. I come a cross with the following question during my interview, i search through internet but couldn't found any suitable answer. ...
nothing nothing
kollection4u
Offline Send Email
Feb 3, 2009
2:39 pm
19014
*did you try debugging it? * ... [Non-text portions of this message have been removed]...
smarty k
smartkhilit
Offline Send Email
Feb 3, 2009
2:39 pm
19015 nice_shrutisharma
nice_shrutis...
Offline Send Email
Feb 3, 2009
2:39 pm
19016
Hi all, I have one program using System; using System.IO; using Excel; namespace ExcelOperations { class Program { static void Main(string[] args) { //string...
Aditya Shahi
aditya_shahi
Offline Send Email
Feb 4, 2009
7:09 pm
19017
Learn how to use your debugger. It will take you right to the problem line. If you already know what the problem line is, tell us. RobR...
Rob Richardson
interrobang
Offline Send Email
Feb 4, 2009
7:17 pm
19018
I have had that problem trying to access dlls before. Could it be that you do not have  a valid copy of Excel installed?   William Jason Weaver ...
William Weaver
william.weaver
Offline Send Email
Feb 4, 2009
7:53 pm
19019
Hi, I don't know where the problem in your code is, but I'll suggest you to call 'System.Runtime.InteropServices.Marshal.ReleaseComObject(...)' for each excel...
Fabio Cabella
cabbi3
Offline Send Email
Feb 5, 2009
3:01 pm
19020
....also take a look to this issue: http://support.microsoft.com/kb/320369/en-us Cabbi...
Fabio Cabella
cabbi3
Offline Send Email
Feb 5, 2009
3:01 pm
19021
This is 'stupid' code ... or someone have more efficient code than this? ...in Form.Designer.cs... TextBox textBox[,] = new TextBox[3,3]; ...
M Harry Calgery
harrycalgery
Offline Send Email
Feb 6, 2009
7:52 am
19022
What you could do is to point all the eventhandlers to the same routine. In that eventhandler you could look at the arguments that is passed in, you should...
mneale1
Offline Send Email
Feb 6, 2009
4:29 pm
19023
Aditya, In this line: String ScriptName = ((Microsoft.Office.Interop.Excel.Range) workSheet.Cells[rowIndex, 9]).Value2.ToString (); within the selection...
mneale1
Offline Send Email
Feb 6, 2009
5:00 pm
19024
Hi,   After processing the process, at the end, catch and if found kill that process. I believe this will fix your issue.   Cheers! -Himadrish [Non-text...
Himadrish Laha
himadrish
Offline Send Email
Feb 6, 2009
6:36 pm
19025
hi all how r u? hope fine and happy there i m developing an ASP .Net based application. in which i have made some custom controls of mine... which include...
farhan abbas
far_han90
Offline Send Email
Feb 8, 2009
6:54 pm
19026
Thanks a lot ... Add more friends to your messenger and enjoy! Go to http://messenger.yahoo.com/invite/...
aditya shahi
aditya_shahi
Offline Send Email
Feb 8, 2009
6:54 pm
19027
Hi everybody: I've recently installed Visual Studio 2008 and discovered the power of LINQ technology, especifically the use of LINQ to SQL. However, the visual...
Félix Sánchez...
fesanch@...
Send Email
Feb 8, 2009
6:55 pm
19028
In my opinion, I like to bundle the code with good design. Look, each control implement their event in different method... ... -- MuhammadHarryCalgery ...
M Harry Calgery
harrycalgery
Offline Send Email
Feb 8, 2009
6:56 pm
19029
Hi, I'm having a few problems with accessing a list. What I want to do is: - I have a class that refreshes data in a list. - The list can be accessed via a...
Nick Journals
nick_journals
Offline Send Email
Feb 9, 2009
3:07 am
19030
i think the click event handler could be written once as there is will an object reference to the source of the event ... -- My Web Site ...
santhosh vs
everlovingyouth
Offline Send Email
Feb 9, 2009
7:41 am
19031
Trying to access a control from a thread that did not create it will raise an IllegalCrossThreadCallsException to avoid this just add this just modify your...
akin delu
akin4coast2c...
Offline Send Email
Feb 9, 2009
7:41 am
19032
Thanks Akin, I have tried your solution but it doesn't seem to work :-/ I still get the message: Collection was modified; enumeration operation may not...
Nick Journals
nick_journals
Offline Send Email
Feb 11, 2009
1:26 am
19033
U knows ScriptManager is Unique, OK. u can remove it and Add it again in the beginning of Page Before any Control . Another Thing U may have a ScriptManager...
abdallah
abd_moh6
Offline Send Email
Feb 11, 2009
1:26 am
19034
Hello All, I am creating an grid using asp.net user control, in ascx file. for paging and sorting of that grid in ascx file i am maintaining session of...
Jackson Coutinho
gitmcajc
Offline Send Email
Feb 11, 2009
1:26 am
19035
have you already try using *Invoke method*? ... -- MuhammadHarryCalgery ProgrammingForFun harrycalgery.wordpress.com [Non-text portions of this message have...
M Harry Calgery
harrycalgery
Offline Send Email
Feb 11, 2009
7:31 am
19036
Hmmmm, are we talking the same thing? I thought that this was for GUI apps only... I am not getting this error "Invalid Cross-Thread Operation", but this one ...
Nick Journals
nick_journals
Offline Send Email
Feb 11, 2009
4:10 pm
19037
Although it is better to send your question at http://forums.asp.net but there you would also be asked to show your ascx file [both code behind and source...
kamran shahid
kamii47
Offline Send Email
Feb 13, 2009
5:46 am
19038
Try this one. You have to lock the list outside of the for-loop. //Refresh (fill the list) public void Refresh() { lock (list) { for (int i = 0; i < 10000;...
Osman Karagöz
osman2karagoz
Offline Send Email
Feb 13, 2009
8:01 pm
19039
yes dear just change text box no. ... From: nice_shrutisharma <nice_shrutisharma@...> Subject: [C#.NET] Re: Urgent Problem in C# To:...
shaik mohammed imran
imran555sm
Offline Send Email
Feb 17, 2009
3:06 pm
19040
Scott: Yes, of course I have and love one of the "brilliant" Cantu books on Delphi, so I went out and bought the latest ver of the Troelsen book you recommend....
Paul
rekorbima
Offline Send Email
Feb 17, 2009
3:07 pm
Messages 19011 - 19040 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