Click here to Skip to main content
15,905,071 members
Home / Discussions / Database
   

Database

 
GeneralRe: SQL Syntax Error Pin
Colin Angus Mackay17-Dec-04 2:24
Colin Angus Mackay17-Dec-04 2:24 
GeneralRe: SQL Syntax Error Pin
Suresh Prasad17-Dec-04 4:06
Suresh Prasad17-Dec-04 4:06 
GeneralDatagrid update Pin
Yulianto.16-Dec-04 16:15
Yulianto.16-Dec-04 16:15 
GeneralRe: Datagrid update Pin
Veera Raghavendra16-Dec-04 17:20
Veera Raghavendra16-Dec-04 17:20 
GeneralGenerating wrapper code for SQL Server Stored Procedure Pin
Fraas16-Dec-04 15:32
Fraas16-Dec-04 15:32 
General"Artificial" Server" -beginner question Pin
Anonymous16-Dec-04 13:49
Anonymous16-Dec-04 13:49 
QuestionServer Object - Where to find the Dll ? Pin
Vector715-Dec-04 22:37
Vector715-Dec-04 22:37 
AnswerRe: Server Object - Where to find the Dll ? Pin
Heath Stewart15-Dec-04 23:17
protectorHeath Stewart15-Dec-04 23:17 
The Server property is an intrinsic object accessible from within ASP.NET. You cannot simply use Server.MapPath (which is actually HttpServerUtility.MapPath) because 1) it's an instance method and you cannot instantiate the HttpServerUtility class yourself, and 2) it only works with a given virtual path because it needs to map a virtual path to a physical path. This is specific to both the virtual host and the virtual directory. Even on two different virtual hosts, a virtual directory will map differently to the same physical directory.

For future reference, if you have a question about what assembly a class (not object, which is an instance of a class) is defined in, you can view the bottom of the class documentation topic in the .NET Framework SDK that states what namespace and in what assembly the class (or any Type) is defined.

This posting is provided "AS IS" with no warranties, and confers no rights.

Software Design Engineer
Developer Division Sustained Engineering
Microsoft

[My Articles] [My Blog]
GeneralRe: Server Object - Where to find the Dll ? Pin
Vector716-Dec-04 1:45
Vector716-Dec-04 1:45 
GeneralRe: Server Object - Where to find the Dll ? Pin
Colin Angus Mackay16-Dec-04 2:34
Colin Angus Mackay16-Dec-04 2:34 
GeneralRe: Server Object - Where to find the Dll ? Pin
Vector716-Dec-04 3:58
Vector716-Dec-04 3:58 
GeneralRe: Server Object - Where to find the Dll ? Pin
Heath Stewart16-Dec-04 5:26
protectorHeath Stewart16-Dec-04 5:26 
GeneralRe: Server Object - Where to find the Dll ? Pin
Vector716-Dec-04 23:41
Vector716-Dec-04 23:41 
GeneralRe: Server Object - Where to find the Dll ? Pin
Heath Stewart17-Dec-04 1:00
protectorHeath Stewart17-Dec-04 1:00 
QuestionHow to databound listbox with three table relational structure? Pin
Origon15-Dec-04 22:31
Origon15-Dec-04 22:31 
GeneralReporting Service : custom parameter Pin
Member 150632215-Dec-04 5:42
Member 150632215-Dec-04 5:42 
GeneralHelp ! Selective SQL Statement Pin
RDoes15-Dec-04 1:16
RDoes15-Dec-04 1:16 
GeneralRe: Help ! Selective SQL Statement Pin
Michael Potter15-Dec-04 11:12
Michael Potter15-Dec-04 11:12 
GeneralRe: Help ! Selective SQL Statement Pin
Colin Angus Mackay15-Dec-04 12:28
Colin Angus Mackay15-Dec-04 12:28 
GeneralRe: Help ! Selective SQL Statement Pin
RDoes15-Dec-04 22:22
RDoes15-Dec-04 22:22 
GeneralRe: Help ! Selective SQL Statement Pin
Colin Angus Mackay16-Dec-04 2:26
Colin Angus Mackay16-Dec-04 2:26 
GeneralRe: Help ! Selective SQL Statement Pin
RDoes20-Dec-04 1:53
RDoes20-Dec-04 1:53 
GeneralRe: Help ! Selective SQL Statement Pin
Colin Angus Mackay20-Dec-04 2:19
Colin Angus Mackay20-Dec-04 2:19 
GeneralRe: Help ! Selective SQL Statement Pin
Jon Hulatt16-Dec-04 0:40
Jon Hulatt16-Dec-04 0:40 
GeneralRe: Help ! Selective SQL Statement Pin
RDoes16-Dec-04 0:52
RDoes16-Dec-04 0:52 

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.