Click here to Skip to main content
16,005,206 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: how to add flash Pin
Jakob Farian Krarup2-May-06 23:49
Jakob Farian Krarup2-May-06 23:49 
QuestionRe: how to add flash Pin
ramyasangeet3-May-06 1:36
ramyasangeet3-May-06 1:36 
AnswerRe: how to add flash Pin
Jakob Farian Krarup3-May-06 2:17
Jakob Farian Krarup3-May-06 2:17 
QuestionHide a column in gridview filled by dataset Pin
dumser12-May-06 23:14
dumser12-May-06 23:14 
AnswerRe: Hide a column in gridview filled by dataset Pin
Paddy Boyd2-May-06 23:25
Paddy Boyd2-May-06 23:25 
GeneralRe: Hide a column in gridview filled by dataset Pin
dumser13-May-06 1:32
dumser13-May-06 1:32 
Question.Net viewstate, keeping class on button click Pin
cullyk2-May-06 23:02
cullyk2-May-06 23:02 
AnswerRe: .Net viewstate, keeping class on button click Pin
Paddy Boyd2-May-06 23:06
Paddy Boyd2-May-06 23:06 
You can store it in viewstate, but you have to code it yourself:

Viewstate("MyClass") = myClassInstance

and to return it:

myClassInstance = ViewState("MyClass")

however, your class must be serializable to save correctly. If your class is very large, you may want to consider using session instead, as everything in viewstate will be sent over the wire to the client.

If you store it in cache, then the same data will be used for every user of the application.
QuestionHow to pass Mulitple values through 'location.href' ?? Pin
Abubakarsb2-May-06 22:33
Abubakarsb2-May-06 22:33 
AnswerRe: How to pass Mulitple values through 'location.href' ?? Pin
Paddy Boyd2-May-06 22:46
Paddy Boyd2-May-06 22:46 
GeneralRe: How to pass Mulitple values through 'location.href' ?? Pin
Abubakarsb3-May-06 9:34
Abubakarsb3-May-06 9:34 
AnswerRe: How to pass Mulitple values through 'location.href' ?? Pin
Guffa3-May-06 0:23
Guffa3-May-06 0:23 
Questionhow to do "Lucene- WildCard Search" Pin
kpsetty2-May-06 22:32
kpsetty2-May-06 22:32 
AnswerRe: how to do "Lucene- WildCard Search" Pin
R.Prabha Devi3-May-06 1:57
R.Prabha Devi3-May-06 1:57 
QuestionCreate Directory..... Pin
NeverHeardOfMe2-May-06 22:27
NeverHeardOfMe2-May-06 22:27 
AnswerRe: Create Directory..... Pin
Jakob Farian Krarup2-May-06 23:54
Jakob Farian Krarup2-May-06 23:54 
GeneralRe: Create Directory..... Pin
NeverHeardOfMe3-May-06 0:07
NeverHeardOfMe3-May-06 0:07 
GeneralRe: Create Directory..... Pin
J4amieC3-May-06 0:45
J4amieC3-May-06 0:45 
GeneralRe: Create Directory..... Pin
NeverHeardOfMe3-May-06 1:10
NeverHeardOfMe3-May-06 1:10 
QuestionAddhandler to a dynamic control not working -- VS 2003 Pin
Rizwan Bashir2-May-06 21:59
Rizwan Bashir2-May-06 21:59 
QuestionData Relations Pin
kuwl_mark2-May-06 21:44
kuwl_mark2-May-06 21:44 
QuestionButton with dinamic text Pin
papa19802-May-06 21:27
papa19802-May-06 21:27 
AnswerRe: Button with dinamic text Pin
CWIZO2-May-06 21:37
CWIZO2-May-06 21:37 
GeneralRe: Button with dinamic text Pin
papa19802-May-06 22:14
papa19802-May-06 22:14 
GeneralRe: Button with dinamic text Pin
CWIZO2-May-06 22:58
CWIZO2-May-06 22:58 

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.