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 strongm 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. Komil13

    Adding WebDav server to windows application

    Well, my application will be an web application. I would like to encapsulate it to be kind of like an embedded application inside a windows application. Basically, the client machine will not have a web server on it and will not have access to the internet. Therefore, the web application and...
  2. Komil13

    Adding WebDav server to windows application

    Hey Guys, I've got a asp.net web application. Its a simple application which connects to a SQL Server 2005 Mobile database. I would now like to write a windows application which will wrap this asp.net web application and allow it to be executed normally. I was thinking of using the in-build...
  3. Komil13

    SessionState & ASP.NET

    mode is set to SQLServer KP
  4. Komil13

    SessionState & ASP.NET

    Hi Guys, I have a website that is using Session State to store all the session info. Our default.aspx page (homepage) does not have any code that hits the database. However, we discovered that when the SQL Server is not accessable, the site doesn't even come up. We traced it to the...
  5. Komil13

    Storing Session State in SQL Server

    I'll try to explain my situtation as best as I can. I am working on two different web applications. One is the back-end and the other is the front-end of a e-commerce site. The front-end is used by our customers to order products from us and the back-end is used by our employees for managing...
  6. Komil13

    Generating GUIDs using C# ...

    Hi guys, Is there any way to generate GUIDs using C#. I am building a web application that I would like to use it for. Thanks for all your help.
  7. Komil13

    Image Webservice issue

    Hey guys, Let me explain the setup of our servers first, We have a webserver sitting outside of the firewall, which runs the company site. We also have an internal webserver for our intranet. We also have a SQL server which, as guessed, sits inside our firewall. There is also a internal...
  8. Komil13

    Passing an array to a custom dll

    I was able to figure out the bottleneck. At first, it seemed that it was the array, but after pulling every line apart in the dll, I figured out that it wasn't the array after all. The problem was a query in the dll that was querying a table of 750,000+ records. Currently, I am working on...
  9. Komil13

    Passing an array to a custom dll

    Hey guys, I have created a custom dll that accepts a 2-dimensional string array. The array holds all the product info for an online order form. The dll processes through that array and returns the cheapest freight carrier and the price. The problem is that this array takes about 1-2 seconds...
  10. Komil13

    Disabling Datagrid Add button

    Hey guys, I am trying to disable a 'Add' button in the datagrid so that it can only be clicked on once. Any ideas how to implement that? So far, I've tried using the ItemCommand event of the datagrid, but that does not work. Thanks for your help.
  11. Komil13

    Adding controls to Repeater Control dynamically

    I figured that adding code would help. Here is the code from the aspx page: <asp:Repeater ID="rptCategories" runat="server" > <itemtemplate> <table border="0" width="730"> <tr><td class="box2"><span class="regtext"><%# DataBinder.Eval(Container.DataItem, "CategoryID_PK") %> - <%#...
  12. Komil13

    Adding controls to Repeater Control dynamically

    Hello I have a repeater control that is getting results from the database. Now, I would like to dynamically create another repeater control inside the <itemtemplate>. I have placed a PlaceHolder control in the <itemtemplate> tag. I then create a repeater object dynamically, collect...
  13. Komil13

    ASP.NET & Active Directory

    Can you guys please point me to a good tutorial for using Active Directory with ASP.NET (VB.NET). I would like to use the active directory to authenticate the user. Thanks
  14. Komil13

    vb.net datetime

    hi, i would like to search an access database using the date/time field in database. In my app, i am using a datetime variable. My question is how would i use a datetime value from my app to search the access database's date/time field??
  15. Komil13

    sed &amp; variable

    Thanks Jad ... that worked just perfectly ...
  16. Komil13

    sed &amp; variable

    Hi, How do I use a variable with sed?? For example: if i set a $USER to be kjones then insert the $USER variable in the first line of a file, using the below command sed -e '1i$USER' | cat > temp but this doesn't work ... i get $USER in the file and not the value.
  17. Komil13

    VB &amp; PocketPC

    Hey guys, I got a really tough question for you guys. Is there any way to sync outlook contacts with pocketpc using visual basic?? I am not talking about the MS ActiveSync, but I would like to write my own program that can sync outlook info with the pocketpc. Any help would be appreciated...
  18. Komil13

    Apache web server help ....

    i have installed Solaris 9 and installed the apache web server that was on the installation cd ... but it won't work ... how do i go about troubleshooting it??
  19. Komil13

    Oracle Beginner

    Hi guys, I have worked with SQL Server 7 and also worked with SQL Server 2000. Now, I would also like to learn Oracle 8i. Can anyone help me with some titles for good books or good institutes?? I would greatly appreciate any help provided. Thank you. Komil
  20. Komil13

    Ultra 30 cdrom problem .... Help!!

    Hi, I have an ultra 30 system. I am trying to reinstall the operating environment on it, but everytime I place the Solaris 8 Installation cd inside the cdrom and close it, it pops right back out. I've just about had it with this. Can anyone help me out with this?? Thanks .... Komil

Part and Inventory Search

Back
Top