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

    Incorrect syntax on CType function

    Hello, I have a vb.net page and sql server 2008 back end. I got an error: incorrect syntax near ','. I have been researching and I tired different ways but no luck. Please point me to the right direction. I checked the syntax and it is correct to me. Thanks. Private Sub getCounts(ByRef...
  2. BunBo900

    Microsoft OLE DB Provider for ODBC Drivers error '80004005'

    I am migrating old applications from 2k3 to 2k8r2 server. The app works fine in 2k3 but in 2k8. I am not familiar with classic asp. It seems like I am missing configuration steps somewhere. Can someone point me there? I am trying to connect to oracle database 11g. Thanks I got diff errors...
  3. BunBo900

    Error: Active Server Pages error 'ASP 0113'

    Hello: I am migrating my current web server from 2k3 to 2k8R2. This server combines different applications written in classic asp and asp.net. When I run the classic asp application in 2k8, I encountered the following error: Active Server Pages error 'ASP 0113' Script time out The maximum...
  4. BunBo900

    How to I reference a file that is located in a different drive?

    Hello: How to I reference a file that is located in a different drive? My site located under C:\inetpub\wwwroot. Since the C: drive has limited space so I put some of my files e.g., pdf, interactive flash, word, wmv...etc. in a D:\MyFiles drive. But unable to get it to work. <a...
  5. BunBo900

    How to connect to a database in asp

    Hello: I have windows 7 prof and windows server 2008. I have the database in the folder the way it is in the code. I found this code on the internet and dropped in my server to test and it is not doing what it is supposed to be doing. What else I need to do in order to get this working. I...
  6. BunBo900

    How to connect to a database in asp

    Hello: I have windows 7 prof and windows server 2008. I have the database in the folder the way it is in the code. I found this code on the internet and dropped in my server to test and it is not doing what it is supposed to be doing. What else I need to do in order to get this working...
  7. BunBo900

    vertical expanding and collapsing menu in asp.net

    Hello: I want to do is vertical expanding and collapsing menu. When you expand the menu, you see the content of another page either in (*.ascx, *.aspx, *.html). I am thinking to do in JavaScript, but my web application is written in asp.net so I guess it is better to go with asp.net. Is it...
  8. BunBo900

    How to validate a checkbox?

    Hello: The code below is working fine, but when I incorporate the JavaScript function (checkAgreement) below into my existing pages with alot more code it makes certain code on my page not working. I need to make the end user checks on the checkbox before moving to the next screen. Is there...
  9. BunBo900

    Allow only number keys 0-9 in a TextBox

    Hello everyone, How do I create a textbox that takes exactly 4 number. Thanks in advance.
  10. BunBo900

    Pass local variable from code behind to &lt;TextBox&gt; in aspx page?

    How to pass a local variable from code behind page to the <TextBox> in aspx page? specifically in the <InsertItemTemplate> section of the page. I could pass to a label fine. thanks ************************************* ************aspx page***************** <InsertItemTemplate> <asp:Label...
  11. BunBo900

    How make the url of my website stays constant

    Hello: How do I make the url of my website stays constant: ex: http://www.mysite.com appears on the address bar no matter where I go on the site. I know this can be done using Frame, but let say the website wasn't using Frame to begin with. Can using JavaScript to accomplish this task? Does...
  12. BunBo900

    How to use cookies to create popup 3 times then stop forever

    Hello: I am trying to have a popup on my site using cookies ..like 3 times or so then stop forever. The code below is only popup once...How can I change the code below to have it popup whenever the user returns to the page the first 3 times? Thank you...
  13. BunBo900

    JavaScript to validate &lt;asp:CustomValidator&gt;

    Hello: I am trying to modify existing pages. I just added in a search capaibility to the page. This page rather complicate and lengthy to me. This page is using <ajaxToolkit:modal> to process information. Everything is working fine except when I have the JavaScript function ensureChecked()...
  14. BunBo900

    Create delete button using &lt;ajaxToolKit:ReorderList&gt;&lt;DragHandleTemplat

    Hello: How can I create a delete button to remove a selected record? using <ajaxToolKit:ReorderList> and <DragHandleTemplate>? I saw a few samples but non of them have the delete capability. Is it possible at all? I am trying to modify the code below to be able to delete a selected record...
  15. BunBo900

    Why copy websites from 1 server to a new server generates errors?

    when I copy a whole website from development server to my localhost server, it generates all kind of errors below is one of the errors. The site under dev server is working fine I just want to play with it on my localhost. Eventhough it said files not exist, I checked everything is copied over...
  16. BunBo900

    System.NullReferenceException: Object reference not set to an instance

    Hello: The code below works fine on one server, but send error msg on another server. Please advice. Thanks. Error Msg: Exception Details: System.NullReferenceException: Object reference not set to an instance of an object. protected void Page_Load(object sender, EventArgs e) {...
  17. BunBo900

    How to fire up onClick event from a button

    I am trying to maintain this site unfortunately I have very basic asp.net experience. I have a simple question for most of you. The following code on the course.aspx.cs code behind page. The way this code designed is there is a button (btnAddToQueue.Text) on the pop-up modal message type when...
  18. BunBo900

    Sending Text Messages to Cellphone

    We have an application that has been working fine until the power outage last week. This application has a Text alert function where it sends text messages to users cellphones that in the system. Due to the power outage, it might have turned of the services to send text messages so now is not...
  19. BunBo900

    How to create web projects DLL type using Visual Studio 2008?

    How to create web projects DLL type using Visual Studio 2008? I understand you can compile cs files to a DLL using command line c# compiler, but I prefer Visual Studio. Anyone have any ideas. Thanks
  20. BunBo900

    LINQ to SQL technology question

    Hello - I need to make some changes to the existing web app. This web app is written in C# using LINQ to SQL technology. I am a newbie to C#; the new requirements seem to be obvious to understand. But did not work as I expected to be. My question is for this technology when make a change to a...

Part and Inventory Search

Back
Top