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

    capture the value from a text box in a formview

    Morning guys, I have a formview and i would like to capture content of a textbox within the formview and display its content in another textbox or label whenever a button is pressed. i have tried the following: Protected Sub Button1_Click(ByVal sender As Object, ByVal e As System.EventArgs)...
  2. ola123

    how pass values from a Formview to a detailview on another page

    hey guys, I created a application form that inserts each record into a sql database. The form insert records like application#, fname, lname, DOB etc. I have a payment button that when selected directs you to a payments page, what I want is that when this button is selected it would take some...
  3. ola123

    getting databse oriented program to work outside of MS Web Developer

    I wrote my program in Web developer 2008 and connected to a database [Ms SQL 2008 server]. the program works fine inside Web developer, but how do i get it to work when web developer isn't open. My real problem is connecting to the database when web developer is not open, i get this error msg...
  4. ola123

    Problem inserting into a databse

    hey guys, I'm having some difficulty getting the following to work properly. I'm trying to insert records into a database using the below below but I keep getting the error: "Syntax error in INSERT INTO statement." Why I really don't know. your help would be greatly appreciated I copied...
  5. ola123

    ASP.net and MSQL

    Hey, I was wondering if MSQL could be the database used with asp.net instead of access (that what i was taught to use). and if so what would be the better on to use. Thanks in advance for you input.
  6. ola123

    Problem inserting a record into table

    Hi guys, I here teaching my self some asp using w3schools.com. I typed all the code on the page (http://www.w3schools.com/ado/ado_add.asp) that should allow me to enter a record into a table, but for the love of me the thing not working. if it's possible could someone tell me where i went...
  7. ola123

    Dropdownlist not declared in script when DDL is in DetailsView

    Hello guys, thanks for the help in advance My problem is that whatever input or selection control i have in the detailsview (specifically in the edititemtemplate) the control's ID id never declared in the script. What could be the reason for this? I was thinking that probably a function is...
  8. ola123

    Can <asp:accessdatasource> have a variable?

    hello world, with programming anything is possible, ... right? Im just wondering where i have '500', in the code below is it possible to replace that with a variable <asp:AccessDataSource runat="server" id="booksource" datafile="project.mdb" SelectCommand="SELECT * FROM [bmis4] WHERE...
  9. ola123

    save a record in a variable, then display record later

    Hello world, in programming anything is possible, right? anyway my script searches a database for a record based on a criteria value(which is a variable) then save the record in a variable record if thats even possible. A value is saved to the variable whenever you ask for one particular...
  10. ola123

    Display one particular record

    hello there, here is the problem. I have created some asp pages and linked it to a database. but what i want to know how to do is display ONE record. Say for example i type the id of a record and click find, it should locate and display only that particular record. if there is someone who...
  11. ola123

    display a particular record

    hello there, here is the problem. I have created some asp pages and linked it to a database. I know how to display the records using gridview, but what i want to know how to do is display ONE record. Say for example i type the id of a record and click find, it should locate and display only...
  12. ola123

    dropdownlist generates content of another dropdownlist

    yup i suck, could someone create a working example of link me to a working example of the following. i'm looking for [code/script] that when you select an option from a dropdown list it generates the content of another dropdownlist. So if i click on computer dept. as an option in the first...
  13. ola123

    Dropdownlist creates content in another dropdownlist

    yup i suck.. How would you go about creating a dropdownlist that whenever an option is selected from it, it creates the contents for another Dropdownlist? Thanks in advance B2DB **Cool Nuh Man**
  14. ola123

    when do you use .aspx and .asp

    yup i suck... i know,.. i know I was wondering when do you use the file extension .aspx and .asp if i remember correctly .aspx is used on the server if that's the case if i save a file as [index.aspx] on my web server does that mean a machine accessing that file should type [index.asp] I...
  15. ola123

    Beginner needs help with Server

    yup - i suck anyway, i am fairly new to ASP and server configuration and stuff like that. I went to class but the Dumb teacher only showed us to create ASP pages no connecting or create configuring server what so ever (just taught us the theory aspect of that, probably wouldn't know how to...
  16. ola123

    DropDownList changes content in another DropDornList

    Hello, i hope this doesn't post twice The thing is im creating a form for a school, and i have a dropdownlist (ddlDepartment) where an individual should select the department they would like to be apart of, whenever they select whichever department, another dropdownlist (ddlprogramme) should...
  17. ola123

    DropDownList changes content on aother DropDownList

    Hello, The thing is im creating a form for a school, and i have a dropdownlist (ddlDepartment) where an individual should select the department they would like to be apart of, whenever they select whichever department, another dropdownlist (ddlprogramme) should appear with the different...
  18. ola123

    another machine accessing asp pages

    Im Beginner.. this might be a long shot Im creating some Asp pages and linking that to an Access Database using some SQL script (in Microsoft Web Developer), ? how would i get another machine to access those pages and save info to the database? Thanks A link to a site or notes on creating...
  19. ola123

    asp.net with SQL problem

    Here im creating a Web Form.. I have inserted data into an Access file using SQL syntax (SELECT COMMAND). What i would like to do now is to be able to take ONE field from one of the tables within the Database and place that value inside a variable in my </script> section. So how would i go...
  20. ola123

    Loading sound

    Hello there Is there a way to play sound without adding the sound file to the frames in flash? for example when i press a button it goes to a movie clip that plays a mp3 file, im thinking it would be something like loadMovie when loading a .swf file. Is there a way for me to play a sound file...

Part and Inventory Search

Back
Top