Click here to Skip to main content
15,916,842 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: statusCode for Session expired(Custom error Messeges). Pin
adilkazmi31-Jan-08 1:46
adilkazmi31-Jan-08 1:46 
QuestionImages Pin
senthilsstil31-Jan-08 0:45
senthilsstil31-Jan-08 0:45 
GeneralRe: Images Pin
Sandeep Akhare31-Jan-08 1:05
Sandeep Akhare31-Jan-08 1:05 
GeneralRe: Images Pin
senthilsstil31-Jan-08 1:25
senthilsstil31-Jan-08 1:25 
QuestionImage Storing in Database Pin
senthilsstil31-Jan-08 0:33
senthilsstil31-Jan-08 0:33 
GeneralRe: Image Storing in Database Pin
John-ph31-Jan-08 0:57
John-ph31-Jan-08 0:57 
GeneralRe: Image Storing in Database Pin
senthilsstil31-Jan-08 1:00
senthilsstil31-Jan-08 1:00 
GeneralRe: Image Storing in Database Pin
newc131-Jan-08 4:55
newc131-Jan-08 4:55 
Generali am using asp.net with vb Pin
Deepthy.P.M31-Jan-08 0:28
Deepthy.P.M31-Jan-08 0:28 
GeneralRe: i am using asp.net with vb Pin
John-ph31-Jan-08 0:44
John-ph31-Jan-08 0:44 
GeneralRe: i am using asp.net with vb Pin
Mark Churchill31-Jan-08 1:30
Mark Churchill31-Jan-08 1:30 
QuestionOpen word document on ASPX page Pin
mpavas31-Jan-08 0:18
mpavas31-Jan-08 0:18 
GeneralRe: Open word document on ASPX page Pin
dilipv8-Feb-08 1:35
dilipv8-Feb-08 1:35 
Generalwindows service with asp.net Pin
trilokharry30-Jan-08 23:24
trilokharry30-Jan-08 23:24 
Questionstore any variable value,How? Pin
zeeShan anSari30-Jan-08 23:24
zeeShan anSari30-Jan-08 23:24 
AnswerRe: store any variable value,How? Pin
Colin Angus Mackay30-Jan-08 23:46
Colin Angus Mackay30-Jan-08 23:46 
You should learn to use consts

What's the difference?
ViewState["conut"]
ViewState["count"]

If you spell things properly, it works better. If you use consts to store the names of things in your viewstate the compiler will tell you when you mistype stuff so you can see where you are going wrong quicker.

Upcoming FREE developer events:
* Developer Day Scotland

Recent blog posts:
* The Value of Smaller Methods
* Creating Many-to-Many joins

My website | blog

AnswerRe: store any variable value,How? Pin
Arun Jacob31-Jan-08 0:06
Arun Jacob31-Jan-08 0:06 
GeneralRe: store any variable value,How? Pin
zeeShan anSari31-Jan-08 0:42
zeeShan anSari31-Jan-08 0:42 
GeneralRe: store any variable value,How? Pin
Arun Jacob31-Jan-08 1:05
Arun Jacob31-Jan-08 1:05 
GeneralRe: store any variable value,How? Pin
zeeShan anSari31-Jan-08 1:13
zeeShan anSari31-Jan-08 1:13 
AnswerRe: store any variable value,How? Pin
Sandeep Akhare31-Jan-08 1:07
Sandeep Akhare31-Jan-08 1:07 
AnswerRe: store any variable value,How? Pin
John-ph31-Jan-08 1:26
John-ph31-Jan-08 1:26 
AnswerRe: store any variable value,How? Pin
Mark Churchill31-Jan-08 1:40
Mark Churchill31-Jan-08 1:40 
AnswerRe: store any variable value,How? Pin
zeeShan anSari31-Jan-08 8:21
zeeShan anSari31-Jan-08 8:21 
GeneralCookies Pin
Rahul Babu30-Jan-08 23:15
Rahul Babu30-Jan-08 23: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.