November 14th, 2011 05:12 PM
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...
November 7th, 2011 09:57 PM
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:
...
November 5th, 2011 06:56 PM
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...
November 5th, 2011 06:55 PM
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...
November 5th, 2011 06:50 PM
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.
November 4th, 2011 09:54 AM
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...
November 4th, 2011 09:53 AM
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?
November 1st, 2011 05:40 PM
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...
October 29th, 2011 01:19 PM
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:...
October 28th, 2011 04:44 PM
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:...
October 27th, 2011 05:19 PM
October 27th, 2011 05:17 PM
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...
October 15th, 2011 03:49 PM
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...
October 11th, 2011 05:19 PM
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:...
October 2nd, 2011 11:27 AM
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...
September 29th, 2011 01:01 PM
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...
September 26th, 2011 01:57 PM
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...
September 26th, 2011 10:53 AM
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...
September 23rd, 2011 11:24 AM
What web controls have this type ahead feature?
September 22nd, 2011 11:05 AM
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...
September 22nd, 2011 09:52 AM
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...
September 22nd, 2011 09:51 AM
that is exactly what I mean.
September 19th, 2011 10:10 AM
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,...
September 16th, 2011 10:07 PM
September 16th, 2011 12:00 PM
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...