I am new to custom site definitions. I am trying to make changes in the onet.xml file. basically I want to get ride of the image on the default page. This was taken from the sts site def. I don't want an image on the right web part, and I also want to add the all users web part over there. Any...
I basically want two pages for inserts on a list. one would have prefilled info already entered, and the other would be without that info. How could I accomplish this?
Nick
How do you get data from dynamically created textboxes that are in a placeholder that resides in a content page controled by a master page. I recreate the textbox everytime the page loads. I used this same code in 1.1 and it worked fine, now it isn't.
Here is two ways I have tried
<code>
Dim a...
I get this error
'drpTime' has a SelectedValue which is invalid because it does not exist in the list of items.
Parameter name: value
When I remove tthe selectedValue tag. The dropdown contains nothing related to my data. when I put the datavalue column, the only thing in the dropdown is the...
I have the following code that has a dropdownlist in the detailsview. When I click update I get this
Could not find control 'drpTime' in ControlParameter 'startTimeDisplay'.
<code>
<asp:DetailsView ID="Detail1" runat="server" DataSourceID="ObjectDataSource3" Width="350px"...
I want to know if there is a list of naming conventions for the new controls in asp.net 2.0. Anyone have one. When I say naming convention I am talking like a textbox would start with txt
I have the following query where the inner select is creating an error saying "Syntax error converting the varchar value 'January ' to a column of data type int.
How can I fix this??
Select
title,
story,
startdate,
enddate,
(select monthName from tblMonths where datepart(month...
I am working on putting together a document of coding standards for my company and want to work on some data access standards. Can anyone tell me if there some good articles somewhere on this?
I am trying to detirmine if sharepoint is the way I want to go. Can someone tell me if sharepoint can do the following and how easy it is to do on these.
Documents that are restricted based on a group or by a user. I want to restrict documents where if a user doesn't have access they can't pull...
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.