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 SkipVought 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: seabaz2000
  • Order by date
  1. seabaz2000

    Migration

    I got that working but it won't migrate over my stored procedures. Its tough cause I'm heavily reliant on them. Are there any other tools that you'd recommend?
  2. seabaz2000

    Migration

    Hi, I was just wondering if there is any tool that can migrate the T-SQL stored procedures from SQL Server 2005 to the ANSI SQL that MySQL uses as I am trying to migrate databases at the moment. Thanks.
  3. seabaz2000

    accessing controls

    Hi, Is it possible to access the majority of the form elements, i.e buttons, labels, file uploads using their id's in the code behind page of an aspx page. I am having problems accessing certain types of elements. I can access labels and buttons but i can't seem to access, file uploads, divs...
  4. seabaz2000

    Way to update every column

    Hi, I was just wondering is there any way to update every column in a given table something like this. UPDATE #TempTableForData1 SET = " " WHERE VALUE = NULL This code above would aim to set every column that was null in the table to blank. I hope I am explaining myself correctly. Regards
  5. seabaz2000

    Add quotation marks to a web page

    yeah I did I just went for a single apostrophe and that seemed to work [code] <asp:literal runat="server" text='Blah , Blah, "Blah" '/> [\code]
  6. seabaz2000

    Add quotation marks to a web page

    Hi, Just a quick question, if I want to add quotation marks to a piece of text as is below. How do I do it. <asp:literal runat="server" text="Blah , Blah, "Blah" "/> OUTPUT Blah, Blah, "Blah" Regards
  7. seabaz2000

    Membership does not contain a definition for delete User

    Hi, I am trying to call a method of the Membership provider "Delete User". So I type in "Membership." and I get a drop down list of all the methods that I have available but when I select one of them and go to build the code, I get the error "Membership does not contain a definition for Delete...
  8. seabaz2000

    _doPostBack

    yeah basicaly i want to pass in the url of the current document but also I need to make a few changes i.e in the example above the page loads with the date 05/06/07 and I want the page to reload ontop of itself again using the _dopostback function but with the dates 08/08/08. Hope this helps...
  9. seabaz2000

    _doPostBack

    Hi, I was just wondering if it is possible to pass in a href in the eventarg section of the _doPostBack function so as to reload the page again with a different set of data. e.g current page is : www.myDomain.com/testing?date=05/06/07 I click on a button on the webpage and it calls the...
  10. seabaz2000

    AJAX RPC Call

    What would the setter method in question look like. Are there any examples I could go off. Thanks again for all the help guys.
  11. seabaz2000

    AJAX RPC Call

    To answer the first reply, the object in question is a value called orderdate. It is a hidden field that comes with http://www.dynamicdrive.com/dynamicindex7/jasoncalendar.htm the calendar from this website. When a user selects a particular date from the drop down lists etc, I want that date to...
  12. seabaz2000

    AJAX RPC Call

    Hi, Just wondering would anyone know of any examples of code on the web where when a user sets an object client side a remote procedure call is made using AJAX to update a session variable server side?
  13. seabaz2000

    webparts in .net

    Hi, I am not sure if this is the place for this question, but I am attempting to access an element of a form using the document.getElementById function. But I am calling the function from inside an asp.net web part. When I call the particular object it just returns null signifying to me that it...
  14. seabaz2000

    Atlas and Webparts

    Hi, I watched the screencast by Marc Schweigert on AJAX Enabling ASP.NET 2.0 Web Parts with "Atlas" I attempted to do the same with a page of mine but with no success. I am unsure as to what I am doing wrong. No errors are popping up, its just that it still posts back the entire page and...
  15. seabaz2000

    An alternative to using frames

    Gwh2, Just wondering how you got on with this approach, am thinking of perhaps going down the same road, sounds like a better idea than the one I had originally. Could you recommend any more links on the subject other than the ones above, or any other information. Regards
  16. seabaz2000

    Question marks

    I'd say that could be the problem I'm copying and pasting from notepad into dreamweaver. I'll try and get the originals and see if that makes a difference.
  17. seabaz2000

    Question marks

    I used dreamweaver mx 2004. I just uploaded them via winscp, and when I open the webpage online it just contains "?"'s everywhere.
  18. seabaz2000

    Question marks

    Hi, I am just after deploying my website from my localhost to my online webserver, and there seems to be some sort of formatting problem. There seems to be quite a lot of question marks appearing everywhere there is a space left. I am unsure what to do. Regards
  19. seabaz2000

    Navigation

    Jeff, What I am intending to do is to create a site based on a single web page. This site will contain many javascript functions, each function will contain many lines of code and then when they are called, the code will be populated in specified tables. Based on the number of functions for each...
  20. seabaz2000

    Navigation

    Hi I was wondering if anyone could point me in the direction of a good javascript navigation tool. i.e. one that would list the number of pages in a certain section of a site and allow the user to browse them by clicking on the links on the navigation buttons.

Part and Inventory Search

Back
Top