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

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

    Self reference table

    Hi , I have the following structure: Item table ---------- ItemId ItemName Item Transaction Table ---------------------- TransactionId GiverItemId SenderItemId the data is somewhat like this: Item table __________ 1 abc 2 xyz 3 pnr 4 rew 5 dds 6 djs 7 dsf Item Transaction table...
  2. RakhiKalra

    Query related to #include virtual

    I have downloaded an entire ASP site in which I am supposed to make changes. There are many folders in the Main folder, which consists of include files. For eg Main folder name is "Preview" which is kept on C:\inetpub\wwwroot folder. Now the preview folder has many folders like...
  3. RakhiKalra

    Problem in rendering .js file in Netscape

    Hi, I have made a form on which some validation functions are present in a .js file which is included in my form page as follows: <script language="javascript" src="commonFunctions.js"></script> The form works fine in IE but as i see the page on Netscape, the error comes : TrimString is not...
  4. RakhiKalra

    Problem in deleting file

    Hi, I have a requierment of deleting a file. I am, writing the following code. when this code gets executed, the server processing starts and end with the servertimeout. The code is as follows dim strFullPath strFullPath = "c:\inetpub\wwwroot\mywebsite\uploadedfiles\myfile.txt" dim...
  5. RakhiKalra

    finding using Regex.pls help

    Hi, I am building a facility to search site contents utility which searches the specified text on the other pages of the same site and gives the list of all pages where it has found the search text. the search is being done properly.but there is one case in which i am getting an error, when i...
  6. RakhiKalra

    I am not able to attach debugger to any web application

    Hi, I am using Visual studio .Net at windows 2000 professional.I am not able to attach debugger to any web application.when i attach aspnet_wp, it doesnt give me any error but page doesnt stop at any break point.I tried on the other applications also but no avail. earlier all was working fine...
  7. RakhiKalra

    regular expression for alphanumeric string

    Hi, I wanna make a regular expression for validation a string which can contain alphabets,numbers and underscore. please help. Rakhi Kalra
  8. RakhiKalra

    regular expression to validate website URL

    Hi, in one of my web form i need to validate a text box in which URL of site is entered.I need a regular expression for it. the URL can not contain ftp ..it can contain http and https. please help. Rakhi Kalra
  9. RakhiKalra

    editing in datagrid

    Hi, I am new to .net programming.i have been given an assignment to make a windows desktop application using c#. I have a particular need to enter data in datagrid and edit the grid data as well.there is a country form in which a grid with 2 columns-Countryid and Country Name. Country id is...
  10. RakhiKalra

    Want to make visual organizer

    Hi, there are few marketing personal in the office and we have to make a software which can serve as a utility for them... I need to make a web based system in which there will b a grid for each executive like:- | Mon | Tue | wed | Thu | Fri | sat...
  11. RakhiKalra

    wanna make a visual time table

    Hi, there are few marketing personal in the office and we have to make a software which can serve as a utility for them... I need to make a web based system in which there will b a grid for each executive like:- | Mon | Tue | wed | Thu | Fri | sat...
  12. RakhiKalra

    error 80004005

    I am getting the following error- Microsoft OLE DB Provider for ODBC Drivers error '80004005' [Microsoft][ODBC Microsoft Access Driver]General error Unable to open registry key 'Temporary (volatile) Jet DSN for process 0x65c Thread 0x90c DBC 0x9f3f9b4 Jet'. /mis/datasource1.inc, line 3 on...
  13. RakhiKalra

    error 80004005 unspecified errow

    Hi friends, at times i get the following error message when i run my asp file Provider error '80004005' Unspecified error /amerrugs/datasource.inc, line 3 ************************************************* datasource.inc file contains the following code <% set con =...
  14. RakhiKalra

    Applying border style to &lt;SELECT&gt;

    Hi Friends, I am making a web page and applying CSS to the elements of the form.i applied border to <input> like:- ------------------------------------------------------ input { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: x-small; background-color: #FFFFFF; border: 1px...
  15. RakhiKalra

    Can I schedule an Email

    Hi, I am developing a system-MIS which is used by our company to manage customer care and all that.I want an Email to b shot at 11.30 PM everyday to the administrator of the company so that he comes to know the job details of every employee.The jobs attended by the employees are stored in the...

Part and Inventory Search

Back
Top