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

    Validation control problem

    when i run my project locally, it's validation controls perform validation but when i upload it to server it's validation controls: 1. perform validation when I don't use any coding in mysomebutton. 2. do not perform validation when mysomebutton has coding of...
  2. someTimeOnly

    Cann't access selected value in selection changed event of dropDown?

    very strange, I cann't access ddMydorpDown.selected value in its selection changed event. I want to query to database in the selection chaged event on the basis of new selected value of dropdown. What am i missing? Please, let me know.
  3. someTimeOnly

    How to add "submit button" in htmlform control?

    say what is the equivalent code of the following code response.Write("<form id='myID' method='post' action='that.aspx>") using htmlform and adding to it an htmlinputbutton control to post the data.
  4. someTimeOnly

    How to display XML in webform?

    What's wrong here. Why it's not being displayed with label control. private void Page_Load(object sender, System.EventArgs e) { XmlDocument doc = new XmlDocument(); string xmlData = "<bookxmlns:bk='urn:samples'></book>"; doc.Load(new StringReader(xmlData)); Label1.Text =...
  5. someTimeOnly

    How to configure a project remotely?(urgent & basic)

    How to configure a project remotely? say i make a simple asp.net web project. Ok it's being accessed http://localhost/myProj/default.aspx now there is a ftp server available. so how to take it on my ftp server. How will i configure it?
  6. someTimeOnly

    Could not load type 'MyProj.Global'

    Could not load type 'MyProj.Global'. Source Error: Line 1: <%@ Application Codebehind="Global.asax.cs" Inherits="MyProj.Global" %> Im stuck with this error. Can't find a way around.
  7. someTimeOnly

    Default download:

    How to disable "explorer default downlaod". Im having DAP(download accelerated plus) installed on my system and i set it to be my default downloder. It works as a default downloader but sometimes "explorer default downlaod" appears to start downloading. And i noticed it's this behaviour for...
  8. someTimeOnly

    &quot;Hosting site&quot; with WWD api's and C#

    Has anyone implement this sort of project? Can't figure out how to do this. Any good link.
  9. someTimeOnly

    What is a proper way to embed my code to new design?

    Design for ASP.NET app has changed, so what is proper way to embed my code with new design. the only way i can think about is keep on every control and pasting from older app.
  10. someTimeOnly

    Beginner: How to search a node from an xml file using c#

    Any Link?
  11. someTimeOnly

    Hard drive not found.

    Hard drive not found I have applied the following options so far 1. Replace the data cable with CD-drive’s (as it’s working ok with CD-drive) 2. Replace the power cable with CD-drive’s (as it’s working ok with CD-drive) 3. Take the hard drive to other system. And it’s ok there. What...
  12. someTimeOnly

    How to make .cda format file run from hard drive?

    I've got some .cda tracks of a cd but can't play after saving on hard drive.
  13. someTimeOnly

    Why do I need DVD-r drive at all?

    If I can play DVD-r in my CD-r drive then what is the difference between DVD-r drive and CD-r drive? Why do I need DVD-r drive at all?
  14. someTimeOnly

    CD drive 52x. What is meant by 52x here?

    Some one told me to replace my 52x cd drive with 64x. According to him 64x is capable of running even scratched cds. Is he right? What is meant by this x thing here?
  15. someTimeOnly

    What is the best way to study internet contents offline?

    What is the best way to study internet contents offline? As I often delete offline contents. Say I like "www.w3schools.com" site. It has a lot more tutorial but in html format. Today, I move my "Internet temp dir" to C:\tutorial\w3schools By doing this I was logged off(alas I've to suffer one...
  16. someTimeOnly

    org.apache.jasper.JasperException: Unable to compile class for JSP

    When I hit Some.jsp, I get the following error "org.apache.jasper.JasperException: Unable to compile class for JSP" my sources are as follow: ______________________Some.jsp_________________________ <%@ page import="SomePackage.SomeBean"%>...
  17. someTimeOnly

    Virus: Any new instance of explorer closes the already opened instance

    help me out of it. Any new instance of explorer closes the already opened instance. So I only can have one instance of the explorer at a time.
  18. someTimeOnly

    that &quot;Double Click&quot; crashes my defenses. Help me.

    I disabled maximizebox and thickframe in SDI app, to keep client area fixed all the time. But that "Double Click" on title bar somehow gets its way around and causes my window to be of smaller (restore) size. Plus afterward that "Double Click" even doesn't maximize it back. I'm doing BOOL...
  19. someTimeOnly

    What is multi-line comment in vb or vb.net?

    ' for single line comment but what about multi-line comment in vb or vb.net
  20. someTimeOnly

    yahoo games and java virtual machine

    i cant run yahoo games. a dialog appears messaging to download java virtual machine. i clicked ok but it couldn't download java virtual machine. i tried search engine to download jvm but couldn't find it. i'm using windows xp pro 2002 and internet explorer that comes with this windows.

Part and Inventory Search

Back
Top