Click here to Skip to main content
15,920,503 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: How to use Autocomplete TextBox in .net 2.0 without webservice? Pin
kandalu24-Oct-08 1:24
kandalu24-Oct-08 1:24 
QuestionHow to store the Images in sql table and how to display the images in gridview...? Pin
mcmilan23-Oct-08 18:50
mcmilan23-Oct-08 18:50 
AnswerRe: How to store the Images in sql table and how to display the images in gridview...? Pin
Abhijit Jana23-Oct-08 19:29
professionalAbhijit Jana23-Oct-08 19:29 
AnswerRe: How to store the Images in sql table and how to display the images in gridview...? Pin
N a v a n e e t h23-Oct-08 21:34
N a v a n e e t h23-Oct-08 21:34 
QuestionProblem setting up an Object data source for Forms view Pin
Tina P23-Oct-08 18:14
Tina P23-Oct-08 18:14 
AnswerRe: Problem setting up an Object data source for Forms view Pin
AhsanS23-Oct-08 20:14
AhsanS23-Oct-08 20:14 
QuestionMULTIVIEW - SetActiveView should be automatically set by PageLoad using a SessionVariable called "LinkID" Pin
AfricaTwin23-Oct-08 11:24
AfricaTwin23-Oct-08 11:24 
QuestionOpen-source ASP.NET shopping cart Pin
Andrey Mazoulnitsyn23-Oct-08 6:35
Andrey Mazoulnitsyn23-Oct-08 6:35 
AnswerRe: Open-source ASP.NET shopping cart Pin
AhsanS23-Oct-08 20:22
AhsanS23-Oct-08 20:22 
GeneralRe: Open-source ASP.NET shopping cart Pin
Andrey Mazoulnitsyn23-Oct-08 22:42
Andrey Mazoulnitsyn23-Oct-08 22:42 
Questioncant obtain new value of html control attribute Pin
shovaly23-Oct-08 6:00
shovaly23-Oct-08 6:00 
AnswerRe: cant obtain new value of html control attribute Pin
Brij23-Oct-08 18:22
mentorBrij23-Oct-08 18:22 
QuestionSystem.Data.OleDb.OleDbException: 'Y:\Macros\WFAC' is not a valid path Pin
farmer23-Oct-08 5:59
farmer23-Oct-08 5:59 
AnswerRe: System.Data.OleDb.OleDbException: 'Y:\Macros\WFAC' is not a valid path Pin
AhsanS23-Oct-08 18:31
AhsanS23-Oct-08 18:31 
GeneralRe: System.Data.OleDb.OleDbException: 'Y:\Macros\WFAC' is not a valid path Pin
farmer24-Oct-08 3:02
farmer24-Oct-08 3:02 
QuestionHow to raise Session_End event at Global.asax if I use SQLServer for session state. Pin
mdpavel23-Oct-08 4:50
mdpavel23-Oct-08 4:50 
AnswerRe: How to raise Session_End event at Global.asax if I use SQLServer for session state. Pin
Guffa23-Oct-08 14:52
Guffa23-Oct-08 14:52 
mdpavel wrote:
I want to clean up some data when user click X at their browser


Then you need to use the Javascript onunload event and make a request to the server telling it that the user is leaving the page. You can't use session state to catch when the user is leaving, as the server session doesn't end when the browser is closed.

Despite everything, the person most likely to be fooling you next is yourself.

QuestionCustom ExpressionBuilder + ParseControl. No Joy? [modified] Pin
mgkr23-Oct-08 4:17
mgkr23-Oct-08 4:17 
AnswerRe: Custom ExpressionBuilder + ParseControl. No Joy? Pin
mgkr23-Oct-08 22:24
mgkr23-Oct-08 22:24 
Questionfor executing lnkAddTraveller_Command event block when click on lnkAddTraveller link always need 2 times click Pin
trilokharry23-Oct-08 4:01
trilokharry23-Oct-08 4:01 
QuestionQuery String! Pin
blakshmi23-Oct-08 2:31
blakshmi23-Oct-08 2:31 
AnswerRe: Query String! Pin
Brij23-Oct-08 3:41
mentorBrij23-Oct-08 3:41 
AnswerRe: Query String! Pin
Abhijit Jana23-Oct-08 3:42
professionalAbhijit Jana23-Oct-08 3:42 
QuestionCan it is possible to fetch Client Mechine IP under Run Prosxy Server Pin
Rajeesrivastava23-Oct-08 2:18
Rajeesrivastava23-Oct-08 2:18 
AnswerRe: Can it is possible to fetch Client Mechine IP under Run Prosxy Server Pin
Paddy Boyd23-Oct-08 2:19
Paddy Boyd23-Oct-08 2:19 

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.