Click here to Skip to main content
15,894,320 members
Home / Discussions / C#
   

C#

 
AnswerRe: How to Change the Mouse Cursor outside the WinForm using C#? Pin
Tom Larsen17-Jan-06 10:42
Tom Larsen17-Jan-06 10:42 
GeneralRe: How to Change the Mouse Cursor outside the WinForm using C#? Pin
Khanh.p17-Jan-06 15:17
Khanh.p17-Jan-06 15:17 
QuestionIE text boxes Pin
sowhatman0017-Jan-06 8:33
sowhatman0017-Jan-06 8:33 
QuestionHow to create netmodule in Visual Studio.net Pin
jinzhecheng17-Jan-06 8:19
jinzhecheng17-Jan-06 8:19 
AnswerRe: How to create netmodule in Visual Studio.net Pin
Dave Kreskowiak17-Jan-06 9:49
mveDave Kreskowiak17-Jan-06 9:49 
QuestionSession problem Pin
Snowjim17-Jan-06 8:05
Snowjim17-Jan-06 8:05 
AnswerRe: Session problem Pin
siva pinnaka17-Jan-06 10:27
siva pinnaka17-Jan-06 10:27 
AnswerRe: Session problem Pin
Guffa17-Jan-06 10:29
Guffa17-Jan-06 10:29 
You have probably disabled session state for the page. Check the properties for the page.

By the way, why are you taking the value from the session variable, converting it to a string, and then back to an integer? Isn't the value you put in the session variable an integer? Just check if the data type is correct and then cast it.

---
b { font-weight: normal; }

GeneralRe: Session problem Pin
Snowjim18-Jan-06 9:03
Snowjim18-Jan-06 9:03 
AnswerRe: Session problem Pin
Snowjim18-Jan-06 10:10
Snowjim18-Jan-06 10:10 
QuestionHashtable problem... Pin
Chris Richner17-Jan-06 6:51
Chris Richner17-Jan-06 6:51 
AnswerRe: Hashtable problem... Pin
User 665817-Jan-06 7:39
User 665817-Jan-06 7:39 
QuestionRe: Hashtable problem... Pin
Chris Richner17-Jan-06 7:54
Chris Richner17-Jan-06 7:54 
AnswerRe: Hashtable problem... Pin
User 665817-Jan-06 8:00
User 665817-Jan-06 8:00 
GeneralRe: Hashtable problem... Pin
Chris Richner17-Jan-06 23:12
Chris Richner17-Jan-06 23:12 
GeneralRe: Hashtable problem... Pin
User 665818-Jan-06 2:14
User 665818-Jan-06 2:14 
GeneralRe: Hashtable problem... Pin
Chris Richner18-Jan-06 5:46
Chris Richner18-Jan-06 5:46 
Questioncustom attribute serialization in C# Pin
softplanner17-Jan-06 6:49
softplanner17-Jan-06 6:49 
QuestionSerial Port Status Reader Pin
kinder202317-Jan-06 6:33
kinder202317-Jan-06 6:33 
AnswerRe: Serial Port Status Reader Pin
Dave Kreskowiak17-Jan-06 8:16
mveDave Kreskowiak17-Jan-06 8:16 
Questionsession management using sql server Pin
mevir17-Jan-06 6:10
mevir17-Jan-06 6:10 
QuestionUpdate the dataset into the original database Pin
Sasuko17-Jan-06 5:05
Sasuko17-Jan-06 5:05 
AnswerRe: Update the dataset into the original database Pin
Christian Graus17-Jan-06 9:21
protectorChristian Graus17-Jan-06 9:21 
GeneralRe: Update the dataset into the original database Pin
Sasuko17-Jan-06 9:28
Sasuko17-Jan-06 9:28 
GeneralRe: Update the dataset into the original database Pin
Christian Graus17-Jan-06 9:37
protectorChristian Graus17-Jan-06 9:37 

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.