Click here to Skip to main content
15,949,686 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Generalload master page dynamically Pin
samerh4-Feb-08 22:26
samerh4-Feb-08 22:26 
GeneralRe: load master page dynamically Pin
rcnairc2k13-Feb-08 1:04
rcnairc2k13-Feb-08 1:04 
GeneralGrid view Editing in asp.net Pin
rcnairc2k4-Feb-08 22:18
rcnairc2k4-Feb-08 22:18 
GeneralRe: Grid view Editing in asp.net Pin
Mark Churchill4-Feb-08 22:25
Mark Churchill4-Feb-08 22:25 
GeneralFckeditor problem Pin
Amit Agarrwal4-Feb-08 21:52
Amit Agarrwal4-Feb-08 21:52 
Generalmaster page Pin
trilokharry4-Feb-08 21:45
trilokharry4-Feb-08 21:45 
GeneralRe: master page Pin
imsathy4-Feb-08 21:56
imsathy4-Feb-08 21:56 
GeneralRe: master page Pin
trilokharry4-Feb-08 22:29
trilokharry4-Feb-08 22:29 
GeneralRe: master page Pin
imsathy4-Feb-08 23:01
imsathy4-Feb-08 23:01 
GeneralRe: master page Pin
trilokharry4-Feb-08 23:46
trilokharry4-Feb-08 23:46 
GeneralRe: master page Pin
N a v a n e e t h4-Feb-08 23:21
N a v a n e e t h4-Feb-08 23:21 
GeneralRe: master page Pin
imsathy4-Feb-08 23:31
imsathy4-Feb-08 23:31 
GeneralRe: master page Pin
trilokharry5-Feb-08 0:20
trilokharry5-Feb-08 0:20 
GeneralRadio Button Pin
danasegaranea4-Feb-08 21:20
danasegaranea4-Feb-08 21:20 
GeneralRe: Radio Button Pin
danasegaranea4-Feb-08 22:23
danasegaranea4-Feb-08 22:23 
GeneralExport to excell problem Pin
samerh4-Feb-08 20:58
samerh4-Feb-08 20:58 
GeneralASP.NET 2.0 and connection to SQL 2000 server Pin
reza toorani4-Feb-08 20:30
reza toorani4-Feb-08 20:30 
GeneralRe: ASP.NET 2.0 and connection to SQL 2000 server Pin
bokuceres4-Feb-08 21:16
bokuceres4-Feb-08 21:16 
GeneralRe: ASP.NET 2.0 and connection to SQL 2000 server Pin
love_man0014-Feb-08 22:07
love_man0014-Feb-08 22:07 
developer by senol my home page http://www.evdenevenakliyatbul.com
*********************************************************


this.Web.comfig

code
////////////////////////////////////////////////////////

<?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>
<add key="string_var" value="data source=host;UID=userstring; pwd=passtring;initial Catalog=Deneme"/>
</appSettings>
<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.
-->
<compilation debug="true"/>
<!--
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>



/////////////////////////////////////////////////////////////

class

///////////////////////////////////////////////////////////

using System.Data.SqlClient;
using System.Data;

public static SqlConnection sqlBaglanti = new SqlConnection(System.Configuration.ConfigurationManager.AppSettings["string_var"]);


/////////////////////////////////////////////////////////////

Boya - Badana - Tadilat ve Tamirat Isleri Bir Yudum Kahve Molasi (Coffee) Dügün Nisan ve Gelinlik (wedding)
Google Reklamlarinizi Sadece Siz Yönetin Elektrik Proje Tesisat Projesi Çizimi Illere Göre Nakliyat Firmalari Istatistik
http://www.evdenevenakliyatbul.com

Generalfile upload control Pin
sirisha guttikonda4-Feb-08 19:42
sirisha guttikonda4-Feb-08 19:42 
GeneralRe: file upload control Pin
Christian Graus4-Feb-08 20:00
protectorChristian Graus4-Feb-08 20:00 
GeneralGenerate Excel Speed Pin
HatakeKaKaShi4-Feb-08 19:35
HatakeKaKaShi4-Feb-08 19:35 
GeneralRe: Generate Excel Speed Pin
J a a n s4-Feb-08 20:22
professionalJ a a n s4-Feb-08 20:22 
GeneralRe: Generate Excel Speed Pin
HatakeKaKaShi4-Feb-08 20:56
HatakeKaKaShi4-Feb-08 20:56 
GeneralRe: Generate Excel Speed Pin
J a a n s4-Feb-08 21:33
professionalJ a a n s4-Feb-08 21:33 

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.