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 Chriss Miller 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: *

  • Users: sweth
  • Content: Threads
  • Order by date
  1. sweth

    Change in port number causes broken doc link

    I had installed Sharepoint in default port and uploaded few documents under Documents link. Latter I had changed the port number of Sharepoint site. After that whenever I click documnet link it is going to http://sitename/doc/ instead of http://sitename:81/doc. Any idea how to fix this ? Thanks...
  2. sweth

    Configuring windows 2003 DHCP to work with two isp connection

    Hi All, I have two isp connection with Public ip available in both of them, which are connected to two routers. How can we configure DHCP so that if one connection is down, it should automatically switch to second isp connection ? Thanks in Advance, Siva
  3. sweth

    Configuring mail server to setup internal mail server

    Hi all, I got static ip and domain name. I have redirected A record for dns to my local server. Similarly for mail exchange (MX) record i have redirected to my local server. Using pop3 and smtp services how can setup mail server for mydomain.com. Thanks in advance Shiva
  4. sweth

    Maximum connection is connection pool reached. How to solve this ?

    We have an asp.net / sql server application which is ASP model and needs dynamic connection switching to go to different dbs based on client login. And i found recently maximum connection of pool reached after a week of continous run. How to identify unwanted connections in sql server and reset...
  5. sweth

    Key based caching problem

    I was trying to cache a datatble based on userid as key and caching the datatable. But when the userid key is not changed , each time datatable is generated from database not from the cache. I am using the following code in which getMenutable method gets menutable from database...
  6. sweth

    Could not connect to instance of sql server

    I could able to connect default instance of sql server but to another instance i could not connect. I am using the following code to connect string strcon = @"Data Source=servername\instancename;uid=uid;pwd=pwd;Initial Catalog=pubs"; System.Data.SqlClient.SqlConnection cnn = new...
  7. sweth

    How to get session id from cs class file in asp.net

    I am classing common function in c# class file in asp.net. HttpContext.Current.Session.SessionID gives object reference not set to an instance error. However I could get session id from codebehind file Please help.
  8. sweth

    Building asp.net project in command prompt

    I am using the following code to build asp.net project manually in remote server. cd F:\prj\src C:\winnt\Microsoft.NET\Framework\v1.1.4322\csc /t:library /out:F:\prj\src\bin\prj.dll /recurse:*.cs Echo Build Successfully ........! After compiling few cs file it stops with warning message. I...
  9. sweth

    <table> tag in writeXml method

    Hi all, I am converting dataset to xml by myDataSet.WriteXml method and noticed that <table></table> tag is inserted in all nodes. How to get rid of it Another question is i want to store the generated xml file into client pc and search from local machine. How to store in temp folder? Siva
  10. sweth

    How to handle pop up blockers ?

    Hi all, Our asp.net application has lots of pop up for search and select. If user has pop up blocker, it will be difficult for them to swith off it and gain swith on it. Although google and yahoo pop up blocker has Safe list, but we cannt assume what pop up blocker will be used by user. But i...
  11. sweth

    Rollback transaction on closing pop up window

    When user closes pop up window i need to rollback transaction. I am using SqlTransaction in cs file how to do this. pls help Siva
  12. sweth

    Crystal Report Printing

    Hi, I redered crystal report output in aspx page and in pdf. While taking printout i noticed header and footer are coming from page setup when i use 11 * 8.5 size with .75 indent report is in two page when i redice it it is coming in one page I want to know any way to control page setup...
  13. sweth

    Printing output file in web

    Hi all i need help in crystal report . I use asp.net and crystal report. My output is coming good in aspx page. While taking printout header and footer is coming how to remove and how to do page setup programmatically using javascript? Thanks and Regards siva
  14. sweth

    Custom Error Status code = 403 is not working

    Error status Code : 403 is not redirecting to my custom error page but it is showing error page of default page access denied. Is it because there is no request for .aspx page ?? Please advice me Siva
  15. sweth

    Could nt access sql server2000 in windows 2003 using C#

    Dear Friends, I have sql server 2000 Enterprise Server installed in Windows 2003 Server Standard Edition. When i was trying to connect with MSDE in workstation i could able to see northwind and other dbs and can import to local msde. I was using DataGrid in C# webform using dataform wizard ...
  16. sweth

    Help? Update query works in Access not from VB

    Hai All, I got strange Error. Syntax error in update stmt. Same query is running in Access. I use same routine for all update stmt all are working only this one is working. Please help to ressolve VB Code lsSql = &quot;&quot; lsSql = &quot;Update vehiclemaster set regno ='&quot; &...
  17. sweth

    How to use 2 Printers in single PC for report printing

    Dear All, How to use 2 printers from single machine for report prining. I need to print set of results in one printer and set of another printer in another printer. Both printers are in network. Regrs Siva System Analyst Emico Soft Pvt., Ltd
  18. sweth

    How to prevent Hacking

    Dear All, I found recently my website was hacked it is although hosted by another host, I want to know how to prevent hacking in win2k/iis server and can any body provide good links / books in itsecurity. Thanks and Regards
  19. sweth

    Auto-detect socks port and proxy server

    Hai all, Is there any way to findout socks 4 proxy server automatically in visual basic. Regrs, Sweth
  20. sweth

    Regional time/date from browser setting?

    Hai All, I am doing scheduling application. For that i have to detect regoinal time settings from browser. As i dont want to reload the page twice by using java script. I want to get regional settings from server side script. Is there any way to find regional time zone settings from jsp...

Part and Inventory Search

Back
Top