Search

You searched for the word(s): userid:794377

Matching Posts

  • Re: Very Basic questions

    Hey Chuck, Welcome to the boards. I'm going to have to follow Metals lead here and ask for you to post some of your code here. There is an inumerable amount of things that could be going wrong and without really seeing the code (HTML/VB/C#) there just isn't any way to really help you. Looking forward to seeing some additional info... NOTE: Geezer, Visual Studio would correct the .text/.Text automatically through intelisense (thank god because we'd all be having problems via grammatical
    Posted to Getting Started (Forum) by MJB1980 on 7/21/2009
  • Re: ASP.net servers

    Hey Ebermed, There are several companies out there that host ASP.NET Applications - you'll have to do some digging around to find the best bang for your buck. A couple recommendations... Make sure they support the following: ASP.NET 3.5 SQL Server 2005 (or higher - 2008 prefered) IIS (Internet Information Systems) Manager remote access AJAX.NET (optional) Silverlight As far as programs to run ASP.NET files, there are really only two that you should ever need to know about. IIS (mentioned above
    Posted to Getting Started (Forum) by MJB1980 on 7/21/2009
  • Re: Inserting url string from database into Response.Redirect()

    Hey Austin, Interesting question. Not sure how some of the more experienced folks would do this... but this is how I would start. I'm assuming you have a list of possible URLs stored in a SQL Table along with a Specific ID. I'm also assuming you have some type of control to fire a Response.Redirect statement. I would use a DataList to pull the data from the table, use the SpecID as the "validator" of sorts, and then do a DirectCast to pull the proper URL Text, convert it to a String
    Posted to Web Forms (Forum) by MJB1980 on 7/19/2009
  • Re: asp.net add date

    Hey Illetyus, Try this approach: APSX PAGE: <asp:Label runat="Server" ID="DateResultLBL" /> <br /> <asp:TextBox ID="DateAddTXT" runat="server" /> <br /> <asp:Button runat="server" ID="UpdateBTN" Text="UPDATE" /> ASPX.VB PAGE: Protected Sub UpdateBTN_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles UpdateBTN.Click Dim DateNow As DateTime = DateTime.Now Dim DateAdd As Integer Dim NewDate
    Posted to Web Forms (Forum) by MJB1980 on 7/19/2009
  • Re: Add Decimal Value and Store Result in SQL Table

    Hey Jian, Yeah that was exactly it. Yet again, I should really be using a Class file with this so that I don't have to be C&Ping code everywhere, but that was exactly the problem. The Update Command couldn't find the right named parameter... so genius over here once again shows why you should NOT be coding when you're half-asleep. Thanks for the follow up!
  • Use SQL SMSE To Create A 3D Grid Point/Intersection Table

    Hey Experts, So I've been running around like a chicken with my head cut off trying to find some reference material for handling this question and to date, I've come up with nadda. What I'm trying to do is create a table that lists every possible intersection in a 3D grid. The table structure would be something like: XID (int) Name(nvarchar20) X_Axis(int) Y_Axis(int) Z_Axis(int) Now, the name can be defined at a later date, but, if we worked from a simple 11 unit X 11 unit X 11 unit 3D
  • Re: Use SQL SMSE To Create A 3D Grid Point/Intersection Table

    Works like a charm! Now to write that to insert into the actual table! Thanks again!
  • Add Decimal Value and Store Result in SQL Table

    Hey all, Happy 4th to all those US Members. I've got something that I really thought was going to be an easy part of a larger application and for some odd reason this one is just kicking me around the carpet. I've got an application where a user can create an object and store it into a SQL table. In another area Users can view the created object and 'vote' on the object. To accomplish this, I simply created a table colum titled 'Count_Int' which starts at 0 (zero) (Count_Int
  • Re: Add Decimal Value and Store Result in SQL Table

    Ignore this one, guys. Genius here figured it out... :/ sorry.
  • URL Rewriting - Removing SubFolder Name

    Hey guys and girls! As always, thank you in advance for any help that can be offered. I'm sure what I'm looking to do has been done before (I just haven't searched for the right keywords yet). I'm contimplating hosting several different websites through my one hosting account. My host requires me to use a Domain Pointer to point any registered domain to my little piece of the server. Then, hardcode a gateway in the root to redirect traffic based upon the request. This is working just
    Posted to HttpHandlers and HttpModules (Forum) by MJB1980 on 6/30/2009
Page 1 of 13 (122 items) 1 2 3 4 5 Next > ... Last ยป