Jump to content
Xtreme .Net Talk

kaisersoze

Avatar/Signature
  • Posts

    153
  • Joined

  • Last visited

Everything posted by kaisersoze

  1. I have a Grid view in uc1 ASCX file. uc1 ASCX file loads in another uc2 ASCX file . uc2 ASCX files loads on ASPX page. ASPX page user master pages. Everything loads very well even during postback. Issue is: When I click on Edit link in gridview, it postbacks but RowCommand doest fire. When I click for the second time RowCommand Fires. Please help, why I am not able to fire on first click. Note, during first click control goes to page load but doest go to rowcommand.
  2. Will DOTNET 1.0 and 1.1 be obsolete in future? We have some applications that are stable but require some maintenance once in a while. Migrating the older applications to newer release has to go thru a lengthy process like why, when, etc... So, if there is a line somewhere that says Microsoft will not be supporting DOTNET 1.0 and 1.1. that would close many arguments. Can someone throw some light here?
  3. how to suppress and capture errors from Process.start? Currently If there is an error when I can process.start, a message box opens and waits for user input. How can I capture the error message and auto click ok and continue.
  4. How to run an application inside Internet Explorer like in Windows Updater in microsoft.com.
  5. My application is used globally, I download date from the serve to the local machine and compare with isDate() function in VB.net. If the region setting in Control panel of the PC is United states the isdate function is returning true. but, if the region is Chinese (Singapore) or Thainwan then the isdate is returning false. Date is always in this format: 10/18/2006 10:18:45 AM (since it is returned by the server). how to resolve this issue
  6. In VS 2003 windows forms, dows anyone know how to create a treeview with multi loclumn?
  7. I have to do extensive MS Excel programming from windows .net, like creating Excel (.xls), creating multiple work sheets in the excel, formating, coloring, etc. can anyone let me know which component i should use. any feedback is appreciated. In VB6.0 this was a peice of cake.
  8. Please visit to this site: http://www.google.com/finance?q=msft&hl=en When you type in the search box, a layer that containsthe list of values is shown and the values change based on the search criteria. I dont see any post back either. Any input on this is appreciated.
  9. Application is a simple ASP.net web application with data transfer of less than million records, ram is 4 gb and 2 dual P4 processor running on windows 2003 server. Data accession is using ODBC. When tested the same application on a single processor machine with almost same config but only difference is it is a single processor. the cpu utilization is 100% on a specific task. but the same task on multi-processor cpu box, the cpu utilization is "100% divided by number of processors". so, since the cpu utilization is 25% of cpu (100 divided by 4). It looks like the task is taking more time than a single processor machine.
  10. Do you see any performance difference when running same application on a multi processor cpu?
  11. How to Install dot net framework on multiprocessor server
  12. when asp .net application installed on dual processor or multi processor server the performance of the application is reduced. Does anyone have idea on about the performance of the asp.net application when installed on multi processor server. Please any feed back is appreciated.
  13. How to download a file using ftp programmatically. I have all files in the database in a binary column. Presently I use web services to download the files. But users are having difficulty when downloading huge file as it is taking much time. So, Is there a way i can download a file from the datbase using ftp. I appreciate any feedback.
  14. Yes, I mean test.exe.config file and even thou i am reading manually from the config file the values are still the old. but once I restart the application the values are changing. by any way using reflections of anything can i change the values in the same instance.
  15. In my Application I make changes to some parameters in App.Config file. In the next method I try to read the parameters to show the changed values to the user. If I manually open the config file I see the changes but, the application is not able to see the changed variables. It is always showing the previous values. But, If I close and restart the application, then new values are seen. What am I missing, an how to show the new values.
  16. tell me in VB.net and then in C#
  17. In VS2003, in sub main I load Splash screen and in the back grourd I do many processes shawing the status to the user in the splash screen. I VS2005, I a, not able to call sub main and do the same i did in 2003. can some one help what am i missing?
  18. how to read or receive emails from exchange server?
  19. tried local service and admin account also I tried local service and admin account also, but i still get same error. Signon error. My application connects to Outlook and downloads emails with attachments and starts an application.
  20. My application (daemon) runs as stand alone but when i start the service which calls the daemon gives me an error. The daemon checks for emails using MAPI control. Does anyone have any idea.
  21. How to open a new process (outlook) if outlook is running then show outlook else open new instance of outlook and show the outlook --- i am able to open the new instance of outlook but if an instance of outlook is already open then i am not able to show that instance. to open a new process: system.disagnostics.process.start("processname") can anyone tell me know to open an already existing process.
  22. How to create index in MS ACCESS programatically? Please respond...
  23. I need to calling a function. If the funtion takes more time to execute then I need to come out of the function. Is there a way. currently my application works as it should, but when bad network, the same function takes time to return, so, the app should try for 30 secionds, if time taken to execute is more than 30 seconds then move forward with next step. please help
  24. My application needs to connect to a network folder to get some configuration files. When the network not available then it returns very fast. but when the network is busy the application tries to connect and get the files for long minutes. Is there any way i can say try tp connect and get files in 1 or 2 minutes and error out no fast network and continue with next process in the application.
  25. Yes. when consumed from an application the webservices works fine. but when i try to view in browser. i loose the page.
×
×
  • Create New...