Hi
I am just getting started with Sharepoint so please excuse any ignorance I may show.
What I am looking to do is Create a Web Part Zone within a .NET web page. I don't want the whole page to use SharePoint just a section of it that the users can then customize to show event's, lists and all...
Hello everyone. I am back after a long hiatus. Back in the industry and back here as well. Seems that there are a quite a few new faces though i do see some old friends.
I've got a datasource in xml and I'm pulling it into my web app using an xsd file to create the dataset.
My question is...
I would like to know where the Framework gets the value that Request.ApplicationPath returns.
I have often used it to make sure I am not hardcoding my server.Transfer and response.redirect bits.
For example I want to transfer the page to say bubba.aspx with some querystring variables...
I seem to have ran into a rather solid wall here. Or perhaps I have simply lost my capability to think logically. In anycase I hope some of you can help me.
I have a dataset defined with a simple parent child relationship between two tables.
Parent table is a table of Listings.
Child table...
I have the following defined in my CSS file/
A.Banner:link
{
color: White;
text-decoration: none;
}
A.Banner:hover
{
color: #ffc400;
text-decoration: none;
}
A.Banner:visited
{
color: White;
text-decoration: none;
}
The problem is that after the link has been visited the hover will not...
I would like to know how to do a select that has one of the columns specified as distinct.
Select Distinct Col1 col2 col3 col4
from table
doesn't work because I still get duplicates in col3. I would like to get all of the columns but to eliminate any row that has a duplicate value in col3...
Got an opinion question here and I would like to hear your opinions on it.
I have a datareader returning data based on a stored proc. Thing is that I can use the information in that reader to fill two drop down boxes. You cannot do this with one reader since when you do a databind it closes...
Hey guys I had an bug where my query string data wasn't coming through when I passed odd characters through the query string. In my specific case I was trying to pass "&" through. Since this is the delimiter for the query string it only sees part of the data on the other side.
ex...
I am sure this is pretty simple, I just can't wrap my head around it today. How do I access the session data as well as the request class from my own Data Access Layer?
using System.Web.HttpSessionState doesn't work. Any ideas?
That'l do donkey, that'l do
[bravo] Mark
If you are unsure of...
Hey guys n gals
Got a bit of a situation here. I am reading an xml file into a dataset and throwing it into a datagrid for view/editing. Everything seems to work just fine except when I go to update a record. The edit button puts the grid into it's edit mode. I change some of the data and...
Hey there guys and girls I was hoping that one of you had some experience with the adrotator control. It's pretty simple and straight forward except for the impressions property.
I would like to know what the number that you put into the impressions property actually does. I know that it...
Hey
I have a site that uses form authentication methods. I am using FormsAuthentication.SetAuthCookie("") to set the login info once I authorize the user. However, when I put the site in a frame, it no longer works. It seems that the cookie is never being created. Does anyone...
Hey peoples
Just wondering what your thoughts on this is. I am building a couple of site that need many images. Depending what item is selected that image will be displayed.
I have two ways to do this and am not sure which one to use.
1. Store the images in SQL and load them into the page...
Hey guys maybe I am just brain dead today but I seem to be having trouble with this.
I want to arrange incoming data in the following format.
Text Text Text Text
Text Text Text Text
Text Text Text Text
Text Text Text Text
All the data is from...
Hello all. I have returned from the dead or jobless whichever.
I was just wondering if anyone here had opinions on using data connections with integrated security or using a SQL login. Security risks, problems, concerns, whatever is on your mind speak and be heard.
That'l do donkey, that'l...
Hi I was wondering if it is possible to set the color or an <Area> shape? What I would like is for a transparent color to reside in the <Area> shape. On certain circumstances (server side) that color may change so the area be more noticable. The user still needs to be able to see the image...
for example I have this
dim myTableCell as TableCell
'use table cell
buncha code
'use table cell
buncha code
'use table cell
Is it better to do a myTableCell = New TableCell() each time or to use a completely different variable. My question came from the fact that when I am done with...
Oi I seem to be having a few problems of late.
I am starting to use alot of user controls in my code, however I keep getting some odd errors. I am hoping one of you out there can help me out on this.
I am programmatically adding a user control to my page. The control enscapulates a...
Hey guys got a simple question here. I downloaded the asp.net portal sample from www.asp.net. In the sample the paths to the different controls and pictures all seem to be declare using a ~ like so "~/images/image.gif" Looking at the directory structure I surmised that this goes up...
Hello
Got me a question. I have a sproc that I am using to return a result set with a changing where clause.
If a value coming into the sproc is null then I don't want to include that value into my where clause.
In thread183-393720 I found that I could do this using a string a building the...
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.