CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: classy gal

Page 1 of 2 1 2

Search: Search took 0.04 seconds.

  1. Replies
    0
    Views
    731

    access cell in web form control

    Can you tell me why I can not access the value of a textbox in the detailsview control?

    I am working on a new C# asp.net 2010 webforms application. I am trying to obtain the value loaded into a...
  2. Replies
    1
    Views
    862

    3 data sources for detailviews control

    I am looking for addititonal references for how to bind data to a C# detailsview 2010 web form control. Some of the links I have located so far are the following:
    ...
  3. 2 datacontext objects for one web form control

    Since I am working on a my second C# asp.net webforms page that I have ever done, I have the following question:

    In a linq to sql connection that I setup with a datacontext object I did not...
  4. Replies
    0
    Views
    936

    web form control 2010 with data source

    In a C#asp.net 2010 detailsview and formveiw controls, I am asking what embedding various linq data source controls in certain cells. Basically I want to embed different datasources so the default...
  5. Replies
    2
    Views
    970

    Re: buttons on web from controls

    The user does not want the buttons in the web form control. This user wants the buttons to be out of the control. Basically somehwere else on the web page.
  6. Replies
    2
    Views
    970

    buttons on web from controls

    When working with a C#asp.net 2010 web forms, I am wondering if you can take the 'buttons' out of a control and place them somewhere else on the webform and still have them work? I would want those...
  7. Replies
    3
    Views
    1,215

    Re: passing field value in asp.net 2010

    How would I declare the column globally? Would I call the varirable public and place it within the highest level namespace? The location would be near where the class or partial class are defined?
  8. Replies
    3
    Views
    1,215

    passing field value in asp.net 2010

    I am asking the following question since this is the first few C# asp.net 2010 web form pages I am working with at my company. My problem is I want to pass the value of orgName from the code listed...
  9. Replies
    0
    Views
    2,286

    SubmitChanges is not working

    I am working on a C#.net 2010 application I just wrote. Right now I am getting the error

    'Cannot add an entity that already exists'. I get that error on the following line of code:...
  10. Replies
    0
    Views
    874

    webform error message

    I am working on a C# asp.net 2010 web form web page I just wrote. Right now I am getting the error

    'Cannot add an entity that already exists'. I get that error on the following line of code:...
  11. Replies
    2
    Views
    1,253

    Re: web debugging

    Thanks!
  12. Replies
    0
    Views
    1,004

    validate list control value

    Since I am new to working with C# asp.net 2010, I am asking the question on how to validate a checkbox list control.

    I am adding a new checkboxlist control to a new C# asp.net 2010 web page I am...
  13. Replies
    0
    Views
    719

    2010 linq to sql

    I am workin to setup a new C# asp.net 2010 webforms page in an existing website. When I do an add items to an existing file and click on linq to sql, the designer shows up. Then I drag some tables...
  14. Replies
    0
    Views
    12,201

    problem access ajax toolbox controls

    I am having trouble accessing the ajax control toolkit that I installed on my visual studio.net 2010 professional ide.

    I followed the directions that are listed on the following link:...
  15. Replies
    0
    Views
    780

    C# css & master pages

    I have a C# 2010 web forms application that uses master pages, themes, and cascading styles sheets on the same web pages. Since I am new to master pages, can you tell me how I would know what part of...
  16. Replies
    2
    Views
    1,253

    web debugging

    I am new to working with a C#.asp.net web forms applications. I have expereince stepping through code in C#.net 2008 desktop application. Thus I would like to be able to step through all the code in...
  17. Replies
    0
    Views
    637

    override to master page

    I am working with a C#.asp.net 2010 web forms application that I need to modify. Since I am new to asp.net (i Have other C#.net expereince), i have the following questions:

    1. In this application...
  18. conent placeholder 2010 in master pages

    I have a C#.asp.net 2010 webforms application that I need to modify. I have C# desktop experience,

    but I do not have C#.asp.net 2010. *Note I have read of asp.net books to update my skills. I...
  19. Replies
    4
    Views
    1,349

    Re: C#. net 2010 textbox

    What web controls have this type ahead feature?
  20. Replies
    1
    Views
    1,004

    C#. asp.net 2010 development plan

    I am trying to decide the best way to develop and add some new web forms to an existing C# asp.net 2010 webform application. Basically my new webpages need to be kept separate from the other...
  21. Replies
    4
    Views
    1,349

    C#. net 2010 textbox

    On C#.net 2010 new in asp.net and desktop applications, I am suppose to have a 'type ahead' feature. Basically a user 'starts' to type a 'company name' in a text box, and then the application comes...
  22. Replies
    3
    Views
    787

    Re: web forms 2010

    that is exactly what I mean.
  23. Replies
    1
    Views
    734

    C# references

    I have a C#.net 2008 desktop application that uses some third party software. Since the third party software venfor went out of, I can not ask them any questions about their code. Due to this fact,...
  24. Replies
    2
    Views
    2,194

    Re: asp.net 2010 web.config file

    answered
  25. Replies
    2
    Views
    2,194

    asp.net 2010 web.config file

    I am in the processing of trying to run a C # asp.net 2010 web application from my workstation so I can understand it and add my own webpages to the application. However to get this application to...
Results 1 to 25 of 34
Page 1 of 2 1 2





Click Here to Expand Forum to Full Width

Featured