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 Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by zoidberg84

  1. zoidberg84

    multiple page user forms

    yeh i found its e.values.item, thanks for the help!!
  2. zoidberg84

    multiple page user forms

    oh cool, the problem here is that i used a DetailsView instead of a DataGrid and 'Item' is not a member of 'System.Web.UI.WebControls.DetailsViewInsertedEventArgs' so what do i use instead? sorry to be a pain, thank you
  3. zoidberg84

    multiple page user forms

    yeh i want to pass the postcode value from one page to another, but it is already being sent to a database... basically my question is this:- Can you pass a text box value used in a templatefield field to the queryString to then retreieve on another page?? If so, how do you do it? could...
  4. zoidberg84

    multiple page user forms

    Can i still post the address to the queryString using a template field?? I thought you had to do that with the "postCodeTextBox.Text" command but obviously i have used that to "bind" the text to the database! how do i post the text to the queryString?? sorry if i am being an idiot, but i seem...
  5. zoidberg84

    multiple page user forms

    hello, i am creating a website that requires users to enter their details and then i insert them into a database, i use "templatefields" to bind text to a field from the database and this works perfectly. However i have a textbox that takes the user's postcode and sends it to the...
  6. zoidberg84

    user input form

    hello, i am trying to create a user input form that links to a database, everything is working fine apart from one problem... There is a field called "DateJoined" and i want the page to load with the current system date already in the dateJoinedTextBox! I am writing in ASP.net 2.0 using Access...
  7. zoidberg84

    database connection with hyperlinks

    a template column?? cool, I'll look into it! never used it before so any advice it would be great!
  8. zoidberg84

    database connection with hyperlinks

    hello all, i am using Microsoft Access 2003 and ASP.net as my language and i have made a connection to my database but inside the database is a table called picture, with a field called Pic_File, Pic_File has an address for a location of the picture (which i have set as a hyperlink)! my problem...

Part and Inventory Search

Back
Top