Click here to Skip to main content
16,004,969 members
Home / Discussions / C#
   

C#

 
AnswerRe: Beginner Question, Sorry Pin
Guffa29-Sep-06 11:38
Guffa29-Sep-06 11:38 
GeneralRe: Beginner Question, Sorry Pin
Bobbydoo829-Sep-06 14:51
Bobbydoo829-Sep-06 14:51 
QuestionReading an XML file into a typed Dataset Pin
gashach29-Sep-06 11:07
gashach29-Sep-06 11:07 
AnswerRe: Reading an XML file into a typed Dataset Pin
led mike29-Sep-06 11:22
led mike29-Sep-06 11:22 
GeneralRe: Reading an XML file into a typed Dataset Pin
gashach29-Sep-06 12:09
gashach29-Sep-06 12:09 
GeneralRe: Reading an XML file into a typed Dataset Pin
gashach29-Sep-06 12:13
gashach29-Sep-06 12:13 
Questionnamespaces in VS 2005 Pin
Christopher Duncan29-Sep-06 10:26
Christopher Duncan29-Sep-06 10:26 
AnswerRe: namespaces in VS 2005 Pin
Jim Conigliaro29-Sep-06 10:39
Jim Conigliaro29-Sep-06 10:39 
The "Web Site" project in VS05 is a fundamental shift in architecture from the web projects in VS03. The web site projects are operate less like applications and more like content managed web sites. Web pages get indivually compiled into their own dlls by default and as such, don't belong to a namespace. You could manually add namespaces and configure the project to compile to a single dll, however, I would recommend that you install the "Web Application" project, which didn't ship with VS05 but is available for download from:
http://msdn2.microsoft.com/en-us/asp.net/aa336618.aspx[^]

The Web Application project is more consistent with the VS03 web projects and is easier to manage as a complex application.


GeneralRe: namespaces in VS 2005 Pin
Christopher Duncan30-Sep-06 1:30
Christopher Duncan30-Sep-06 1:30 
QuestionGrouping in Dataview Pin
Mr.Sam29-Sep-06 9:59
Mr.Sam29-Sep-06 9:59 
AnswerRe: Grouping in Dataview Pin
umseker29-Sep-06 11:54
umseker29-Sep-06 11:54 
QuestionHow do I Create a Type-Ahead Control Using DART PowerWeb Live Controls???? [modified] Pin
ebonaba29-Sep-06 9:47
ebonaba29-Sep-06 9:47 
AnswerRe: How do I Create a Type-Ahead Control Using DART PowerWeb Live Controls???? Pin
LongRange.Shooter3-Oct-06 8:27
LongRange.Shooter3-Oct-06 8:27 
QuestionCreateIPForwardEntry() returning ERROR_INVALID_PARAMETER... please help!! Pin
b_girl29-Sep-06 9:30
b_girl29-Sep-06 9:30 
QuestionHow to recursively search directories Pin
iamnew2C#29-Sep-06 9:24
iamnew2C#29-Sep-06 9:24 
AnswerRe: How to recursively search directories Pin
led mike29-Sep-06 9:30
led mike29-Sep-06 9:30 
AnswerRe: How to recursively search directories Pin
mejojo29-Sep-06 11:26
mejojo29-Sep-06 11:26 
GeneralRe: How to recursively search directories Pin
iamnew2C#2-Oct-06 10:52
iamnew2C#2-Oct-06 10:52 
QuestionSelf Updating Application Pin
wasife29-Sep-06 9:05
wasife29-Sep-06 9:05 
QuestionRemove an attribute from a property at runtime Pin
Ista29-Sep-06 8:36
Ista29-Sep-06 8:36 
QuestionHelp with DES encryption & decryption Pin
Sreerag Gopinath29-Sep-06 8:16
Sreerag Gopinath29-Sep-06 8:16 
AnswerRe: Help with DES encryption & decryption Pin
geo_m29-Sep-06 21:54
geo_m29-Sep-06 21:54 
Questionquestion regarding BufferedStream Pin
Green Fuze29-Sep-06 8:10
Green Fuze29-Sep-06 8:10 
QuestionIs it possible to store an encrypted files other than .txt in sql server using AES encryption(C#). Pin
TechnoDev29-Sep-06 7:15
TechnoDev29-Sep-06 7:15 
QuestionP2P messaging and file sharing over HTTP Pin
asamay29-Sep-06 6:44
asamay29-Sep-06 6:44 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.