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...
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...
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. ...
Hi all, I have one program using System; using System.IO; using Excel; namespace ExcelOperations { class Program { static void Main(string[] args) { //string...
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...
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...
Aditya, In this line: String ScriptName = ((Microsoft.Office.Interop.Excel.Range) workSheet.Cells[rowIndex, 9]).Value2.ToString (); within the selection...
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...
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...
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...
In my opinion, I like to bundle the code with good design. Look, each control implement their event in different method... ... -- MuhammadHarryCalgery ...
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...
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...
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...
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...
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...
have you already try using *Invoke method*? ... -- MuhammadHarryCalgery ProgrammingForFun harrycalgery.wordpress.com [Non-text portions of this message have...
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 ...
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...
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;...
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....