Jump to content
Xtreme .Net Talk

kaisersoze

Avatar/Signature
  • Posts

    153
  • Joined

  • Last visited

kaisersoze's Achievements

Newbie

Newbie (1/14)

0

Reputation

  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.
×
×
  • Create New...