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

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

    Publishing a Local ASP.NET Project to the Web

    Hi Everyone, This should be a simple thing, but I am stumpped (I even searched the Forums). I have a web application on my development machine. I am now trying to move/publish/copy/whatever it to my ISP. What I don't want to do is copy the whole project up (source code and all). I compiled...
  2. xcalibre

    Can I even do this? ASP.NET controls and dynamic access

    Hi everyone, I am stumpped... I have a long list of checkboxes that I have saved their states to a database. If a record for our particular date is in the database, I want to load up all the states to each checkbox. Instead of manually doing cbItem1.value = CSTR(rdr("Item1)) for each item I...
  3. xcalibre

    Displaying Application Version (AssemblyVersion)

    Hi there, I know that in VB I could get and display the application version with App.Version.Major Minor and so on. I did notice in ASP.Net that I have the AssemblyVersion section in my AssemblyInfo.vb file. My question is, how can I retrieve that info so that I can display it in a label...
  4. xcalibre

    cURL & postbacks

    I have an ASP.NET page with a Calendar Control on it that I am pulling and displaying on a PHP page using cURL. The problem is that anytime I click on any of the links on the Calendar control, I get a 404 Error. The problem seems to be that each link has a javascript doPostBack command. It...

Part and Inventory Search

Back
Top