Jump to content
Xtreme .Net Talk

gicio

Avatar/Signature
  • Posts

    103
  • Joined

  • Last visited

Everything posted by gicio

  1. Which workflow use companies that are on the CMM levels 3, 4, 5 ??? (http://www.sei.cmu.edu/cmm/) regards, gicio
  2. Riemann thanks for this good answer!!! regards, gicio
  3. No it isn't. But it should be possible to get IE into the tray?! regards, gicio
  4. But the Internet Explorer is a Windows application. regards, gicio
  5. It�s possible to hide an ASP.NET site in the tray? while I will do this: I will developing an instant messanger as ASP.NET. Something like ICQ lite in Java Applet. Regards, Gicio
  6. Developing, building, and testing. How do it the best? Learning from the world leader - Microsoft I'm very interested in how the developing/build/testing workflow @ Microsoft looks like. I think Microsoft as world leader in software developing business must have a very good workflow. Does anyone know how the development flow @ Microsoft looks like? I'm also interested in the workflow in your company perhaps the workflow in your company better then @ Microsoft? What do you think about test driven development? Regards, Gicio
  7. Big thx! regards, gicio
  8. Hi! I'm looking for unit-testing tools for .NET. Somthing like Java has --> http://www.junit.org regards, gicio
  9. Hi!! I�m looking for some ASP.NET controls in Office 2003 web access style. Mainly an Outlook 2003 web access calendar control. Is something like this anywhere available? Regards, Gicio
  10. Hi! I�m very interesting in when to use exactly the StringBuilder? For example for something like this?: String strTest1 = �This�; String strTest2 = �Test�; StringBuilder stbTest = new StringBuilder(); stbTest.Append(strTest1). Append(�is a �). Append(stbTest); can someone provide some sample codes when to use a StringBuilder? And can someone tell me his experience about the performance of a StringBuilder? Regards, gicio
  11. Hi! I have a little problem: I work with Outlook 2003 and an Exchange 2003 Server. On an Exchange Server exists a rule limitation. For this reason I need a plug in for Outlook to sort all my emails in special folders. Or does anyone knows how I can save my rules local and not on the Exchange Server? Regards, gicio
  12. Thx WebJumper !!!! but what is the better solution? check this on the server or client site ??? regards, gicio
  13. Hi! I have a litte problem with my CustomValidator. What my CustomValidator should do: The CustomValidator should check if 2 textboxes are empty.. if yes he should diplay a message. This is my code: <asp:customvalidator id="CustomValidator1" runat="server" ErrorMessage="Sie müssen min. 1 Telefonnummer angeben" Display="Static" OnServerValidate="ValidateExistanceOfPhones"></asp:customvalidator></P> <script runat="server"> void ValidateExistanceOfPhones(object source, ServerValidateEventArgs args) { args.IsValid = !((m_txtTelephoneNumber.Text.Length == 0) && (m_txtMobileNumber.Text.Length == 0)); } </script> the calidator check ValidateExistanceOfPhones. but when args.IsValid = false the message isn't shown. What is the problem??! Make I something wrong? 2. quastion: is it possible to check the state of the 2 textboxes on the client side? when YES how? best regards, gicio
  14. and what about saving the data so: ViewState["MyData"] = MyTextBox.Text; ??? regards, gicio
  15. private void FillControlsWithData() { UsersDB currentUsersDB = new UsersDB(); SqlDataReader dr = currentUsersDB.GetSingleUser(Context.User.Identity.Name); // Read first row from database dr.Read(); Context.Items.Add("UserFirstName",(String) dr["FirstName"]); dr.Close(); m_txtFirstName.Text = Context.Items["UserFirstName"].ToString() } private void m_cmdChangeData_Click(object sender, System.EventArgs e) { if( !(m_txtFirstName.Text == Context.Items["UserFirstName"].ToString()) ) { //make something stuff here!!!! } } In the if( !(m_txtFirstName.Text == Context.Items["UserFirstName"].ToString()) ) I get an error: Object reference not set to an instance of an object. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.NullReferenceException: Object reference not set to an instance of an object. Source Error: Line 169: { Line 170: if( !(m_txtFirstName.Text == Context.Items["UserFirstName"].ToString()) ) Line 171: { Line 172: //make something stuff here!!!! Source File: c:\inetpub\wwwroot\immo\desktopmodules\usereditdata.ascx.cs Line: 170 Stack Trace: [NullReferenceException: Object reference not set to an instance of an object.] OcImmobilienPortal.UserEditData.m_cmdChangeData_Click(Object sender, EventArgs e) in c:\inetpub\wwwroot\immo\desktopmodules\usereditdata.ascx.cs:170 System.Web.UI.WebControls.LinkButton.OnClick(EventArgs e) System.Web.UI.WebControls.LinkButton.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) System.Web.UI.Page.ProcessRequestMain() any idea what the problem is? regards, gicio
  16. thx! but where is the best place to store the data???? Context.Items ???? regards, gicio
  17. Hi! At first I tell you what I will do: 1. Load data from DB 2. Fill System.Web.UI.WebControls.TextBox with data from DB 3. Than the user can change some data in the System.Web.UI.WebControls.TextBox and now how I can compare what the user change? should I add a new Item to Context.Items and compare it after changes? any idea? regards, gicio
  18. Hi! I will install "Remote Components" on my server to get SQl debbuging working. when I click on the "Install Full" button (To install full remote debugging on all operating systems) I get this message box: Incorrect command line parameters. Windows Installer. V2.00.3790.0 ..... what is the problem and what is the solution for this problem??? regards, gicio
  19. Hi! is there a free module somewhere available to upload pictures? regards, gicio
  20. Hi! I provide that scrolling ability to people with non-MS mice. regards, gicio
  21. Hi! The universal mouse drive should have some of the Microsoft IntelliPoint features. Here are some Microsoft IntelliPoint features: IntelliPoint software automatically provides wheel functionality in all programs. Wheel Troubleshooter: Click Troubleshooter if the wheel does not work as expected. Regards, gicio
  22. Hi! I develop an application and I need a mouse driver for universal and intelligent scrolling behaviour with wheel. Something like the Microsoft IntelliMouse has. Is something like that anywhere availabel? regards, gicio
  23. Outlook addon to make mail rules/filters?!!?!? Hi! At first I KNOW THAT OUTLOOK INCLUDE RULE/FILTERS!!!!!! but when you store your mails on a Microsoft Exchange Server the rules are limited (32 K per user ..... 64 rulez). For this reason I need an extra tool to filter my mails local on my machine and put the mails in some folders after the mails arrived into the inbox folder. Exist a tool like this? OR: Although the limit of 32 K exist I can still create rules on my machine....only the 64 rulez are updated on the Exchange server....for this reason it would be cool to have a script or tool that run automaticly all my rules on the Inbox as "Run Rules Now..." button do that. this is the solution!!! ;) regards, gicio [edit]One thread per question is enough. Any more will just be deleted[/edit]
  24. We set up here a new windows 2003 server (without ANY problems ;) ). we put in this server a hard disk from a windows 2000 server (the drive has data on it). now we have the problem that we can't access some data on this hard drive. (we have administration rights on this server). but some files are ok...and we can access it. on this files that we can't access we can't also see under properties the security tab!?!? can someone tell me how to access this data? regards, gicio
  25. Hi! can someone tell me what is the best Peer-2-Peer spam filter for Outlook?? regards, gicio
×
×
  • Create New...