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?
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.
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...
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
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
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...
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...
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...
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...
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?
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...
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...
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
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.
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
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...
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.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.