Click here to Skip to main content
15,913,055 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questiondefault button Pin
billcodes2-Nov-08 22:11
billcodes2-Nov-08 22:11 
AnswerRe: default button Pin
Assaf822-Nov-08 22:28
Assaf822-Nov-08 22:28 
AnswerRe: default button Pin
saanj3-Nov-08 7:23
saanj3-Nov-08 7:23 
Questionweb.config file related issue Pin
Samiullah2-Nov-08 21:48
Samiullah2-Nov-08 21:48 
AnswerRe: web.config file related issue Pin
Sathesh Sakthivel2-Nov-08 22:00
Sathesh Sakthivel2-Nov-08 22:00 
AnswerRe: web.config file related issue Pin
NeverHeardOfMe2-Nov-08 22:46
NeverHeardOfMe2-Nov-08 22:46 
AnswerRe: web.config file related issue Pin
John Gathogo2-Nov-08 23:20
John Gathogo2-Nov-08 23:20 
QuestionRe: web.config file related issue Pin
Samiullah3-Nov-08 2:39
Samiullah3-Nov-08 2:39 
Example Code: Here is my code. Can any one try this...its urgrnt.

<configuration>
<appsettings>
<add key="ConnectionString" value="server=MYServer;uid=sa;pwd=victory;database=Contacts" />
<add key="FirstDayOfWeek" value="1" />
</appsettings>
<system.web>
<compilation defaultlanguage="c#" debug="true" />
<customerrors mode="Off" />
<authentication mode="Windows" />
<trace enabled="false" requestlimit="10" pageoutput="false" tracemode="SortByTime" localonly="true" />
<sessionstate mode="InProc" stateconnectionstring="tcpip=127.0.0.1:42424" sqlconnectionstring="data source=MYServer;user id=sa;password=victory" cookieless="false" timeout="20" />
<globalization requestencoding="utf-8" responseencoding="utf-8" />
<xhtmlconformance mode="Legacy" /></system.web>
</configuration>
AnswerRe: web.config file related issue Pin
John Gathogo3-Nov-08 2:52
John Gathogo3-Nov-08 2:52 
QuestionSave Arabic data in SQL From ASP.NET [modified] Pin
Assaf822-Nov-08 21:42
Assaf822-Nov-08 21:42 
AnswerRe: Save Arabic data in SQL From ASP.NET Pin
dennis joseph3-Nov-08 5:51
dennis joseph3-Nov-08 5:51 
QuestionHow to check single click or double click in asp.net Pin
sarang1212-Nov-08 21:16
sarang1212-Nov-08 21:16 
AnswerRe: How to check single click or double click in asp.net Pin
m-khansari4-Nov-08 19:52
m-khansari4-Nov-08 19:52 
QuestionWhy do i lose my Session Variable in 5 minutes? Pin
Etienne2-Nov-08 20:24
Etienne2-Nov-08 20:24 
AnswerRe: Why do i lose my Session Variable in 5 minutes? Pin
TommyTomToms2-Nov-08 22:39
TommyTomToms2-Nov-08 22:39 
GeneralRe: Why do i lose my Session Variable in 5 minutes? Pin
Etienne2-Nov-08 22:41
Etienne2-Nov-08 22:41 
GeneralRe: Why do i lose my Session Variable in 5 minutes? Pin
TommyTomToms2-Nov-08 23:04
TommyTomToms2-Nov-08 23:04 
GeneralRe: Why do i lose my Session Variable in 5 minutes? Pin
NeverHeardOfMe2-Nov-08 23:09
NeverHeardOfMe2-Nov-08 23:09 
GeneralRe: Why do i lose my Session Variable in 5 minutes? Pin
Etienne3-Nov-08 22:30
Etienne3-Nov-08 22:30 
AnswerRe: Why do i lose my Session Variable in 5 minutes? Pin
NeverHeardOfMe2-Nov-08 22:39
NeverHeardOfMe2-Nov-08 22:39 
QuestionStart a process in a web service. Pin
CodingLover2-Nov-08 20:06
CodingLover2-Nov-08 20:06 
QuestionError: Validation (Internet Explorer 6): Attribute 'MS_POSITIONING' is not a valid attribute of element 'body'. Pin
Samiullah2-Nov-08 19:51
Samiullah2-Nov-08 19:51 
AnswerRe: Error: Validation (Internet Explorer 6): Attribute 'MS_POSITIONING' is not a valid attribute of element 'body'. Pin
Guffa2-Nov-08 21:10
Guffa2-Nov-08 21:10 
QuestionMozilla problem Urgent.....???? Pin
Johndas2-Nov-08 19:39
Johndas2-Nov-08 19:39 
AnswerRe: IE problem Pin
Guffa2-Nov-08 21:15
Guffa2-Nov-08 21:15 

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.