Click here to Skip to main content
15,922,407 members
Home / Discussions / C#
   

C#

 
GeneralAutomatic update Pin
N a v a n e e t h2-Jan-08 22:25
N a v a n e e t h2-Jan-08 22:25 
GeneralRe: Automatic update Pin
Christian Graus2-Jan-08 22:30
protectorChristian Graus2-Jan-08 22:30 
GeneralRe: Automatic update Pin
N a v a n e e t h2-Jan-08 23:23
N a v a n e e t h2-Jan-08 23:23 
GeneralRe: Automatic update Pin
Russell Jones3-Jan-08 23:19
Russell Jones3-Jan-08 23:19 
GeneralRe: Automatic update Pin
N a v a n e e t h5-Jan-08 8:38
N a v a n e e t h5-Jan-08 8:38 
GeneralRe: Automatic update Pin
Vasudevan Deepak Kumar2-Jan-08 22:35
Vasudevan Deepak Kumar2-Jan-08 22:35 
GeneralRe: Automatic update Pin
N a v a n e e t h2-Jan-08 23:24
N a v a n e e t h2-Jan-08 23:24 
Generalif statement with viewstate Pin
eyeseetee2-Jan-08 22:11
eyeseetee2-Jan-08 22:11 
Hi
I set a view state as following:

ViewState["roomsql"] = SqlDataSource_rooms_to_update.SelectCommand.ToString();

I then use an if statement to check if its blank:

if ((string)ViewState["roomsql"] == "")

however the if statement doesn't work as it constantly reads the viewstate as having a value in it when it doesn't

has anyone encountered this problem before?

thanks
GeneralRe: if statement with viewstate Pin
GuyThiebaut2-Jan-08 22:19
professionalGuyThiebaut2-Jan-08 22:19 
GeneralRe: if statement with viewstate Pin
Colin Angus Mackay2-Jan-08 22:26
Colin Angus Mackay2-Jan-08 22:26 
GeneralRe: if statement with viewstate Pin
Pete O'Hanlon3-Jan-08 0:49
mvePete O'Hanlon3-Jan-08 0:49 
GeneralRe: if statement with viewstate Pin
Colin Angus Mackay3-Jan-08 2:48
Colin Angus Mackay3-Jan-08 2:48 
QuestionSerializing B+ tree Pin
Noemi Katinka2-Jan-08 22:00
Noemi Katinka2-Jan-08 22:00 
GeneralRe: Serializing B+ tree Pin
Pete O'Hanlon3-Jan-08 0:51
mvePete O'Hanlon3-Jan-08 0:51 
GeneralRe: Serializing B+ tree Pin
Noemi Katinka3-Jan-08 1:58
Noemi Katinka3-Jan-08 1:58 
GeneralRe: Serializing B+ tree Pin
Pete O'Hanlon3-Jan-08 2:08
mvePete O'Hanlon3-Jan-08 2:08 
GeneralSending email using C#.NET with Signature Pin
D i x y2-Jan-08 20:00
D i x y2-Jan-08 20:00 
GeneralRe: Sending email using C#.NET with Signature Pin
Christian Graus2-Jan-08 21:14
protectorChristian Graus2-Jan-08 21:14 
AnswerRe: Sending email using C#.NET with Signature Pin
Declan Bright3-Jan-08 2:52
Declan Bright3-Jan-08 2:52 
GeneralIS there any free software designing tool Pin
Naveed7272-Jan-08 19:55
Naveed7272-Jan-08 19:55 
GeneralRe: IS there any free software designing tool Pin
Christian Graus2-Jan-08 21:13
protectorChristian Graus2-Jan-08 21:13 
GeneralRe: IS there any free software designing tool Pin
Vasudevan Deepak Kumar2-Jan-08 22:37
Vasudevan Deepak Kumar2-Jan-08 22:37 
GeneralRe: IS there any free software designing tool Pin
Pete O'Hanlon3-Jan-08 0:54
mvePete O'Hanlon3-Jan-08 0:54 
GeneralSending email from Webpage Pin
minniemooo2-Jan-08 19:01
minniemooo2-Jan-08 19:01 
GeneralRe: Sending email from Webpage Pin
Christian Graus2-Jan-08 19:04
protectorChristian Graus2-Jan-08 19:04 

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.