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 bkrike 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: silicon
  • Content: Threads
  • Order by date
  1. silicon

    Removing this Http Module

    Hi All, Our application does not use any of the following Http Modules. WindowsAuthentication PassportAuthentication AnonymousIdentification FileAuthorization UrlAuthorization OutputCache By default these Http modules are enabled in machine.config file, If we configure web.config...
  2. silicon

    Changing the order of the columns displayed in the Data Grid

    Hi All, My data grid display a 50 column.I want to give a option to a user to change the order of column as per his requirement. Current implimentation(dot net 1.1) is using Static Bound Columns with AutoGenrateColumns = False Is any good way of implimenting this feature with less impacat on...
  3. silicon

    State management accross the application

    App_One(developed in asp.net 1.1 ,sessionState mode="InProc"). App_two is a phase2 of App_One need to be devloped in asp.net 2.0 So I want to know if a user login in App_One can use the App_Two and share the session,cokies etc(I mean state management) accross the application. If both the...
  4. silicon

    How to access a dll using t-sql query

    Hi, I am having a dll called encrypt-Dcrypt i want access it in t-sql.I mean i want use this dll in my query analyser to encrypt or decrypt the data. I am using sql server 2000. thanks in advance Regards, Pits
  5. silicon

    Session Time Out problem happenning frequently

    Hi, Below is my current configuration in web.config file. But session time out is happenning even if I am contineaously browsing or searching or requesting for new pages. Is any idea where i need to change the configuration <authentication mode="Forms"> <forms loginUrl="Login.aspx"...
  6. silicon

    Spliting coloum data

    MyColumn contain data like "pqrst#12345" What will be the sql query in sqlserver 2000 to split the coloumn data as a result like Coloumn1 Coloumn2 pqrst 12345 Thanks in advance
  7. silicon

    tracing current method/event in apllication level in asp.net 1.1

    my aspx page design contain 4 command button and each click display different report. my application contain 150 such aspx page. Now i want to write a code for logging which report is fired each time. I want to trace a current page,current method/current event i tried application_beginrequest of...
  8. silicon

    If No record found in child table for asp.net 2.0

    Hi, In asp.net 2.0 i am using dropdownlist box,gridview and an detail view. Master record are choosed from dropdown list box and an child record are displayed in gridview.On clicking of select button of gridview ,detailview is displayed with edit and new button.I had bind all three control using...
  9. silicon

    Backup of database from one server to another

    I have Hospital Management Software.The platform is VB6.0 and SQL Server.In this s/w i have around 1500 tables.The s/w is networked.I have two server one is primary server and another is backup server.I want that when my application is running ,the data to be stored in primary as well as backup...
  10. silicon

    How to set default dot matrix font to increase speed of printing

    I know by seting printers default font speed can be increased.Can any one suggest me how to set it in epson lx-300. Is there any other method to increase speed of dot matrix printer for printing vb program. thanks in advance.
  11. silicon

    How to increase speed of printing with vb

    I designed billing s/w with vb6/cr 8.5/access but the printing of bills are so slow as compared to dos based s/w like foxpro.My client is happy with dos based s/w but not with this window based. Is there any way to increase the speed of printing. Pls. let me know as soon as possible otherwise...
  12. silicon

    focus on next component on (enter,up-down arrow key) press

    I want my control or focus to pass on next component by pressing enter key or up-down keys.I am using vb6. I tried this code sub form_keypress(index ...) if keycode=13 then sendkeys(&quot;{TAB}&quot;) if keycode=38 then sendkeys(&quot;{TAB}&quot;) if keycode=40 then sendkeys(&quot;{TAB}&quot;)...
  13. silicon

    How to connect telephone to database through vb6

    I want to retrive voice data from database through telephone. I am using vb6.Which database to use to store voice data and how.Is there any API function which can be used directly. thanks in advance.

Part and Inventory Search

Back
Top