Click here to Skip to main content
15,926,035 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Using Flat Files Pin
ChrisKo31-Aug-07 13:55
ChrisKo31-Aug-07 13:55 
GeneralRe: Using Flat Files Pin
N a v a n e e t h31-Aug-07 18:44
N a v a n e e t h31-Aug-07 18:44 
QuestionWeird Validation Problems Pin
Muntyness31-Aug-07 6:11
Muntyness31-Aug-07 6:11 
AnswerRe: Weird Validation Problems Pin
Michael Sync31-Aug-07 6:25
Michael Sync31-Aug-07 6:25 
GeneralRe: Weird Validation Problems Pin
Muntyness31-Aug-07 6:41
Muntyness31-Aug-07 6:41 
Questionsoftware improvement web application Pin
pablopecora31-Aug-07 5:28
pablopecora31-Aug-07 5:28 
QuestionIn session ending Pin
hadad31-Aug-07 3:13
hadad31-Aug-07 3:13 
AnswerRe: In session ending Pin
\laddie31-Aug-07 4:42
\laddie31-Aug-07 4:42 
The session will not end even though the browser is closed..You can put the code in the global.asa session_end event.. But you need to remember that this will be fired only if the session is stored in InProc and not if on ASP.Net state service or SqlServer.

Check your Web.config for the entry

<sessionstate
mode="<b>StateServer</b>" <b="">This should be InProc
stateConnectionString="tcpip=127.0.0.1:42424"
sqlConnectionString="data source=127.0.0.1;Trusted_Connection=yes"
cookieless="false"
timeout="60"
/>
AnswerRe: In session ending Pin
Vasudevan Deepak Kumar31-Aug-07 7:27
Vasudevan Deepak Kumar31-Aug-07 7:27 
QuestionEnabling line breaks within a textbox? Pin
Goalie3531-Aug-07 3:12
Goalie3531-Aug-07 3:12 
AnswerRe: Enabling line breaks within a textbox? Pin
Fred_Smith31-Aug-07 5:14
Fred_Smith31-Aug-07 5:14 
Questionit's running IIS or Web Development Server? Pin
jonnynolimits31-Aug-07 3:06
jonnynolimits31-Aug-07 3:06 
AnswerRe: it's running IIS or Web Development Server? Pin
\laddie31-Aug-07 4:55
\laddie31-Aug-07 4:55 
Questionscript_calling ? Pin
sanjay_tutu31-Aug-07 2:55
sanjay_tutu31-Aug-07 2:55 
AnswerRe: script_calling ? Pin
pmarfleet31-Aug-07 4:19
pmarfleet31-Aug-07 4:19 
QuestionRe: script_calling ? [modified] Pin
sanjay_tutu31-Aug-07 19:53
sanjay_tutu31-Aug-07 19:53 
AnswerRe: script_calling ? Pin
pmarfleet1-Sep-07 1:11
pmarfleet1-Sep-07 1:11 
QuestionAuthentication Pin
jaysheel31-Aug-07 2:52
jaysheel31-Aug-07 2:52 
QuestionMicrosoft.Web.UI.WebControls Treeview Pin
anand tcr31-Aug-07 2:32
anand tcr31-Aug-07 2:32 
AnswerRe: Microsoft.Web.UI.WebControls Treeview Pin
pmarfleet31-Aug-07 4:24
pmarfleet31-Aug-07 4:24 
GeneralRe: Microsoft.Web.UI.WebControls Treeview Pin
anand tcr31-Aug-07 21:19
anand tcr31-Aug-07 21:19 
GeneralRe: Microsoft.Web.UI.WebControls Treeview Pin
pmarfleet1-Sep-07 0:25
pmarfleet1-Sep-07 0:25 
QuestionDataGridview in ASP.Net Pin
somagunasekaran31-Aug-07 2:18
somagunasekaran31-Aug-07 2:18 
AnswerRe: DataGridview in ASP.Net Pin
www.Developerof.NET31-Aug-07 3:41
www.Developerof.NET31-Aug-07 3:41 
AnswerRe: DataGridview in ASP.Net Pin
Nouman Bhatti31-Aug-07 4:15
Nouman Bhatti31-Aug-07 4: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.