|
I'm trying to update info that a users entered in to a mysql database using php without reloading the web page how can I do this an example or tutorials will be nice.
If there is a tutorial on how to do this can you please share with me the link or links...
Started by awol on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Processing it with php), and updating the web page without reloading the page, ajax style:
http.
|
|
I have a web application, which has a user control and web page logic to be used on multiple web applications. The reason I want to do this is that I want the other web applications to reference this one since the html/css of their web pages varies.
First...
Started by Drahcir on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
How about adding the Web ....
Now this assembly will have a partial class which you can .
Just ensure the naming hierarchy are matching web-app in which you want to reuse it.
Merge with the code-behind of an existing web-page.
|
|
What was the most complex / complicated web-site or web-page that you have created or seen?
What made it so complicated or complex?
Answer Snippets (Read the full thread at stackoverflow):
It's incredibly complex because I can't even....
Recently released wolframalpha.com.
If it's not at the top of the list, I'll bet it's in the Top Ten for complexity .
It calls on hundreds of services every time you make a request .
Amazon.com might qualify.
|
Ask your Facebook Friends
|
Am very to new to web development.
I have the web pages; web pages are developed in html, CSS Style sheet.
For Example I have the ftp domain or crystal.com for hosting my web page
For hosting my web pages, I have to create setup file for hosting my web...
Started by Gopal on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Example:
you upload a file:
/public....
You will upload the files to a folder (usually something like public_html) and then the files correspond to your domain .
Use something like filezilla and read the help docs.
Ftp is the best way to publish your files.
|
|
I'm writing a webmail product and some emails have body css that changes the background ... so when I Html.Decode() that emailbody, it's altering the CSS of the entire page.
Is there a good way to contain that problem?
Started by Rob Ellis on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Which makes it independent, but it does mean.
It loads a different html page inside another page.
|
|
I have a set of functions I want to be available to my web pages and user controls in my c# .net 3.5 web project. My standard approach for pages is to create a "base page" that extends the System.Web.UI.Page class and then have my pages inherit from this...
Started by Charango on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
I then put an equivalent for each code repetition....
Then expose a singleton instance of this class in your base web service, master page, user control, page etc the methods and functions I want to share in my base master page class.
|
|
Can anyone suggest easy ways to document how web pages in a relatively complicated web application link to each other?
Should I document them in Visio possibly? That seems the easiest.
I need to check each of the different buttons and functions on each...
Started by Bravax on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
For the documentation ("I need to check each of the different buttons and functions on each page, and some of these depend on how the user accesses each page") I wonder if it would be a better idea to write.
|
|
I have a Content Query Web Part on my page that rolls up all the contacts lists from all the sub-webs in my site collection. this works fine. I'd like to be able dynamically filter the contacts rollup by having the user click on a list of leters of the...
Started by nohorse on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Www.andrewconnell.com/blog/archive/2008/02/18/Subclassing-the-Content-Query-Web-Part-Adding-Dynamic-Filtering.aspx some functionality to it - take a look at Enhanced Content Query Web Part over at codeplex.com a cqwp....instead try using....
|
|
I'm making a small php website. I find it useful to prototype or layout the pages in a WYSIWYG web page editor.
I'd like to get suggestions on WYSIWIG web page editors that work well in a php development pipeline. Please share your favorites and describe...
Started by lajos on
, 10 posts
by 10 people.
Answer Snippets (Read the full thread at stackoverflow):
Once you've started adding PHP to the page, it will be impossible for an editor to accurately show what the....
I currently use Aptana for that sort of prototyping to create the initial layout .
In many web shops, and you just get used to it.
|
|
We have an old web app written in classic ASP. We don't have the resources to rewrite the app.
I know that asp and aspx pages can coexist in the same ASP.NET web app, but it appears as those you cannot share Application and probably Session variables ...
Started by Chadworthington on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
From your ASPX page you can make a webrequest to your ASP ....
You can create an ASP page whose only function is to store into and retrieve from the ASP session state.
But...
That using the database option is probably much better than this .
|