Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. NickMalloy

    custom site definiton

    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...
  2. NickMalloy

    multiple insert for list

    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
  3. NickMalloy

    dynamic webcontrols in asp.net 2.0

    Do you have an example. I did this and it didn't work.
  4. NickMalloy

    dynamic webcontrols in asp.net 2.0

    That code is found in the btn click sub. The page load is where the controls are created.
  5. NickMalloy

    dynamic webcontrols in asp.net 2.0

    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...
  6. NickMalloy

    Dropdownlist in a detailsview updating

    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...
  7. NickMalloy

    Dropdownlist in a detailsview updating

    There is no datasource for the DDL because it doesn't populate from a database. It is all on the page.
  8. NickMalloy

    Dropdownlist in a detailsview updating

    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"...
  9. NickMalloy

    asp.net 2.0 controls naming convention.

    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
  10. NickMalloy

    Help with a column

    Fixed it. Data was in the wrong place in tblMonths.
  11. NickMalloy

    Help with a column

    smalldatetime I made the change like above and I am still recieving the same error
  12. NickMalloy

    Help with a column

    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...
  13. NickMalloy

    coding standards

    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?
  14. NickMalloy

    search box

    I am trying to move where the search box appears on my start page, but can't figure out in Front Page how to move the thing. What can I do?
  15. NickMalloy

    looking for show/hide example

    thanks everyone.
  16. NickMalloy

    looking for show/hide example

    Do you have an example or can you point me to one.
  17. NickMalloy

    looking for show/hide example

    I am looking for a good example of showing and hiding content within a <div> using css?
  18. NickMalloy

    Visual Studio

    Can you use Visual Studio to edit a theme or do you need to use FrontPage?
  19. NickMalloy

    Looking At Sharepoint

    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...
  20. NickMalloy

    Connecting to MS Access DB through DSN Connection

    What would my connection string look like?

Part and Inventory Search

Back
Top