Click here to Skip to main content
15,894,410 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: validate emails which is seperated with comma Pin
M A A Mehedi Hasan4-Mar-07 23:13
M A A Mehedi Hasan4-Mar-07 23:13 
AnswerRe: validate emails which is seperated with comma Pin
badgrs5-Mar-07 0:30
badgrs5-Mar-07 0:30 
QuestionChanging width of Repeater and Details view control Pin
aransiola4-Mar-07 22:01
aransiola4-Mar-07 22:01 
QuestionChanging from FileSystem to IIS Pin
aransiola4-Mar-07 21:55
aransiola4-Mar-07 21:55 
AnswerRe: Changing from FileSystem to IIS Pin
Paddy Boyd4-Mar-07 22:09
Paddy Boyd4-Mar-07 22:09 
AnswerRe: Changing from FileSystem to IIS Pin
Venkatesh Mookkan4-Mar-07 23:18
Venkatesh Mookkan4-Mar-07 23:18 
AnswerRe: Changing from FileSystem to IIS Pin
VishalSharmaDev4-Mar-07 23:38
VishalSharmaDev4-Mar-07 23:38 
GeneralRe: Changing from FileSystem to IIS [modified] Pin
aransiola5-Mar-07 6:02
aransiola5-Mar-07 6:02 
<?xml version="1.0"?>
<!--
Note: As an alternative to hand editing this file you can use the
web admin tool to configure settings for your application. Use
the Website->Asp.Net Configuration option in Visual Studio.
A full list of settings and comments can be found in
machine.config.comments usually located in
\Windows\Microsoft.Net\Framework\v2.x\Config
-->
<configuration>
<appSettings/>
<connectionStrings>
<add name="NWConnectionString" connectionString="Data Source=digitalnb\sqlexpress;Initial Catalog=Northwind;Integrated Security=True" providerName="System.Data.SqlClient"/>
</connectionStrings>
<system.web>
<!--
Set compilation debug="true" to insert debugging
symbols into the compiled page. Because this
affects performance, set this value to true only
during development.
Visual Basic options:
Set strict="true" to disallow all data type conversions
where data loss can occur.
Set explicit="true" to force declaration of all variables.
-->
<compilation debug="true" strict="false" explicit="true"/>
<pages>
<namespaces>
<clear/>
<add namespace="System"/>
<add namespace="System.Collections"/>
<add namespace="System.Collections.Specialized"/>
<add namespace="System.Configuration"/>
<add namespace="System.Text"/>
<add namespace="System.Text.RegularExpressions"/>
<add namespace="System.Web"/>
<add namespace="System.Web.Caching"/>
<add namespace="System.Web.SessionState"/>
<add namespace="System.Web.Security"/>
<add namespace="System.Web.Profile"/>
<add namespace="System.Web.UI"/>
<add namespace="System.Web.UI.WebControls"/>
<add namespace="System.Web.UI.WebControls.WebParts"/>
<add namespace="System.Web.UI.HtmlControls"/>
</namespaces>
</pages>
<!--
The <authentication> section enables configuration
of the security authentication mode used by
ASP.NET to identify an incoming user.
-->
<authentication mode="Windows"/>
<!--
The <customErrors> section enables configuration
of what to do if/when an unhandled error occurs
during the execution of a request. Specifically,
it enables developers to configure html error pages
to be displayed in place of a error stack trace.

<customErrors mode="RemoteOnly" defaultRedirect="GenericErrorPage.htm">
<error statusCode="403" redirect="NoAccess.htm" />
<error statusCode="404" redirect="FileNotFound.htm" />
</customErrors>
-->
</system.web>
</configuration>


t.aransiola
Questionfill all database name in a combobox Pin
yesu prakash4-Mar-07 20:11
yesu prakash4-Mar-07 20:11 
AnswerRe: fill all database name in a combobox Pin
Sylvester george4-Mar-07 20:15
Sylvester george4-Mar-07 20:15 
QuestionAbout virtual directory Pin
Abhishek Joshi4-Mar-07 19:34
Abhishek Joshi4-Mar-07 19:34 
Questionupload excel data in oracle Pin
VaibhavTiparadi4-Mar-07 19:24
VaibhavTiparadi4-Mar-07 19:24 
AnswerRe: upload excel data in oracle Pin
Venkatesh Mookkan4-Mar-07 19:27
Venkatesh Mookkan4-Mar-07 19:27 
GeneralRe: upload excel data in oracle Pin
VaibhavTiparadi4-Mar-07 19:35
VaibhavTiparadi4-Mar-07 19:35 
GeneralRe: upload excel data in oracle Pin
Venkatesh Mookkan4-Mar-07 19:41
Venkatesh Mookkan4-Mar-07 19:41 
GeneralRe: upload excel data in oracle Pin
VaibhavTiparadi4-Mar-07 19:44
VaibhavTiparadi4-Mar-07 19:44 
QuestionExport data to pdf Pin
Member 31274624-Mar-07 19:20
Member 31274624-Mar-07 19:20 
AnswerRe: Export data to pdf Pin
Sylvester george4-Mar-07 19:23
Sylvester george4-Mar-07 19:23 
QuestionRe: Export data to pdf Pin
Venkatesh Mookkan4-Mar-07 19:26
Venkatesh Mookkan4-Mar-07 19:26 
AnswerRe: Export data to pdf Pin
Sylvester george4-Mar-07 19:35
Sylvester george4-Mar-07 19:35 
NewsRe: Export data to pdf Pin
Venkatesh Mookkan4-Mar-07 19:44
Venkatesh Mookkan4-Mar-07 19:44 
GeneralRe: Export data to pdf Pin
Sylvester george4-Mar-07 19:56
Sylvester george4-Mar-07 19:56 
QuestionRe: Export data to pdf Pin
Venkatesh Mookkan4-Mar-07 20:43
Venkatesh Mookkan4-Mar-07 20:43 
QuestionRe: Export data to pdf Pin
varun_khanna174-Mar-07 22:02
varun_khanna174-Mar-07 22:02 
AnswerRe: Export data to pdf Pin
Naveed Kamboh5-Mar-07 2:06
Naveed Kamboh5-Mar-07 2:06 

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.