February 6th, 2010 |
xumi |
Question:
So I create a page in web application(call PageA) that use tag <iframe> to call another page (PageB) which contain the data from the database. I want to ask some question
1. The data in pageB is generated by user input, so when the button is pressed, the content of the data will be different user [...]
December 24th, 2009 |
xumi |
Question:
I’ve created basic css like this, IE work perfectly (As expected by me), but Firefox cant show the same things =[ . The bottom part is flying right under my top part (It should be the lowest one).
this is the css Im talking about,
@charset “utf-8″;
#mainPan {
width: 778px;
left: auto;
right: auto;
position: relative;
margin-right: auto;
margin-left: auto;
top: 0px;
margin-top: auto;
padding-top: 0px;
}
#bodyPan [...]
December 17th, 2009 |
xumi |
Question:
Ok so what im trying to do is query a database for all sales transactions for a specific user for a specific month. I can write the sql joins and what not fine and the query returns everything in the associated tables for all the transactions. I need the users dashboard to add up the [...]
October 26th, 2009 |
xumi |
Question:
Hi all,
I have two web applications W1 and W2, on same farm running on different ports.
The C# custom web part code is running under W1 and is trying to access lists in W2.
The App Pool user for W1 has db owner access to content db of W2.
When seen in browser, the web part does the [...]
October 22nd, 2009 |
xumi |
Question:
HI,
how can a web application be renamed in sharepoint?
I mean what you see in Web Application list.
Renaming the iis site does not reflect the change in SharePoint.
thanks
qpc
Solution:
The only option you’ve is delete & re create the web application. You can try extending this web application but its messy.