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 Mike Lewis 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: murugesanks
  • Order by date
  1. murugesanks

    add controls in runtime

    Thanks. its working fine. But i was unable to change the position of text box. say first text box top position is 100, and second should be 150, third 200.. below is the code ====================== Dim strTextName As String Dim tb As New TextBox tb.ID = "txtSample" +...
  2. murugesanks

    add controls in runtime

    How to add textboxes in a Button Click i.e 1. My web form has a Button(ButtonA) 2. Every time, when i click the button(ButtonA), a New Textbox should be created and place in my web form 3. And when i click another button(ButtonB), the values of all the textboxes should be stored in Database...
  3. murugesanks

    AspMaxRequestEntity - IIS Metabase

    Hi, When I try to upload any file using upload component which has size more than 200 KB, I am getting the below message. “Incorrect setup of AspMaxRequestEntity Allowed in IIS Metabase” I knew that the limit of “AspMaxRequestEntityAllowed” has to be increased. Without increasing the limit...
  4. murugesanks

    ASP.NET-Application server in Windows & Database server in Unix

    Is is possible to write a application in ASP.NET/Windows to access a Database running in UNIX Environmnet?
  5. murugesanks

    ASP.NET to get access FoxBASE/UNIX

    Is it possible to write a ASP.NET application(IIS/Windows) to get data from FoxBASE database(UNIX OS) can any one have idea about this? -Murugesan
  6. murugesanks

    Integrate with DHTML

    Guys, I am "ZERO" in Lotus Notes. Is it possible to integrate & Customize Lotus Notes with HTML and DHTML? If Yes, can you give me some tips?
  7. murugesanks

    Reload page on update in Database

    Site Administrator will update into table. the updated data should be visible to users immediatly. ( the end users will not aware of updating) Typical example is. Online Cricket Score site. at one end, administrator will be updating data. the other end, users will be able to view the latest...
  8. murugesanks

    Reload page on update in Database

    Hi all, this is my requirement : Reload the page(e.g reload.asp), when there is a update in TABLE1 of Database. (my plan is, to write a trigger. reload the page when trigger fires. but i don't know how far it will work.) thanks in advance Murugesan
  9. murugesanks

    ASP - Migrate from Windows to Linux

    Hi All, I Web Site is running in IIS/Windows 2000 server. Site is developed using ASP with MS-Access database. Now i planned to move to Linux Server. I don't have any knowledge on ASP in Linux. Can you please tell me What are all the things need to be taken care. Does it require to Change my...
  10. murugesanks

    Address bar URL Mask - Without Frames

    Thanks for your quick ack, I Don't know what Iframe is. can u give me a example.. Will it have any side-effect? Thanks once again -Murugesan
  11. murugesanks

    Address bar URL Mask - Without Frames

    Hi all, How do i mask Address URL without using Frames? i.e i have a site www.domain1.com from this i am moving to another domain www.seconddomain.com but i want "www.domain1.com" to be displayed in Address bar. Thanks in advance. -Murugesan
  12. murugesanks

    showModalDialog not refreshing

    Hi, My showModalDialog window is not refreshing. its displaying old data. how to refresh it? can anyone help me..
  13. murugesanks

    Keep data in client side

    Hi, My application running in IIS/ASP/SQL Server. In my ASP page, i have a form, which will accept Multi-row data entry from user. I don't want to go to backend for enach and everytime, user clicks ADD button. On click of ADD button, the data should appear as text and allow to enter data(...
  14. murugesanks

    e-mail marketing

    Hi, I would like to send a general E-Mail Message to all Rediffmail users. is it possible? Thanks in advance.
  15. murugesanks

    Upload From remote using VB

    Hi, My VB Application is running in a machine with Internet Connection. This application need to upload image to Server. how to do this. can anyone help me. Thanks in Advance. Murugesan.
  16. murugesanks

    Again Problem in CDONTS

    Yes, Thanks, But i need more help. is there any uploaded components available in IIS or third party free components. i don't want to go for shareware third party components like EZsite UpLoad, SoftArtisans, etc.. -Murugesan
  17. murugesanks

    Again Problem in CDONTS

    Hi, Thanks. the file is on Client PC only. Is anyother option is there other than uploaded to server. -Murugesan
  18. murugesanks

    Again Problem in CDONTS

    hi, "d:\sample.txt" is exists in my system. -Murugesan
  19. murugesanks

    Again Problem in CDONTS

    Hi, I tired like this also to send a mail with Attachment using CDONTS <% Set objMyMail = CreateObject(&quot;CDONTS.NewMail&quot;) objMyMail.To = Request.Form(&quot;mailto&quot;) objMyMail.From = Request.Form(&quot;mailfrom&quot;) objMyMail.Subject = Request.Form(&quot;mailsubject&quot;)...

Part and Inventory Search

Back
Top