Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. indyanguy

    Modifying the Issue List template

    Hello I am a newbie to WSS. I started customizing the Issues list by modifying the schema.xml file. Why dont I see all the default fields under <Fields>. Even though the "Title" is a default field in the Issues list, I do not see it in the <Fields> section. I need to make some of the default...
  2. indyanguy

    Persisting values between aspx pags

    Can the ViewState object be used to persist values between different pages? I did: Viewstate.Add("name", txtName.Text) Response.Redirect("WebForm1.aspx") and in WebForm1.aspx, I tried to retrieve the value using: Response.Write(Viewstate.Item("name")) It did not print the value Thanks!
  3. indyanguy

    Persisting values between aspx pags

    Hello all, I have a form which extends to several pages and users can go from one page to any other page. I need to persist values between pages. I understand I can do it using a Session variable but would want to know the optimum way of doing it if I have hundreds of variables to store. Thanks!
  4. indyanguy

    Problem with W2K3 Server

    Hello Mark, We figured that the Error was not the reason for the Slow down on the W2K3 Server. We moved the application that was causing the error onto a different server but the problem still persists. Earlier, we were running the same applications on 1.0 .NET Framework (Win 2k Server) and...
  5. indyanguy

    Problem with W2K3 Server

    Disabling the Windows-Printer option does not seem to be working :( I hope that installing the driver will make it work. Mark, How do I check if I have users with disconnected sessions? Thank you all for your time.
  6. indyanguy

    Problem with W2K3 Server

    Thanks all for your answers. The reason I think that this error is slowing down the system is when I see this error in the Event Log and restart the system, everything works fine till the same error occurs again. A quick google search suggested that I disable the Windows-Printer setting in the...
  7. indyanguy

    Problem with W2K3 Server

    Hello all, The Win2k3 server we are using suddenly becomes so slow that it has to be restarted. When I check the Event Log, I find this entry: Type Source Event User Error TermServDevices 1111 N/A The properties for this entry shows: << Driver Acrobat PDFWriter required for printer...

Part and Inventory Search

Back
Top